29 #ifndef CDPL_VIS_R3DOBJECT3DWRITER_HPP
30 #define CDPL_VIS_R3DOBJECT3DWRITER_HPP
74 operator const void*()
const;
92 Vector3DArray transVertices;
93 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.
An 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
Object3D.
Definition: Object3D.hpp:52
Outputs 3D visualization data represented by Vis::Object3D instances in the Raster3D [R3DFMT] format.
Definition: R3DObject3DWriter.hpp:56
bool operator!() const
Tells whether the writer is in a bad state.
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()
Writes format dependent data (if required) to mark the end of output.
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
An array of Math::Vector3D objects.
Definition: VectorArray.hpp:84
The namespace of the Chemical Data Processing Library.