Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Polymarker.hh>
Public Types | |
enum | MarkerType { dots , circles , squares } |
Public Types inherited from G4VMarker | |
enum | FillStyle { noFill , hashed , filled } |
enum | SizeType { none , world , screen } |
Public Types inherited from G4Point3DList | |
typedef std::vector< G4Point3D >::iterator | iterator |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4Polymarker &marker) |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
const G4VisAttributes * | fpVisAttributes |
G4bool | fAllocatedVisAttributes |
Definition at line 42 of file G4Polymarker.hh.
G4Polymarker::G4Polymarker | ( | ) |
Definition at line 33 of file G4Polymarker.cc.
G4Polymarker::G4Polymarker | ( | const G4VMarker & | marker | ) |
Definition at line 37 of file G4Polymarker.cc.
|
virtual |
Definition at line 42 of file G4Polymarker.cc.
MarkerType G4Polymarker::GetMarkerType | ( | ) | const |
Referenced by G4HepRepSceneHandler::AddPrimitive(), and G4VSceneHandler::AddPrimitive().
void G4Polymarker::SetMarkerType | ( | MarkerType | ) |
Referenced by G4VSceneHandler::RequestPrimitives().
|
friend |
Definition at line 44 of file G4Polymarker.cc.