Geant4 10.7.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 47 of file G4Visible.hh.
G4Visible::G4Visible | ( | ) |
Definition at line 36 of file G4Visible.cc.
G4Visible::G4Visible | ( | const G4Visible & | visible | ) |
Definition at line 41 of file G4Visible.cc.
G4Visible::G4Visible | ( | const G4VisAttributes * | pVA | ) |
Definition at line 48 of file G4Visible.cc.
|
virtual |
Definition at line 53 of file G4Visible.cc.
const G4VisAttributes * G4Visible::GetVisAttributes | ( | ) | const |
Referenced by G4XXXFileSceneHandler::AddPrimitive(), G4XXXSceneHandler::AddPrimitive(), G4XXXSGSceneHandler::AddPrimitive(), G4XXXStoredSceneHandler::AddPrimitive(), G4HepRepSceneHandler::AddPrimitive(), G4GMocrenFileSceneHandler::AddPrimitive(), G4VSceneHandler::AddPrimitive(), G4VSceneHandler::GetTextColour(), and G4VSceneHandler::LoadAtts().
Definition at line 86 of file G4Visible.cc.
Definition at line 57 of file G4Visible.cc.
Referenced by G4VMarker::operator=().
void G4Visible::SetVisAttributes | ( | const G4VisAttributes & | VA | ) |
Definition at line 68 of file G4Visible.cc.
void G4Visible::SetVisAttributes | ( | const G4VisAttributes * | pVA | ) |
Definition at line 79 of file G4Visible.cc.
Referenced by G4VSceneHandler::AddPrimitive(), G4GPSModel::DescribeYourselfTo(), G4VFieldModel::DescribeYourselfTo(), G4ScoringBox::Draw(), G4ScoringCylinder::Draw(), G4ScoreLogColorMap::DrawColorChartBar(), G4VScoreColorMap::DrawColorChartBar(), G4ScoreLogColorMap::DrawColorChartText(), G4VScoreColorMap::DrawColorChartText(), G4ScoringBox::DrawColumn(), G4ScoringCylinder::DrawColumn(), G4ArrowModel::G4ArrowModel(), G4AxesModel::G4AxesModel(), G4VSceneHandler::RequestPrimitives(), G4VisCommandSceneAddScale::SetNewValue(), G4VisCommandSceneAddText::SetNewValue(), and G4VisCommandSceneAddText2D::SetNewValue().
|
friend |
Definition at line 93 of file G4Visible.cc.
|
protected |
Definition at line 81 of file G4Visible.hh.
Referenced by G4Visible(), operator=(), SetVisAttributes(), and ~G4Visible().
|
protected |
Definition at line 80 of file G4Visible.hh.
Referenced by G4Visible(), operator!=(), operator=(), SetVisAttributes(), and ~G4Visible().