15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataSource.h" 34 size_t geometryCountPerState()
const;
36 bool updateDerivedResult(
ResultType resultType,
int id);
37 bool updateAllDerivedResults();
40 void removeAllStates();
41 void updateDirectoryFromStates();
44 virtual bool loadCustomResultBaseDependencies(
int stateId,
const DataStateSpec& stateSpec);
The data source of the model. For instance a file interface or custom built by the user...
Definition: DataSource.h:35
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Specification of data to load for a state.
Definition: DataStateSpec.h:31
A state contains all data available for one time step, load case or frequency.
Definition: DataState.h:28
ResultType
Different types of results.
Definition: Base.h:90
A custom built data source for an unstructured grid model.
Definition: DataSourceMemory.h:28