Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VMarker.hh>
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 91 of file G4VMarker.hh.
enum G4VMarker::FillStyle |
enum G4VMarker::SizeType |
G4VMarker::G4VMarker | ( | ) |
Definition at line 35 of file G4VMarker.cc.
Definition at line 44 of file G4VMarker.cc.
Definition at line 53 of file G4VMarker.cc.
|
virtual |
Definition at line 63 of file G4VMarker.cc.
FillStyle G4VMarker::GetFillStyle | ( | ) | const |
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 112 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 76 of file G4VMarker.cc.
Definition at line 65 of file G4VMarker.cc.
Referenced by G4Text::operator=().
void G4VMarker::SetFillStyle | ( | FillStyle | ) |
Referenced by G4VSceneHandler::AddPrimitive().
void G4VMarker::SetScreenDiameter | ( | G4double | ) |
void G4VMarker::SetScreenRadius | ( | G4double | ) |
void G4VMarker::SetScreenSize | ( | G4double | ) |
Definition at line 119 of file G4VMarker.cc.
void G4VMarker::SetWorldDiameter | ( | G4double | ) |
void G4VMarker::SetWorldRadius | ( | G4double | ) |
void G4VMarker::SetWorldSize | ( | G4double | ) |
Referenced by G4VSceneHandler::AddPrimitive().
Definition at line 89 of file G4VMarker.cc.