Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#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.
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 |
Referenced by G4XXXFileSceneHandler::AddPrimitive(), G4XXXSceneHandler::AddPrimitive(), G4XXXSGSceneHandler::AddPrimitive(), G4XXXStoredSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddPrimitive(), G4VSceneHandler::AddPrimitive(), G4VSceneHandler::GetColour(), G4VSceneHandler::GetTextColour(), and G4VSceneHandler::LoadAtts().
Definition at line 87 of file G4Visible.cc.
Definition at line 58 of file G4Visible.cc.
Referenced by G4VMarker::operator=().
void G4Visible::SetVisAttributes | ( | const G4VisAttributes & | VA | ) |
Definition at line 69 of file G4Visible.cc.
void G4Visible::SetVisAttributes | ( | const G4VisAttributes * | pVA | ) |
Definition at line 80 of file G4Visible.cc.
Referenced by G4VSceneHandler::AddPrimitive(), G4PhysicalVolumeModel::DescribeSolid(), G4ScoreLogColorMap::DrawColorChartBar(), G4VScoreColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4VScoreColorMap::DrawColorChartText(), G4ArrowModel::G4ArrowModel(), G4AxesModel::G4AxesModel(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), and G4VisCommandSceneAddText2D::SetNewValue().
Definition at line 94 of file G4Visible.cc.
|
protected |
Definition at line 82 of file G4Visible.hh.
Referenced by G4Visible(), operator=(), SetVisAttributes(), and ~G4Visible().
|
protected |
Definition at line 81 of file G4Visible.hh.
Referenced by G4Visible(), operator!=(), operator=(), SetVisAttributes(), and ~G4Visible().