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

The ABC for tessellated solid. More...

#include <VTessellatedSolid.h>

Inheritance diagram for BaseVGM::VTessellatedSolid:

Public Member Functions

 VTessellatedSolid ()
 
virtual ~VTessellatedSolid ()
 
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::ITessellatedSolid
virtual ~ITessellatedSolid ()
 
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.
 
- Public Member Functions inherited from VGM::ISolid
virtual ~ISolid ()
 

Detailed Description

The ABC for tessellated solid.

Author
Ivana Hrivnacova; IPN Orsay

Definition at line 29 of file VTessellatedSolid.h.

Constructor & Destructor Documentation

◆ VTessellatedSolid()

BaseVGM::VTessellatedSolid::VTessellatedSolid ( )

Default constructor

Definition at line 32 of file VTessellatedSolid.cxx.

◆ ~VTessellatedSolid()

BaseVGM::VTessellatedSolid::~VTessellatedSolid ( )
virtual

Definition at line 38 of file VTessellatedSolid.cxx.

Member Function Documentation

◆ Type()

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

Return the type of this solid.

Implements VGM::ITessellatedSolid.

Definition at line 46 of file VTessellatedSolid.h.

◆ Put()

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

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

Implements VGM::ITessellatedSolid.

Definition at line 44 of file VTessellatedSolid.cxx.


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