Geant4  10.02.p03
G4PlacedPolyhedron Class Reference

#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 43 of file G4PlacedPolyhedron.hh.

Constructor & Destructor Documentation

◆ G4PlacedPolyhedron() [1/2]

G4PlacedPolyhedron::G4PlacedPolyhedron ( )

Definition at line 31 of file G4PlacedPolyhedron.cc.

31 {}

◆ G4PlacedPolyhedron() [2/2]

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

Definition at line 34 of file G4PlacedPolyhedron.cc.

34  :
35  fPolyhedron (polyhedron), fTransform (transform) {}
G4Transform3D fTransform

Member Function Documentation

◆ GetPolyhedron()

const G4Polyhedron& G4PlacedPolyhedron::GetPolyhedron ( ) const
inline

Definition at line 56 of file G4PlacedPolyhedron.hh.

56 {return fPolyhedron;}

◆ GetTransform()

const G4Transform3D& G4PlacedPolyhedron::GetTransform ( ) const
inline

Definition at line 57 of file G4PlacedPolyhedron.hh.

57 {return fTransform;}
G4Transform3D fTransform

◆ operator==()

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

Definition at line 52 of file G4PlacedPolyhedron.hh.

52  {
53  return this == &right;
54  }

◆ SetPolyhedron()

void G4PlacedPolyhedron::SetPolyhedron ( const G4Polyhedron polyhedron)
inline

Definition at line 59 of file G4PlacedPolyhedron.hh.

59  {
60  fPolyhedron = polyhedron;
61  }

◆ SetTransform()

void G4PlacedPolyhedron::SetTransform ( const G4Transform3D transform)
inline

Definition at line 62 of file G4PlacedPolyhedron.hh.

62  {
63  fTransform = transform;
64  }
G4Transform3D fTransform

Member Data Documentation

◆ fPolyhedron

G4Polyhedron G4PlacedPolyhedron::fPolyhedron
private

Definition at line 68 of file G4PlacedPolyhedron.hh.

◆ fTransform

G4Transform3D G4PlacedPolyhedron::fTransform
private

Definition at line 69 of file G4PlacedPolyhedron.hh.


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