15 #include "CeeApp/Base.h" 16 #include "CeeCore/RefCountedObject.h" 17 #include "CeeCore/Str.h" 19 #include "CeeUnstructGrid/PartInfo.h" 40 static Parts* instance();
48 size_t currentIndex()
const;
49 void setCurrentIndex(
size_t index);
58 size_t geometryIndex(
size_t index)
const;
64 CEE_PRIVATE_IMPL(
Parts);
65 CEE_DISALLOW_COPY_AND_ASSIGN(
Parts);
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
A general unicode based string class.
Definition: Str.h:28
Base class for all reference counted objects with built-in support for intrusive reference counting...
Definition: RefCountedObject.h:34
Simple class containing metadata info for a part.
Definition: PartInfo.h:29
Class that provides access by index or by name pattern to all parts of the current UnstructGridModel...
Definition: Parts.h:36