15 #include "CeeApp/Base.h" 16 #include "CeeCore/Base.h" 17 #include "CeeCore/PtrRef.h" 18 #include "CeeCore/RefCountedObject.h" 19 #include "CeeUnstructGrid/DataState.h" 20 #include "CeeUnstructGrid/StateInfo.h" 45 size_t currentIndex()
const;
46 void setCurrentIndex(
size_t index);
59 CEE_DISALLOW_COPY_AND_ASSIGN(
States);
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 state.
Definition: StateInfo.h:29
A state contains all data available for one time step, load case or frequency.
Definition: DataState.h:28
Class to manage the list of states in the application.
Definition: States.h:31