15 #include "CeeExport/Base.h" 16 #include "CeeCore/RefCountedObject.h" 17 #include "CeeCore/Str.h" 19 #include "CeeVisualization/Camera.h" 26 class UnstructGridModel;
42 static int dataFormatVersion();
46 void setDefaultParticleTraceStepCount(
size_t stepCount);
48 bool save(
const Str& outputFolder);
49 bool saveBinBundle(
const Str& fileName);
50 bool saveJsBundle(
const Str& fileName);
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
The camera configuration of a view.
Definition: Camera.h:33
A general unicode based string class.
Definition: Str.h:28
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72
Export selected view to the Constant Remote Model Database.
Definition: ExportConstantRemoteModel.h:36