|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4DrawVoxels.hh>
Public Member Functions | |
| G4DrawVoxels () | |
| ~G4DrawVoxels ()=default | |
| 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.
Referenced by ~G4DrawVoxels().
|
default |
| G4PlacedPolyhedronList * G4DrawVoxels::CreatePlacedPolyhedra | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 179 of file G4DrawVoxels.cc.
Referenced by G4LogicalVolumeModel::DescribeYourselfTo(), and DrawVoxels().
| void G4DrawVoxels::DrawVoxels | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 189 of file G4DrawVoxels.cc.
| void G4DrawVoxels::SetBoundingBoxVisAttributes | ( | G4VisAttributes & | VA_boundingbox | ) |
Definition at line 66 of file G4DrawVoxels.cc.
| void G4DrawVoxels::SetVoxelsVisAttributes | ( | G4VisAttributes & | VA_voxelX, |
| G4VisAttributes & | VA_voxelY, | ||
| G4VisAttributes & | VA_voxelZ ) |
Definition at line 57 of file G4DrawVoxels.cc.