15 #include "CeeExport/Base.h" 16 #include "CeeCore/Str.h" 17 #include "CeeUnstructGrid/DataStateSpec.h" 42 void setVendorNameAndApplication(
const Str& vendorName,
const Str& vendorApplication);
43 void setCompressionLevel(
unsigned int compressionLevel);
44 void setPassword(
const Str& password);
45 void setCreateSignature(
bool on);
46 void setWriteAsciiDataFiles(
bool on);
47 void setExportSurfaceOnly(
bool on);
48 void setRelativeDisplacements(
bool on);
49 void setExportDerivedResultAsSelfContained(
bool on);
52 bool write(
const Str& fileName);
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
Export the entire contents of a DataSource to a VTFx file.
Definition: ExportDataSourceVTFx.h:36
A general unicode based string class.
Definition: Str.h:28
Specification of data to load for a state.
Definition: DataStateSpec.h:31