Geant4
10.01.p02
|
#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 43 of file G4PlacedPolyhedron.hh.
G4PlacedPolyhedron::G4PlacedPolyhedron | ( | ) |
Definition at line 31 of file G4PlacedPolyhedron.cc.
G4PlacedPolyhedron::G4PlacedPolyhedron | ( | const G4Polyhedron & | polyhedron, |
const G4Transform3D & | transform | ||
) |
Definition at line 34 of file G4PlacedPolyhedron.cc.
|
inline |
Definition at line 56 of file G4PlacedPolyhedron.hh.
References fPolyhedron.
|
inline |
Definition at line 57 of file G4PlacedPolyhedron.hh.
References fTransform.
|
inline |
Definition at line 52 of file G4PlacedPolyhedron.hh.
References right.
|
inline |
Definition at line 59 of file G4PlacedPolyhedron.hh.
References fPolyhedron.
|
inline |
Definition at line 62 of file G4PlacedPolyhedron.hh.
References fTransform.
|
private |
Definition at line 68 of file G4PlacedPolyhedron.hh.
Referenced by GetPolyhedron(), and SetPolyhedron().
|
private |
Definition at line 69 of file G4PlacedPolyhedron.hh.
Referenced by GetTransform(), and SetTransform().