|
VGM Version 5.3.1
|
The ABC for xtru solids. More...
#include <VExtrudedSolid.h>

Public Member Functions | |
| VExtrudedSolid () | |
| virtual | ~VExtrudedSolid () |
| 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::IExtrudedSolid | |
| virtual | ~IExtrudedSolid () |
| 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. | |
Public Member Functions inherited from VGM::ISolid | |
| virtual | ~ISolid () |
The ABC for xtru solids.
Definition at line 29 of file VExtrudedSolid.h.
| BaseVGM::VExtrudedSolid::VExtrudedSolid | ( | ) |
Default constructor
Definition at line 30 of file VExtrudedSolid.cxx.
|
virtual |
Definition at line 36 of file VExtrudedSolid.cxx.
|
inlinevirtual |
Return the type of this solid.
Implements VGM::IExtrudedSolid.
Definition at line 46 of file VExtrudedSolid.h.
|
virtual |
Put the printing of the solid parameters in the out stream.
Implements VGM::IExtrudedSolid.
Definition at line 42 of file VExtrudedSolid.cxx.