cee::vtfx Namespace Reference

Namespace cee::vtfx contains all functionality needed to write your own export to the Ceetron Free viewers on almost any platform (Export component) More...

Classes

class  Block
 Abstract base class for all VTFx blocks. More...
 
class  Case
 A VTFx case. The class represents a case, i.e. the specific visualization of a VTFx database. More...
 
class  Database
 A VTFx database. The class represents a database of data blocks. More...
 
class  ElementBlock
 A block for storing finite elements and optional element ids. More...
 
class  File
 A VTFx file. More...
 
class  FileSettings
 File settings for VTFx files. More...
 
class  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  GeometryInfoBlock
 A block that associates geometries to part names. More...
 
class  NodeBlock
 A block for storing nodes with coordinates and, optionally, node ids. More...
 
class  ResultBlock
 A block defining a result (scalars, vectors, or displacements) in a VTFx database. More...
 
class  ResultValuesBlock
 A block containing the actual result values for a specific result. More...
 
class  SetBlock
 A block for storing sets of elements or nodes. More...
 
class  SetItemGroup
 A class to store a group of items that map to a given block (only supported block type is currently elements) More...
 
class  StateInfoBlock
 A block defining the meta data of the states in the database. More...
 
class  TransformationResultBlock
 A block defining a rigid body transformation result in a VTFx database. More...
 
class  TransformationResultValuesBlock
 A block for a rigid body transformation matrix. More...
 
class  VTFxComponent
 Static class for initialization of the component. More...
 

Detailed Description

Namespace cee::vtfx contains all functionality needed to write your own export to the Ceetron Free viewers on almost any platform (Export component)