Ceetron Data Provider Framework
|
Public Member Functions | |
virtual void | addItem (cdp_size_t geometryIndex, cdp_size_t groupIndex, cdp_int_t itemIndex)=0 |
virtual void | addItems (cdp_size_t geometryIndex, cdp_size_t groupIndex, const cdp_int_t *itemIndexArr, cdp_size_t itemCount)=0 |
virtual void | addAdaptiveGeometryItem (cdp_int_t stateId, cdp_size_t geometryIndex, cdp_size_t groupIndex, cdp_int_t itemIndex)=0 |
virtual void | addAdaptiveGeometryItems (cdp_int_t stateId, cdp_size_t geometryIndex, cdp_size_t groupIndex, const cdp_int_t *itemIndexArr, cdp_size_t itemCount)=0 |
This class defines the items of a set
A set item is specified by:
If you are using adaptive geometries, you should use the addAdaptiveGeometryItem or addAdaptiveGeometryItems methods to add items to the set.
|
pure virtual |
Add an item with the given state id, geometry index, group index and item index to the set.
As only element sets are currently supported, item index is element index.
|
pure virtual |
Add items with the given state id, geometry index, group index and item indices to the set.
This is useful for adding many items (elements) to the set from a given element group.
|
pure virtual |
Add an item with the given geometry index, group index and item index to the set.
As only element sets are currently supported, item index is element index.
|
pure virtual |
Add items with the given geometry index, group index and item indices to the set.
This is useful for adding many items (elements) to the set from a given element group.