![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Collaboration diagram for G4VisCommandSceneAddLine2D::Line2D:Public Member Functions | |
| Line2D (G4double x1, G4double y1, G4double x2, G4double y2, G4double width, const G4Colour &colour) | |
| void | operator() (G4VGraphicsScene &, const G4Transform3D &, const G4ModelingParameters *) |
Public Attributes | |
| G4Polyline | fPolyline |
| G4double | fWidth |
| G4Colour | fColour |
Definition at line 274 of file G4VisCommandsSceneAdd.hh.
View newest version in sPHENIX GitHub at line 274 of file G4VisCommandsSceneAdd.hh
| G4VisCommandSceneAddLine2D::Line2D::Line2D | ( | G4double | x1, |
| G4double | y1, | ||
| G4double | x2, | ||
| G4double | y2, | ||
| G4double | width, | ||
| const G4Colour & | colour | ||
| ) |
Definition at line 1228 of file G4VisCommandsSceneAdd.cc.
View newest version in sPHENIX GitHub at line 1228 of file G4VisCommandsSceneAdd.cc
References G4VisAttributes::SetColour(), and G4VisAttributes::SetLineWidth().
Here is the call graph for this function:| void G4VisCommandSceneAddLine2D::Line2D::operator() | ( | G4VGraphicsScene & | sceneHandler, |
| const G4Transform3D & | , | ||
| const G4ModelingParameters * | |||
| ) |
Definition at line 1242 of file G4VisCommandsSceneAdd.cc.
View newest version in sPHENIX GitHub at line 1242 of file G4VisCommandsSceneAdd.cc
References G4VGraphicsScene::AddPrimitive(), G4VGraphicsScene::BeginPrimitives2D(), and G4VGraphicsScene::EndPrimitives2D().
Here is the call graph for this function:| G4Colour G4VisCommandSceneAddLine2D::Line2D::fColour |
Definition at line 281 of file G4VisCommandsSceneAdd.hh.
View newest version in sPHENIX GitHub at line 281 of file G4VisCommandsSceneAdd.hh
| G4Polyline G4VisCommandSceneAddLine2D::Line2D::fPolyline |
Definition at line 279 of file G4VisCommandsSceneAdd.hh.
View newest version in sPHENIX GitHub at line 279 of file G4VisCommandsSceneAdd.hh
| G4double G4VisCommandSceneAddLine2D::Line2D::fWidth |
Definition at line 280 of file G4VisCommandsSceneAdd.hh.
View newest version in sPHENIX GitHub at line 280 of file G4VisCommandsSceneAdd.hh