29 #ifndef CDPL_VIS_R3DOBJECT3DWRITER_HPP
30 #define CDPL_VIS_R3DOBJECT3DWRITER_HPP
78 operator const void*()
const;
104 Vector3DArray transVertices;
105 Vector3DArray transNormals;
Definition of class CDPL::Base::DataWriter.
Definition of matrix data types.
Definition of class CDPL::Vis::Shape3DVisitor.
Definition of class CDPL::Math::VectorArray.
Definition of the preprocessor macro CDPL_VIS_API.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Interface for writing data objects of a given type to an arbitrary data sink.
Definition: DataWriter.hpp:63
Defines material properties of Vis::Object3D instances.
Definition: Material.hpp:56
Hierarchical 3D scene object that owns a list of nested sub-objects and inherits its property bag fro...
Definition: Object3D.hpp:57
Outputs 3D visualization data represented by Vis::Object3D instances in the Raster3D [R3DFMT] format.
Definition: R3DObject3DWriter.hpp:56
bool operator!() const
Tells whether a previous write operation has failed.
R3DObject3DWriter(std::ostream &os)
Constructs a R3DObject3DWriter instance that will write Vis::Object3D data to the output stream os.
R3DObject3DWriter(const R3DObject3DWriter &)=delete
R3DObject3DWriter & operator=(const R3DObject3DWriter &)=delete
Base::DataWriter< Object3D > & write(const Object3D &obj)
Outputs the Vis::Object3D instance obj.
void close()
Finalizes the Raster3D output and flushes the underlying stream.
The base of all Vis::Shape3D visitor implementations [VPTN].
Definition: Shape3DVisitor.hpp:49
Data structure for describing the geometric shape of 3D objects by means of a triangle mesh.
Definition: TriangleMesh3D.hpp:50
VectorArray< Vector3D > Vector3DArray
Array storing vectors of type Math::Vector3D.
Definition: VectorArray.hpp:85
The namespace of the Chemical Data Processing Library.