CDPResult

Functions

~CDPResult

CDPResultValueGroup *

addGroup

Detailed Description

class CDPResult

The result for a given geometry in a given state.

This class contains an array of groups. The groups are matched with the corresponding node group (for per node results) or element group (for per element, per element node or per element surface results).

The matching is done by index, so the result must have as many groups as there are element/node groups in the corresponding geometry.

Public Functions

inline virtual ~CDPResult()
virtual CDPResultValueGroup *addGroup() = 0

Adds a result value group to this result.

Use this method to add the group, and populate the results for the group in the returned CDPResultValueGroup object.