|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Polymarker.hh>
Inheritance diagram for G4Polymarker: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 | |
| using | iterator = std::vector<G4Point3D>::iterator |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const G4Polymarker &marker) |
Additional Inherited Members | |
Protected Attributes inherited from G4Visible | |
| G4String | fInfo |
| const G4VisAttributes * | fpVisAttributes |
| G4bool | fAllocatedVisAttributes |
Definition at line 42 of file G4Polymarker.hh.
| G4Polymarker::G4Polymarker | ( | ) |
Definition at line 33 of file G4Polymarker.cc.
Referenced by G4Polymarker(), G4Polymarker(), and operator<<.
| G4Polymarker::G4Polymarker | ( | const G4VMarker & | marker | ) |
Definition at line 37 of file G4Polymarker.cc.
|
overridedefault |
| MarkerType G4Polymarker::GetMarkerType | ( | ) | const |
| void G4Polymarker::SetMarkerType | ( | MarkerType | ) |
|
friend |
Definition at line 44 of file G4Polymarker.cc.