29 #ifndef CDPL_VIS_TORUSMESH3D_HPP
30 #define CDPL_VIS_TORUSMESH3D_HPP
58 TorusMesh3D(
double radius1,
double radius2, std::size_t num_sect1, std::size_t num_sect2,
59 double start_angle = 0.0,
double first_sect_size = 0.0);
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 torus specified by the contructor a...
Definition: TorusMesh3D.hpp:50
TorusMesh3D(double radius1, double radius2, std::size_t num_sect1, std::size_t num_sect2, double start_angle=0.0, double first_sect_size=0.0)
std::shared_ptr< TorusMesh3D > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated TorusMesh3D instances.
Definition: TorusMesh3D.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.