ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4PlacedPolyhedron Class Reference

#include <geant4/tree/geant4-10.6-release/source/graphics_reps/include/G4PlacedPolyhedron.hh>

+ Collaboration diagram for G4PlacedPolyhedron:

Public Member Functions

 G4PlacedPolyhedron ()
 
 G4PlacedPolyhedron (const G4Polyhedron &, const G4Transform3D &)
 
G4bool operator== (const G4PlacedPolyhedron &right) const
 
const G4PolyhedronGetPolyhedron () const
 
const G4Transform3DGetTransform () const
 
void SetPolyhedron (const G4Polyhedron &polyhedron)
 
void SetTransform (const G4Transform3D &transform)
 

Private Attributes

G4Polyhedron fPolyhedron
 
G4Transform3D fTransform
 

Detailed Description

Definition at line 42 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 42 of file G4PlacedPolyhedron.hh

Constructor & Destructor Documentation

G4PlacedPolyhedron::G4PlacedPolyhedron ( )

Definition at line 30 of file G4PlacedPolyhedron.cc.

View newest version in sPHENIX GitHub at line 30 of file G4PlacedPolyhedron.cc

G4PlacedPolyhedron::G4PlacedPolyhedron ( const G4Polyhedron polyhedron,
const G4Transform3D transform 
)

Definition at line 33 of file G4PlacedPolyhedron.cc.

View newest version in sPHENIX GitHub at line 33 of file G4PlacedPolyhedron.cc

Member Function Documentation

const G4Polyhedron& G4PlacedPolyhedron::GetPolyhedron ( ) const
inline

Definition at line 55 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 55 of file G4PlacedPolyhedron.hh

References fPolyhedron.

const G4Transform3D& G4PlacedPolyhedron::GetTransform ( ) const
inline

Definition at line 56 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 56 of file G4PlacedPolyhedron.hh

References fTransform.

G4bool G4PlacedPolyhedron::operator== ( const G4PlacedPolyhedron right) const
inline

Definition at line 51 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 51 of file G4PlacedPolyhedron.hh

References right.

void G4PlacedPolyhedron::SetPolyhedron ( const G4Polyhedron polyhedron)
inline

Definition at line 58 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 58 of file G4PlacedPolyhedron.hh

References fPolyhedron.

void G4PlacedPolyhedron::SetTransform ( const G4Transform3D transform)
inline

Definition at line 61 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 61 of file G4PlacedPolyhedron.hh

References fTransform, and Acts::Test::transform.

Member Data Documentation

G4Polyhedron G4PlacedPolyhedron::fPolyhedron
private

Definition at line 67 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 67 of file G4PlacedPolyhedron.hh

Referenced by GetPolyhedron(), and SetPolyhedron().

G4Transform3D G4PlacedPolyhedron::fTransform
private

Definition at line 68 of file G4PlacedPolyhedron.hh.

View newest version in sPHENIX GitHub at line 68 of file G4PlacedPolyhedron.hh

Referenced by GetTransform(), and SetTransform().


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