VGM Version 5.3
Loading...
Searching...
No Matches
VGM::ITessellatedSolid Class Referenceabstract

The VGM interface to extruded solids. More...

#include <ITessellatedSolid.h>

Inheritance diagram for VGM::ITessellatedSolid:

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 ()
 

Detailed Description

The VGM interface to extruded solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 30 of file ITessellatedSolid.h.

Constructor & Destructor Documentation

◆ ~ITessellatedSolid()

virtual VGM::ITessellatedSolid::~ITessellatedSolid ( )
inlinevirtual

Definition at line 33 of file ITessellatedSolid.h.

Member Function Documentation

◆ Type()

virtual SolidType VGM::ITessellatedSolid::Type ( ) const
pure virtual

Return the type of this solid.

Implements VGM::ISolid.

Implemented in BaseVGM::VTessellatedSolid.

◆ Name()

virtual std::string VGM::ITessellatedSolid::Name ( ) const
pure virtual

Return the name of this solid.

Implements VGM::ISolid.

Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.

◆ NofFacets()

virtual int VGM::ITessellatedSolid::NofFacets ( ) const
pure virtual

Return the number of facets.

Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.

◆ NofVertices()

virtual int VGM::ITessellatedSolid::NofVertices ( int ifacet) const
pure virtual

Return the number of vertices in the the ifacet-th facet.

Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.

◆ Vertex()

virtual ThreeVector VGM::ITessellatedSolid::Vertex ( int ifacet,
int index ) const
pure virtual

Return the index-th vertex in the ifacet-th facet.

Implemented in Geant4GM::TessellatedSolid, and RootGM::TessellatedSolid.

◆ Put()

virtual std::ostream & VGM::ITessellatedSolid::Put ( std::ostream & out) const
pure virtual

Put the printing of the solid parameters in the out stream.

Implements VGM::ISolid.

Implemented in BaseVGM::VTessellatedSolid.


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