29 #ifndef CDPL_VIS_VRMLOBJECT3DWRITER_HPP
30 #define CDPL_VIS_VRMLOBJECT3DWRITER_HPP
73 operator const void*()
const;
Definition of the class CDPL::Base::DataWriter.
Definition of matrix data types.
Definition of the class CDPL::Vis::Shape3DVisitor.
Definition of vector data types.
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
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
Outputs 3D visualization data represented by Vis::Object3D instances in the VRML [VRML97] format.
Definition: VRMLObject3DWriter.hpp:55
bool operator!() const
Tells whether the writer is in a bad state.
VRMLObject3DWriter(std::ostream &os)
Constructs a VRMLObject3DWriter instance that will write Vis::Object3D data to the output stream os.
void close()
Writes format dependent data (if required) to mark the end of output.
Base::DataWriter< Object3D > & write(const Object3D &obj)
Outputs the Vis::Object3D instance obj.
VRMLObject3DWriter(const VRMLObject3DWriter &)=delete
The namespace of the Chemical Data Processing Library.