Geant4-11
|
#include <G4PlacedPolyhedron.hh>
Public Member Functions | |
G4PlacedPolyhedron () | |
G4PlacedPolyhedron (const G4Polyhedron &, const G4Transform3D &) | |
const G4Polyhedron & | GetPolyhedron () const |
const G4Transform3D & | GetTransform () const |
G4bool | operator== (const G4PlacedPolyhedron &right) 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.
G4PlacedPolyhedron::G4PlacedPolyhedron | ( | ) |
Definition at line 30 of file G4PlacedPolyhedron.cc.
G4PlacedPolyhedron::G4PlacedPolyhedron | ( | const G4Polyhedron & | polyhedron, |
const G4Transform3D & | transform | ||
) |
Definition at line 32 of file G4PlacedPolyhedron.cc.
|
inline |
|
inline |
|
inline |
Definition at line 51 of file G4PlacedPolyhedron.hh.
|
inline |
Definition at line 58 of file G4PlacedPolyhedron.hh.
References fPolyhedron.
|
inline |
Definition at line 61 of file G4PlacedPolyhedron.hh.
References fTransform, and G4coutFormatters::anonymous_namespace{G4coutFormatters.cc}::transform().
|
private |
Definition at line 67 of file G4PlacedPolyhedron.hh.
Referenced by GetPolyhedron(), and SetPolyhedron().
|
private |
Definition at line 68 of file G4PlacedPolyhedron.hh.
Referenced by GetTransform(), and SetTransform().