|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DrawVoxels.hh>
Public Member Functions | |
| G4DrawVoxels () | |
| ~G4DrawVoxels () | |
| void | DrawVoxels (const G4LogicalVolume *lv) const |
| G4PlacedPolyhedronList * | CreatePlacedPolyhedra (const G4LogicalVolume *) const |
| void | SetVoxelsVisAttributes (G4VisAttributes &, G4VisAttributes &, G4VisAttributes &) |
| void | SetBoundingBoxVisAttributes (G4VisAttributes &) |
Definition at line 48 of file G4DrawVoxels.hh.
| G4DrawVoxels::G4DrawVoxels | ( | ) |
Definition at line 47 of file G4DrawVoxels.cc.
| G4DrawVoxels::~G4DrawVoxels | ( | ) |
Definition at line 57 of file G4DrawVoxels.cc.
| G4PlacedPolyhedronList * G4DrawVoxels::CreatePlacedPolyhedra | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 185 of file G4DrawVoxels.cc.
Referenced by G4LogicalVolumeModel::DescribeYourselfTo(), and DrawVoxels().
| void G4DrawVoxels::DrawVoxels | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 195 of file G4DrawVoxels.cc.
| void G4DrawVoxels::SetBoundingBoxVisAttributes | ( | G4VisAttributes & | VA_boundingbox | ) |
Definition at line 72 of file G4DrawVoxels.cc.
| void G4DrawVoxels::SetVoxelsVisAttributes | ( | G4VisAttributes & | VA_voxelX, |
| G4VisAttributes & | VA_voxelY, | ||
| G4VisAttributes & | VA_voxelZ | ||
| ) |
Definition at line 63 of file G4DrawVoxels.cc.