29 #ifndef CDPL_VIS_RIGHTFRUSTUMMESH3D_HPP
30 #define CDPL_VIS_RIGHTFRUSTUMMESH3D_HPP
59 bool close_btm =
true,
bool close_top =
true);
Definition of the class CDPL::Vis::TriangleMesh3D.
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.
A pre-defined triangle mesh providing the vertices and faces of a right frustum specified by the cont...
Definition: RightFrustumMesh3D.hpp:50
RightFrustumMesh3D(double radius1, double radius2, double height, std::size_t num_sides, bool close_btm=true, bool close_top=true)
std::shared_ptr< RightFrustumMesh3D > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated RightFrustumMesh3D instances.
Definition: RightFrustumMesh3D.hpp:56
Data structure for describing the geometric shape of 3D objects by means of a triangle mesh.
Definition: TriangleMesh3D.hpp:50
The namespace of the Chemical Data Processing Library.