Bayeux  3.4.1
Core Foundation library for SuperNEMO
Public Member Functions | Public Attributes | Friends | List of all members
geomtools::stl::solid Struct Reference

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< facetfacets
 Array of facets. More...
 
std::string dummy_name
 Dummy name. More...
 

Friends

std::ostream & operator<< (std::ostream &out_, const solid &sld_)
 

Detailed Description

A STL solid.

Constructor & Destructor Documentation

◆ solid()

geomtools::stl::solid::solid ( )

Default constructor.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  out_,
const solid sld_ 
)
friend

Member Data Documentation

◆ dummy_name

std::string geomtools::stl::solid::dummy_name

Dummy name.

◆ facets

std::vector<facet> geomtools::stl::solid::facets

Array of facets.

◆ name

std::string geomtools::stl::solid::name

Name of the solid.


The documentation for this struct was generated from the following file: