|
VGM Version 5.3.1
|
The ABC for tessellated solid. More...
#include <VTessellatedSolid.h>

Public Member Functions | |
| VTessellatedSolid () | |
| virtual | ~VTessellatedSolid () |
| virtual VGM::SolidType | Type () const |
| Return the type of this solid. | |
| virtual std::ostream & | Put (std::ostream &out) const |
| Put the printing of the solid parameters in the out stream. | |
Public Member Functions inherited from VGM::ITessellatedSolid | |
| virtual | ~ITessellatedSolid () |
| 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. | |
Public Member Functions inherited from VGM::ISolid | |
| virtual | ~ISolid () |
The ABC for tessellated solid.
Definition at line 29 of file VTessellatedSolid.h.
| BaseVGM::VTessellatedSolid::VTessellatedSolid | ( | ) |
Default constructor
Definition at line 32 of file VTessellatedSolid.cxx.
|
virtual |
Definition at line 38 of file VTessellatedSolid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::ITessellatedSolid.
Definition at line 46 of file VTessellatedSolid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ITessellatedSolid.
Definition at line 44 of file VTessellatedSolid.cxx.