15 #include "CeeApp/Base.h" 16 #include "CeeCore/Base.h" 17 #include "CeeCore/RefCountedObject.h" 18 #include "CeeVisualization/Model.h" 19 #include "CeeUnstructGrid/UnstructGridModel.h" 20 #include "CeeUnstructGrid/SimulationInfo.h" 52 size_t currentIndex()
const;
53 void setCurrentIndex(
size_t index);
71 void close(
size_t index);
80 CEE_DISALLOW_COPY_AND_ASSIGN(
Models);
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
Class to manage the list of UnstructGridModel instances in the application.
Definition: Models.h:40
Error object for simple error management
Definition: Error.h:27
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72
Simple class containing metadata info for the simulation that produced the model database.
Definition: SimulationInfo.h:26