15 #include "CeeExport/Base.h" 16 #include "CeeCore/RefCountedObject.h" 17 #include "CeeCore/Str.h" 23 class PropertySetCollection;
28 class UnstructGridModel;
63 void clearPropertiesAndResources();
64 size_t addPlotData(
const Str& plotName,
const std::vector<Str>& variableNames,
const std::vector<std::vector<double> >& variableValues);
66 void setVendorNameAndApplication(
const Str& vendorName,
const Str& vendorApplication);
67 void setSnapshotImage(
Image* snapshotImage);
68 void setCaseName(
const Str& name);
69 void setCaseDescription(
const Str& description);
72 void setVisiblePartsOnly(
bool on);
73 void setStartAnimation(
bool on);
74 void setCompressionLevel(
unsigned int compressionLevel);
75 void setPassword(
const Str& password);
76 void setCreateSignature(
bool on);
77 void setExportRelativeValues(
bool on);
78 void setWriteAsciiDataFiles(
bool on);
79 void setRelativeDisplacements(
bool on);
80 void setExportOnlyVisibleElements(
bool on);
82 bool addUserTextFile(
const Str& filename,
const Str& content);
84 bool saveCase(
const Str& fileName);
85 bool appendCase(
const Str& fileName);
Stores an RGBA image with 8 bits per pixel.
Definition: Image.h:25
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppComponent.cpp:26
Export current view and model setting as VTFx file.
Definition: ExportVTFx.h:39
A VTFx model file existing in memory.
Definition: VTFxMemoryFile.h:31
Only exports the visible triangles/points/lines as well as any cutting plane or isosurfaces as precom...
Definition: ExportVTFx.h:44
A general unicode based string class.
Definition: Str.h:28
Top right corner.
Definition: ExportVTFx.h:51
Bottom left corner.
Definition: ExportVTFx.h:52
Top left corner.
Definition: ExportVTFx.h:50
A collection of property sets.
Definition: PropertySetCollection.h:29
OverlayPosition
Overlay position in exported VTFx.
Definition: ExportVTFx.h:48
Class for storing image resources.
Definition: ImageResources.h:30
ExportType
Type of export to perform.
Definition: ExportVTFx.h:42
UnstructGridModel is a subclass of Model which adds specific model structure and functionality for re...
Definition: UnstructGridModel.h:72