|
Geant4
10.03.p03
|
#include <G4Polyline.hh>


Public Types | |
| typedef G4Point3DList::iterator | iterator |
Public Types inherited from G4Point3DList | |
| typedef std::vector< G4Point3D > ::iterator | iterator |
Public Member Functions | |
| G4Polyline () | |
| virtual | ~G4Polyline () |
| G4Polyline & | transform (const G4Transform3D &) |
Public Member Functions inherited from G4Visible | |
| G4Visible () | |
| G4Visible (const G4Visible &) | |
| G4Visible (const G4VisAttributes *) | |
| virtual | ~G4Visible () |
| G4Visible & | operator= (const G4Visible &) |
| G4bool | operator!= (const G4Visible &right) const |
| const G4VisAttributes * | GetVisAttributes () const |
| void | SetVisAttributes (const G4VisAttributes *) |
| void | SetVisAttributes (const G4VisAttributes &) |
Public Member Functions inherited from G4Point3DList | |
| virtual | ~G4Point3DList () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4Polyline &) |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
Definition at line 47 of file G4Polyline.hh.
Definition at line 53 of file G4Polyline.hh.
| G4Polyline::G4Polyline | ( | ) |
Definition at line 34 of file G4Polyline.cc.
|
virtual |
Definition at line 36 of file G4Polyline.cc.
| G4Polyline & G4Polyline::transform | ( | const G4Transform3D & | transformation | ) |
Definition at line 38 of file G4Polyline.cc.


|
friend |
Definition at line 43 of file G4Polyline.cc.