VGM Version 5.3
|
The VGM interface to extruded solids. More...
#include <IExtrudedSolid.h>
Public Member Functions | |
virtual | ~IExtrudedSolid () |
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 | NofVertices () const =0 |
Return the number of vertices of outline polygon. | |
virtual TwoVector | Vertex (int index) const =0 |
Return the index-th vertex of outline polygon. | |
virtual int | NofZSections () const =0 |
Return the number of planes perpendicular to the z axis. | |
virtual double | ZPosition (int iz) const =0 |
Return the z position of the iz-th plane in mm. | |
virtual TwoVector | Offset (int iz) const =0 |
Return the polygon offset in iz-th side. | |
virtual double | Scale (int iz) const =0 |
Return the polygon scale in iz-th side. | |
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 IExtrudedSolid.h.
|
inlinevirtual |
Definition at line 33 of file IExtrudedSolid.h.
|
pure virtual |
|
pure virtual |
Return the name of this solid.
Implements VGM::ISolid.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the number of vertices of outline polygon.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the index-th vertex of outline polygon.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the number of planes perpendicular to the z axis.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the z position of the iz-th plane in mm.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the polygon offset in iz-th side.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Return the polygon scale in iz-th side.
Implemented in Geant4GM::ExtrudedSolid, and RootGM::ExtrudedSolid.
|
pure virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::ISolid.
Implemented in BaseVGM::VExtrudedSolid.