The Ceetron Export component is a file writer for export of models and results to VTFx formatted files. More...
Classes | |
class | cee::vtfx::Block |
Abstract base class for all VTFx blocks. More... | |
class | cee::vtfx::Case |
A VTFx case. The class represents a case, i.e. the specific visualization of a VTFx database. More... | |
class | cee::vtfx::Database |
A VTFx database. The class represents a database of data blocks. More... | |
class | cee::vtfx::ElementBlock |
A block for storing finite elements and optional element ids. More... | |
class | cee::vtfx::File |
A VTFx file. More... | |
class | cee::vtfx::FileSettings |
File settings for VTFx files. More... | |
class | cee::vtfx::GeometryBlock |
A block defining all the geometries in a VTFx database. There must be only one GeometryBlock in each database defining all the geometries. More... | |
class | cee::vtfx::GeometryInfoBlock |
A block that associates geometries to part names. More... | |
class | cee::vtfx::NodeBlock |
A block for storing nodes with coordinates and, optionally, node ids. More... | |
class | cee::vtfx::ResultBlock |
A block defining a result (scalars, vectors, or displacements) in a VTFx database. More... | |
class | cee::vtfx::ResultValuesBlock |
A block containing the actual result values for a specific result. More... | |
class | cee::vtfx::SetItemGroup |
A class to store a group of items that map to a given block (only supported block type is currently elements) More... | |
class | cee::vtfx::SetBlock |
A block for storing sets of elements or nodes. More... | |
class | cee::vtfx::StateInfoBlock |
A block defining the meta data of the states in the database. More... | |
class | cee::vtfx::TransformationResultBlock |
A block defining a rigid body transformation result in a VTFx database. More... | |
class | cee::vtfx::TransformationResultValuesBlock |
A block for a rigid body transformation matrix. More... | |
class | cee::vtfx::VTFxComponent |
Static class for initialization of the component. More... | |
The Ceetron Export component is a file writer for export of models and results to VTFx formatted files.
VTFx files are tailored to store simulation results, referred to as databases, and pre-configured visualizations of simulation results, referred to as cases. VTFx files are ZIP archives containing various folders and XML files that describe the meta data of databases and cases. Database contents, i.e.concrete simulation result values, are stored as data chunk files within the archive. The VTFx file format is supported by all Ceetron products.
See Writing VTFx Files or Ceetron VTFx file format for more information.