VGM Version 5.3
|
The VGM interface to extruded solids. More...
#include <ITessellatedSolid.h>
Public Member Functions | |
virtual | ~ITessellatedSolid () |
virtual SolidType | Type () const =0 |
Return the type of this solid. | |
virtual std::string | Name () const =0 |
Return the name of this solid. | |
virtual int | NofFacets () const =0 |
Return the number of facets. | |
virtual int | NofVertices (int ifacet) const =0 |
Return the number of vertices in the the ifacet-th facet. | |
virtual ThreeVector | Vertex (int ifacet, int index) const =0 |
Return the index-th vertex in the ifacet-th facet. | |
virtual std::ostream & | Put (std::ostream &out) const =0 |
Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
The VGM interface to extruded solids.
Definition at line 30 of file ITessellatedSolid.h.
|
inlinevirtual |
Definition at line 33 of file ITessellatedSolid.h.
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.
|
pure virtual |
Return the number of facets.
Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.
|
pure virtual |
Return the number of vertices in the the ifacet-th facet.
Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.
|
pure virtual |
Return the index-th vertex in the ifacet-th facet.
Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VTessellatedSolid.