16 #include "CeeUnstructGrid/Base.h" 17 #include "CeeUnstructGrid/DataElementSetItem.h" 18 #include "CeeUnstructGrid/DataElementSet.h" 20 #include "CeeCore/PtrRef.h" 39 void addItems(
int geometryId,
int partId,
const std::vector<size_t>& elementIndices);
41 void addUniqueItems(
int geometryId,
int partId,
const std::vector<size_t>& elementIndices);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Helper class for building element sets in an efficient matter.
Definition: DataElementSetBuilder.h:32
Smart pointer class used for handling reference counted objects (that derive from Object)...
Definition: PtrRef.h:26
This class identifies an element within an UnstructGrid model and is used as an item in a DataElement...
Definition: DataElementSetItem.h:25