| 
    Geant4
    10.03.p02
    
   | 
 
#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 | 
| 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.


Definition at line 119 of file G4VMarker.cc.

      
  | 
  friend | 
Definition at line 89 of file G4VMarker.cc.