Export selected view to the Constant Remote Model Database. More...
Public Member Functions | |
ExportConstantRemoteModel () | |
Creates a export object for a constant remote model. More... | |
void | setModel (ug::UnstructGridModel *model) |
Sets the model. More... | |
void | setDefaultCamera (const vis::Camera &camera) |
Sets the default camera. More... | |
void | setDefaultParticleTraceStepCount (size_t stepCount) |
Sets the default particle trace step count. More... | |
bool | save (const Str &outputFolder) |
Saves to a complete CUG database. More... | |
bool | saveBinBundle (const Str &fileName) |
Saves to a binary CUG bundle. More... | |
bool | saveJsBundle (const Str &fileName) |
Saves to a JS CUG bundle. More... | |
Static Public Member Functions | |
static int | dataFormatVersion () |
Returns data format version. More... | |
Export selected view to the Constant Remote Model Database.
cee::exp::ExportConstantRemoteModel::ExportConstantRemoteModel | ( | ) |
Creates a export object for a constant remote model.
|
static |
Returns data format version.
bool cee::exp::ExportConstantRemoteModel::save | ( | const Str & | outputFolder | ) |
Saves to a complete CUG database.
bool cee::exp::ExportConstantRemoteModel::saveBinBundle | ( | const Str & | fileName | ) |
Saves to a binary CUG bundle.
bool cee::exp::ExportConstantRemoteModel::saveJsBundle | ( | const Str & | fileName | ) |
Saves to a JS CUG bundle.
void cee::exp::ExportConstantRemoteModel::setDefaultCamera | ( | const vis::Camera & | camera | ) |
Sets the default camera.
void cee::exp::ExportConstantRemoteModel::setDefaultParticleTraceStepCount | ( | size_t | stepCount | ) |
Sets the default particle trace step count.
void cee::exp::ExportConstantRemoteModel::setModel | ( | ug::UnstructGridModel * | model | ) |
Sets the model.