Geant4
10.03.p03
|
#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 56 of file G4DrawVoxels.hh.
G4DrawVoxels::G4DrawVoxels | ( | ) |
Definition at line 56 of file G4DrawVoxels.cc.
G4DrawVoxels::~G4DrawVoxels | ( | ) |
Definition at line 66 of file G4DrawVoxels.cc.
G4PlacedPolyhedronList * G4DrawVoxels::CreatePlacedPolyhedra | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 194 of file G4DrawVoxels.cc.
void G4DrawVoxels::DrawVoxels | ( | const G4LogicalVolume * | lv | ) | const |
Definition at line 202 of file G4DrawVoxels.cc.
void G4DrawVoxels::SetBoundingBoxVisAttributes | ( | G4VisAttributes & | VA_boundingbox | ) |
Definition at line 81 of file G4DrawVoxels.cc.
void G4DrawVoxels::SetVoxelsVisAttributes | ( | G4VisAttributes & | VA_voxelX, |
G4VisAttributes & | VA_voxelY, | ||
G4VisAttributes & | VA_voxelZ | ||
) |
Definition at line 72 of file G4DrawVoxels.cc.