|
Geant4
10.02.p03
|
#include <G4VMarker.hh>
Public Types | |
| enum | FillStyle { noFill, hashed, filled } |
| enum | SizeType { none, world, screen } |
Private Attributes | |
| G4Point3D | fPosition |
| G4double | fWorldSize |
| G4double | fScreenSize |
| FillStyle | fFillStyle |
| G4String | fInfo |
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 |
| Enumerator | |
|---|---|
| noFill | |
| hashed | |
| filled | |
Definition at line 97 of file G4VMarker.hh.
| enum G4VMarker::SizeType |
| Enumerator | |
|---|---|
| none | |
| world | |
| screen | |
Definition at line 98 of file G4VMarker.hh.
| G4VMarker::G4VMarker | ( | ) |
Definition at line 35 of file G4VMarker.cc.
| G4VMarker::G4VMarker | ( | const G4VMarker & | mk | ) |
Definition at line 44 of file G4VMarker.cc.
| G4VMarker::G4VMarker | ( | const G4Point3D & | position | ) |
Definition at line 53 of file G4VMarker.cc.
|
virtual |
Definition at line 63 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 |
| G4VMarker::SizeType G4VMarker::GetSizeType | ( | ) | const |
Definition at line 112 of file G4VMarker.cc.
| G4double G4VMarker::GetWorldDiameter | ( | ) | const |
| G4double G4VMarker::GetWorldRadius | ( | ) | const |
| G4double G4VMarker::GetWorldSize | ( | ) | const |
Definition at line 76 of file G4VMarker.cc.
Definition at line 65 of file G4VMarker.cc.
| void G4VMarker::SetFillStyle | ( | FillStyle | ) |
|
virtual |
| void G4VMarker::SetPosition | ( | const G4Point3D & | ) |
| 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 | ) |
|
friend |
Definition at line 89 of file G4VMarker.cc.
|
private |
Definition at line 152 of file G4VMarker.hh.
|
private |
Definition at line 155 of file G4VMarker.hh.
|
private |
Definition at line 149 of file G4VMarker.hh.
|
private |
Definition at line 151 of file G4VMarker.hh.
|
private |
Definition at line 150 of file G4VMarker.hh.