Geant4 11.2.2
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.
|
default |
G4PlacedPolyhedronList * G4DrawVoxels::CreatePlacedPolyhedra | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 183 of file G4DrawVoxels.cc.
Referenced by G4LogicalVolumeModel::DescribeYourselfTo(), and DrawVoxels().
void G4DrawVoxels::DrawVoxels | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 193 of file G4DrawVoxels.cc.
void G4DrawVoxels::SetBoundingBoxVisAttributes | ( | G4VisAttributes & | VA_boundingbox | ) |
Definition at line 70 of file G4DrawVoxels.cc.
void G4DrawVoxels::SetVoxelsVisAttributes | ( | G4VisAttributes & | VA_voxelX, |
G4VisAttributes & | VA_voxelY, | ||
G4VisAttributes & | VA_voxelZ ) |
Definition at line 61 of file G4DrawVoxels.cc.