|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VMarker.hh>
Inheritance diagram for G4VMarker:Public Types | |
| enum | FillStyle { noFill , hashed , filled } |
| enum | SizeType { none , world , screen } |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4VMarker &) |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
Definition at line 90 of file G4VMarker.hh.
| enum G4VMarker::FillStyle |
| enum G4VMarker::SizeType |
| G4VMarker::G4VMarker | ( | ) |
Definition at line 34 of file G4VMarker.cc.
| G4VMarker::G4VMarker | ( | const G4VMarker & | mk | ) |
Definition at line 43 of file G4VMarker.cc.
| G4VMarker::G4VMarker | ( | const G4Point3D & | position | ) |
Definition at line 52 of file G4VMarker.cc.
|
virtual |
Definition at line 62 of file G4VMarker.cc.
| FillStyle G4VMarker::GetFillStyle | ( | ) | const |
|
virtual |
| G4Point3D G4VMarker::GetPosition | ( | ) | const |
| G4double G4VMarker::GetScreenDiameter | ( | ) | const |
| G4double G4VMarker::GetScreenRadius | ( | ) | const |
| G4double G4VMarker::GetScreenSize | ( | ) | const |
Referenced by G4TextModel::G4TextModel(), and G4VSceneHandler::GetMarkerSize().
| G4VMarker::SizeType G4VMarker::GetSizeType | ( | ) | const |
Definition at line 111 of file G4VMarker.cc.
| G4double G4VMarker::GetWorldDiameter | ( | ) | const |
| G4double G4VMarker::GetWorldRadius | ( | ) | const |
Referenced by G4HepRepFileSceneHandler::AddPrimitive().
| G4double G4VMarker::GetWorldSize | ( | ) | const |
Referenced by G4VSceneHandler::GetMarkerSize().
Definition at line 75 of file G4VMarker.cc.
Definition at line 64 of file G4VMarker.cc.
Referenced by G4Text::operator=().
| void G4VMarker::SetFillStyle | ( | FillStyle | ) |
|
virtual |
| void G4VMarker::SetPosition | ( | const G4Point3D & | ) |
Referenced by G4VSceneHandler::AddPrimitive(), and G4GPSModel::DescribeYourselfTo().
| void G4VMarker::SetScreenDiameter | ( | G4double | ) |
Referenced by G4GPSModel::DescribeYourselfTo().
| void G4VMarker::SetScreenRadius | ( | G4double | ) |
| void G4VMarker::SetScreenSize | ( | G4double | ) |
Definition at line 118 of file G4VMarker.cc.
Referenced by G4VSceneHandler::RequestPrimitives().
| void G4VMarker::SetWorldDiameter | ( | G4double | ) |
| void G4VMarker::SetWorldRadius | ( | G4double | ) |
| void G4VMarker::SetWorldSize | ( | G4double | ) |
Referenced by G4VSceneHandler::AddPrimitive().
|
friend |
Definition at line 88 of file G4VMarker.cc.