15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataPart.h" 36 size_t partCount()
const;
37 const DataPart* part(
size_t partIndex)
const;
39 size_t partIndex(
int partId)
const;
41 void removeAllParts();
42 void removeEmptyParts();
A part in the geometry. Consists of a collection of node coordinates and a collection element connect...
Definition: DataPart.h:28
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
A state contains all data available for one time step, load case or frequency.
Definition: DataState.h:28
The geometry of the model for a certain state.
Definition: DataGeometry.h:28