15 #include "CeeUnstructGrid/Base.h" 16 #include "CeeUnstructGrid/DataSourceInterface.h" 17 #include "CeeUnstructGrid/DataStateSpec.h" 18 #include "CeeUnstructGrid/DataReader.h" 36 virtual bool open(
const Str& filename,
Error* error = NULL);
38 virtual bool reload(
bool force,
Error* error = NULL);
42 virtual bool scalarRange(
int stateId,
int resultId,
double* min,
double* max);
43 virtual bool vectorRange(
int stateId,
int resultId,
double* min,
double* max);
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
This class implements a data source that will use a DataReader to populate the data source with geome...
Definition: DataSourceReader.h:30
The DataReader is an easy and efficient way to get data into the UnstructGridModel, leveraging the data management support of UnstructGridModel through the DataSourceReader.
Definition: DataReader.h:29
Specification of data to load for a state.
Definition: DataStateSpec.h:31
Error object for simple error management
Definition: Error.h:27
A parent class for interface data sources.
Definition: DataSourceInterface.h:34