15 #include "CeeImportCae/Base.h" 16 #include "CeeUnstructGrid/DataSourceReader.h" 24 class UnstructGridModel;
44 void setSourceStateWeights(
int sourceStateId,
const std::vector<double>& weights);
47 void setBuildFolderLocation(
const cee::Str& location);
48 bool deleteBuildFolder();
50 void setUseParallelComputation(
bool use);
52 bool write(
const cee::Str& vtfxFile);
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
This class handles the building and storing of a linear combination of states.
Definition: StateLinearCombination.h:38
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72