Geant4-11
|
Typedefs | |
typedef std::pair< G4VSolid *, G4int > | solidCopyNoPair |
Functions | |
void | DrawPoint (G4VGraphicsScene &sceneHandler, const G4ThreeVector &point) |
void | DrawSolid (G4VGraphicsScene &sceneHandler, G4VSolid *sol, G4int copyNo, const G4Transform3D &t) |
const G4double | highlightPointDiameter (20.) |
const G4double | highlightSolidLineWidth (10.) |
Variables | |
const G4Colour | highlightPointColour (0.5, 0.5, 1.0) |
const G4Colour | highlightSolidColour (1.0, 0.8, 0.8) |
std::vector< solidCopyNoPair > | solidCopyNoVector |
Definition at line 97 of file G4LogicalVolumeModel.cc.
void anonymous_namespace{G4LogicalVolumeModel.cc}::DrawPoint | ( | G4VGraphicsScene & | sceneHandler, |
const G4ThreeVector & | point | ||
) |
Definition at line 117 of file G4LogicalVolumeModel.cc.
References G4VGraphicsScene::AddPrimitive(), G4VGraphicsScene::BeginPrimitives(), G4VGraphicsScene::EndPrimitives(), highlightPointColour, highlightPointDiameter(), G4VMarker::SetDiameter(), G4VMarker::SetFillStyle(), G4VMarker::SetPosition(), and G4Visible::SetVisAttributes().
Referenced by G4LogicalVolumeModel::DescribeYourselfTo().
void anonymous_namespace{G4LogicalVolumeModel.cc}::DrawSolid | ( | G4VGraphicsScene & | sceneHandler, |
G4VSolid * | sol, | ||
G4int | copyNo, | ||
const G4Transform3D & | t | ||
) |
Definition at line 99 of file G4LogicalVolumeModel.cc.
References G4VGraphicsScene::AddSolid(), highlightSolidColour, highlightSolidLineWidth(), G4VGraphicsScene::PostAddSolid(), G4VGraphicsScene::PreAddSolid(), G4VisAttributes::SetLineWidth(), and solidCopyNoVector.
Referenced by G4LogicalVolumeModel::DescribeYourselfTo().
const G4double anonymous_namespace{G4LogicalVolumeModel.cc}::highlightPointDiameter | ( | 20. | ) |
Referenced by DrawPoint().
const G4double anonymous_namespace{G4LogicalVolumeModel.cc}::highlightSolidLineWidth | ( | 10. | ) |
Referenced by DrawSolid().
const G4Colour anonymous_namespace{G4LogicalVolumeModel.cc}::highlightPointColour(0.5, 0.5, 1.0) | ( | 0. | 5, |
0. | 5, | ||
1. | 0 | ||
) |
Referenced by DrawPoint().
const G4Colour anonymous_namespace{G4LogicalVolumeModel.cc}::highlightSolidColour(1.0, 0.8, 0.8) | ( | 1. | 0, |
0. | 8, | ||
0. | 8 | ||
) |
Referenced by DrawSolid().
std::vector<solidCopyNoPair> anonymous_namespace{G4LogicalVolumeModel.cc}::solidCopyNoVector |
Definition at line 98 of file G4LogicalVolumeModel.cc.
Referenced by G4LogicalVolumeModel::DescribeYourselfTo(), and DrawSolid().