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

The ABC for Arb8 solids. More...

#include <VArb8.h>

Inheritance diagram for BaseVGM::VArb8:

Public Member Functions

 VArb8 ()
 
virtual ~VArb8 ()
 
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::IArb8
virtual ~IArb8 ()
 
virtual std::string Name () const =0
 Return the name of this solid.
 
virtual int NofVertices () const =0
 Return the number of vertices.
 
virtual TwoVector Vertex (int index) const =0
 Return the index-th vertex.
 
virtual double TwistAngle (int index) const =0
 Return the index-th twist angle.
 
virtual double ZHalfLength () const =0
 Return the half-length along the z axis in mm.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for Arb8 solids.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VArb8.h.

Constructor & Destructor Documentation

◆ VArb8()

BaseVGM::VArb8::VArb8 ( )

Default constructor

Definition at line 30 of file VArb8.cxx.

◆ ~VArb8()

BaseVGM::VArb8::~VArb8 ( )
virtual

Definition at line 36 of file VArb8.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::IArb8.

Definition at line 46 of file VArb8.h.

◆ Put()

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

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

Implements VGM::IArb8.

Definition at line 42 of file VArb8.cxx.


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