G4PlacedPolyhedron Class Reference

#include <G4PlacedPolyhedron.hh>


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)


Detailed Description

Definition at line 43 of file G4PlacedPolyhedron.hh.


Constructor & Destructor Documentation

G4PlacedPolyhedron::G4PlacedPolyhedron (  ) 

Definition at line 31 of file G4PlacedPolyhedron.cc.

00031 {}

G4PlacedPolyhedron::G4PlacedPolyhedron ( const G4Polyhedron ,
const G4Transform3D  
)

Definition at line 34 of file G4PlacedPolyhedron.cc.

00034                                                                 :
00035   fPolyhedron (polyhedron), fTransform (transform) {}
  fPolyhedron (polyhedron), fTransform (transform) {}


Member Function Documentation

const G4Polyhedron& G4PlacedPolyhedron::GetPolyhedron (  )  const [inline]

Definition at line 56 of file G4PlacedPolyhedron.hh.

00056 {return fPolyhedron;}

const G4Transform3D& G4PlacedPolyhedron::GetTransform (  )  const [inline]

Definition at line 57 of file G4PlacedPolyhedron.hh.

00057 {return fTransform;}

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

Definition at line 52 of file G4PlacedPolyhedron.hh.

00052                                                              {
00053     return this == &right;
00054   }

void G4PlacedPolyhedron::SetPolyhedron ( const G4Polyhedron polyhedron  )  [inline]

Definition at line 59 of file G4PlacedPolyhedron.hh.

00059                                                       {
00060     fPolyhedron = polyhedron;
00061   }

void G4PlacedPolyhedron::SetTransform ( const G4Transform3D transform  )  [inline]

Definition at line 62 of file G4PlacedPolyhedron.hh.

00062                                                       {
00063     fTransform = transform;
00064   }


The documentation for this class was generated from the following files:
Generated on Mon May 27 17:52:56 2013 for Geant4 by  doxygen 1.4.7