VGM Version 5.3
|
VGM implementation for Root Scaled solid. More...
#include <ScaledSolid.h>
Public Member Functions | |
ScaledSolid (const std::string &name, VGM::ISolid *solid, TGeoScale *scale) | |
ScaledSolid (TGeoScaledShape *scaledShape) | |
virtual | ~ScaledSolid () |
virtual std::string | Name () const |
Return the name of this solid. | |
virtual VGM::ISolid * | ConstituentSolid () const |
Return the constituent solid. | |
virtual VGM::Transform | Scale () const |
Return the 3D scale. | |
virtual bool | ToBeReflected () const |
Return true if the solid has to be first reflected before being placed. | |
Public Member Functions inherited from BaseVGM::VScaledSolid | |
VScaledSolid () | |
virtual | ~VScaledSolid () |
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::IScaledSolid | |
virtual | ~IScaledSolid () |
Public Member Functions inherited from VGM::ISolid | |
virtual | ~ISolid () |
Protected Member Functions | |
ScaledSolid () | |
ScaledSolid (const ScaledSolid &rhs) | |
VGM implementation for Root Scaled solid.
Definition at line 33 of file ScaledSolid.h.
RootGM::ScaledSolid::ScaledSolid | ( | const std::string & | name, |
VGM::ISolid * | solid, | ||
TGeoScale * | scale ) |
Standard constructor to define Scaled solids via constituents
solid | constituent solids |
scale | the TGeo scale transformation |
Definition at line 27 of file ScaledSolid.cxx.
RootGM::ScaledSolid::ScaledSolid | ( | TGeoScaledShape * | scaledShape | ) |
Standard constructor to define Scaled solid via Root object
Definition at line 45 of file ScaledSolid.cxx.
|
virtual |
Definition at line 71 of file ScaledSolid.cxx.
|
protected |
Protected default constructor
Definition at line 57 of file ScaledSolid.cxx.
|
protected |
Protected copy constructor
Definition at line 64 of file ScaledSolid.cxx.
|
virtual |
Return the name of this solid.
Implements VGM::IScaledSolid.
Definition at line 81 of file ScaledSolid.cxx.
|
virtual |
Return the constituent solid.
Implements VGM::IScaledSolid.
Definition at line 90 of file ScaledSolid.cxx.
|
virtual |
|
inlinevirtual |
Return true if the solid has to be first reflected before being placed.
Implements VGM::IScaledSolid.
Definition at line 57 of file ScaledSolid.h.