15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataGeometry.h" 17 #include "CeeUnstructGrid/DataResultGroup.h" 36 size_t geometryCount()
const;
37 const DataGeometry* geometry(
size_t globalGeometryIndex)
const;
41 void setGeometry(
size_t globalGeometryIndex,
DataGeometry* geometry);
48 const DataPart* findPart(
size_t globalGeometryIndex,
int partId)
const;
49 DataPart* findPart(
size_t globalGeometryIndex,
int partId);
The data source of the model. For instance a file interface or custom built by the user...
Definition: DataSource.h:35
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
Result group binding a geometry and results (scalar, vector, displacement and/or transformation) ...
Definition: DataResultGroup.h:33
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