Bayeux
3.4.1
Core Foundation library for SuperNEMO
|
A STL solid. More...
#include <bayeux/geomtools/stl_tools.h>
Public Member Functions | |
solid () | |
Default constructor. More... | |
Public Attributes | |
std::string | name |
Name of the solid. More... | |
std::vector< facet > | facets |
Array of facets. More... | |
std::string | dummy_name |
Dummy name. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &out_, const solid &sld_) |
A STL solid.
geomtools::stl::solid::solid | ( | ) |
Default constructor.
|
friend |
std::string geomtools::stl::solid::dummy_name |
Dummy name.
std::vector<facet> geomtools::stl::solid::facets |
Array of facets.
std::string geomtools::stl::solid::name |
Name of the solid.