VGM Version 5.3
Loading...
Searching...
No Matches
BaseVGM::VExtrudedSolid Class Reference

The ABC for xtru solids. More...

#include <VExtrudedSolid.h>

Inheritance diagram for BaseVGM::VExtrudedSolid:

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

Detailed Description

The ABC for xtru solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VExtrudedSolid.h.

Constructor & Destructor Documentation

◆ VExtrudedSolid()

BaseVGM::VExtrudedSolid::VExtrudedSolid ( )

Default constructor

Definition at line 30 of file VExtrudedSolid.cxx.

◆ ~VExtrudedSolid()

BaseVGM::VExtrudedSolid::~VExtrudedSolid ( )
virtual

Definition at line 36 of file VExtrudedSolid.cxx.

Member Function Documentation

◆ Type()

VGM::SolidType BaseVGM::VExtrudedSolid::Type ( ) const
inlinevirtual

Return the type of this solid.

Implements VGM::IExtrudedSolid.

Definition at line 46 of file VExtrudedSolid.h.

◆ Put()

std::ostream & BaseVGM::VExtrudedSolid::Put ( std::ostream & out) const
virtual

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

Implements VGM::IExtrudedSolid.

Definition at line 42 of file VExtrudedSolid.cxx.


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