ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/graphics_reps/include/G4PlacedPolyhedron.hh>
Public Member Functions | |
G4PlacedPolyhedron () | |
G4PlacedPolyhedron (const G4Polyhedron &, const G4Transform3D &) | |
G4bool | operator== (const G4PlacedPolyhedron &right) const |
const G4Polyhedron & | GetPolyhedron () const |
const G4Transform3D & | GetTransform () const |
void | SetPolyhedron (const G4Polyhedron &polyhedron) |
void | SetTransform (const G4Transform3D &transform) |
Private Attributes | |
G4Polyhedron | fPolyhedron |
G4Transform3D | fTransform |
Definition at line 42 of file G4PlacedPolyhedron.hh.
View newest version in sPHENIX GitHub at line 42 of file G4PlacedPolyhedron.hh
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
|
inline |
Definition at line 55 of file G4PlacedPolyhedron.hh.
View newest version in sPHENIX GitHub at line 55 of file G4PlacedPolyhedron.hh
References fPolyhedron.
|
inline |
Definition at line 56 of file G4PlacedPolyhedron.hh.
View newest version in sPHENIX GitHub at line 56 of file G4PlacedPolyhedron.hh
References fTransform.
|
inline |
Definition at line 51 of file G4PlacedPolyhedron.hh.
View newest version in sPHENIX GitHub at line 51 of file G4PlacedPolyhedron.hh
References right.
|
inline |
Definition at line 58 of file G4PlacedPolyhedron.hh.
View newest version in sPHENIX GitHub at line 58 of file G4PlacedPolyhedron.hh
References fPolyhedron.
|
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.
|
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().
|
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().