27 out << tessellatedSolid;
47 out << NofFacets() <<
" facets:" << std::endl;
48 for (
int i = 0; i < NofFacets(); i++) {
49 out <<
"Facet #" << i <<
": " << std::endl;
51 out <<
" " << NofVertices(i) <<
" vertices:" << std::endl;
52 for (
int j = 0; j < NofVertices(i); j++) {
53 out <<
" (" << Vertex(i, j)[
VGM::kDx] <<
", "
55 out <<
" mm" << std::endl;
std::ostream & operator<<(std::ostream &out, const VGM::ITessellatedSolid &tessellated)
virtual std::ostream & Put(std::ostream &out) const
Put the printing of the solid parameters in the out stream.
virtual ~VTessellatedSolid()
The VGM interface to solids.
The VGM interface to extruded solids.