ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/graphics_reps/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 |
Private Attributes | |
MarkerType | fMarkerType |
Friends | |
std::ostream & | operator<< (std::ostream &os, const G4Polymarker &marker) |
Additional Inherited Members | |
Public Attributes inherited from std::vector< T > | |
T | elements |
STL member. | |
Protected Attributes inherited from G4Visible | |
const G4VisAttributes * | fpVisAttributes |
G4bool | fAllocatedVisAttributes |
Definition at line 42 of file G4Polymarker.hh.
View newest version in sPHENIX GitHub at line 42 of file G4Polymarker.hh
Definition at line 47 of file G4Polymarker.hh.
View newest version in sPHENIX GitHub at line 47 of file G4Polymarker.hh
G4Polymarker::G4Polymarker | ( | ) |
Definition at line 33 of file G4Polymarker.cc.
View newest version in sPHENIX GitHub at line 33 of file G4Polymarker.cc
G4Polymarker::G4Polymarker | ( | const G4VMarker & | marker | ) |
Definition at line 37 of file G4Polymarker.cc.
View newest version in sPHENIX GitHub at line 37 of file G4Polymarker.cc
|
virtual |
Definition at line 42 of file G4Polymarker.cc.
View newest version in sPHENIX GitHub at line 42 of file G4Polymarker.cc
MarkerType G4Polymarker::GetMarkerType | ( | ) | const |
Referenced by G4HepRepSceneHandler::AddPrimitive(), and G4VSceneHandler::AddPrimitive().
void G4Polymarker::SetMarkerType | ( | MarkerType | ) |
Referenced by LXeTrajectory::DrawTrajectory(), G4TrajectoryDrawerUtils::DrawWithoutTime(), G4TrajectoryDrawerUtils::DrawWithTime(), G4BlineEventAction::EndOfEventAction(), and G4VSceneHandler::RequestPrimitives().
|
friend |
Definition at line 44 of file G4Polymarker.cc.
View newest version in sPHENIX GitHub at line 44 of file G4Polymarker.cc
|
private |
Definition at line 54 of file G4Polymarker.hh.
View newest version in sPHENIX GitHub at line 54 of file G4Polymarker.hh
Referenced by operator<<().