|
Geant4
10.03.p01
|
#include <G4Visible.hh>


Public Member Functions | |
| 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 &) |
Protected Attributes | |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4Visible &v) |
Definition at line 48 of file G4Visible.hh.
| G4Visible::G4Visible | ( | ) |
Definition at line 37 of file G4Visible.cc.
| G4Visible::G4Visible | ( | const G4Visible & | visible | ) |
Definition at line 42 of file G4Visible.cc.
| G4Visible::G4Visible | ( | const G4VisAttributes * | pVA | ) |
Definition at line 49 of file G4Visible.cc.
|
virtual |
Definition at line 54 of file G4Visible.cc.
| const G4VisAttributes* G4Visible::GetVisAttributes | ( | ) | const |

Definition at line 87 of file G4Visible.cc.
Definition at line 58 of file G4Visible.cc.

| void G4Visible::SetVisAttributes | ( | const G4VisAttributes * | pVA | ) |
| void G4Visible::SetVisAttributes | ( | const G4VisAttributes & | VA | ) |
Definition at line 69 of file G4Visible.cc.
|
friend |
Definition at line 94 of file G4Visible.cc.
|
protected |
Definition at line 82 of file G4Visible.hh.
|
protected |
Definition at line 81 of file G4Visible.hh.