Ceetron Data Provider Framework
Public Member Functions | List of all members
CDPResult Class Referenceabstract

Public Member Functions

virtual CDPResultValueGroupaddGroup ()=0
 

Detailed Description

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.

Member Function Documentation

CDPResultValueGroup * CDPResult::addGroup ( )
pure virtual

Add 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.


The documentation for this class was generated from the following files: