|
| G4LogicalVolumeModel (G4LogicalVolume *, G4int soughtDepth=1, G4bool booleans=true, G4bool voxels=true, G4bool readout=true, const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0) |
|
virtual | ~G4LogicalVolumeModel () |
|
void | DescribeYourselfTo (G4VGraphicsScene &) |
|
G4bool | Validate (G4bool) |
|
| G4PhysicalVolumeModel (G4VPhysicalVolume *=0, G4int requestedDepth=UNLIMITED, const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0, G4bool useFullExtent=false) |
|
virtual | ~G4PhysicalVolumeModel () |
|
void | DescribeYourselfTo (G4VGraphicsScene &) |
|
G4String | GetCurrentDescription () const |
|
G4String | GetCurrentTag () const |
|
G4VPhysicalVolume * | GetTopPhysicalVolume () const |
|
G4int | GetRequestedDepth () const |
|
const G4VSolid * | GetClippingSolid () const |
|
G4int | GetCurrentDepth () const |
|
G4VPhysicalVolume * | GetCurrentPV () const |
|
G4LogicalVolume * | GetCurrentLV () const |
|
G4Material * | GetCurrentMaterial () const |
|
const std::vector
< G4PhysicalVolumeNodeID > & | GetFullPVPath () const |
|
const std::vector
< G4PhysicalVolumeNodeID > & | GetDrawnPVPath () const |
|
const std::map< G4String,
G4AttDef > * | GetAttDefs () const |
|
std::vector< G4AttValue > * | CreateCurrentAttValues () const |
|
void | SetBaseFullPVPath (const std::vector< G4PhysicalVolumeNodeID > &baseFullPVPath) |
|
void | SetRequestedDepth (G4int requestedDepth) |
|
void | SetClippingSolid (G4VSolid *pClippingSolid) |
|
void | SetClippingMode (ClippingMode mode) |
|
G4bool | Validate (G4bool warn) |
|
void | CurtailDescent () |
|
| G4VModel (const G4Transform3D &modelTransformation=G4Transform3D(), const G4ModelingParameters *=0) |
|
virtual | ~G4VModel () |
|
const G4ModelingParameters * | GetModelingParameters () const |
|
const G4String & | GetType () const |
|
const G4VisExtent & | GetExtent () const |
|
const G4String & | GetGlobalDescription () const |
|
const G4String & | GetGlobalTag () const |
|
const G4Transform3D & | GetTransformation () const |
|
void | SetModelingParameters (const G4ModelingParameters *) |
|
void | SetExtent (const G4VisExtent &) |
|
void | SetType (const G4String &) |
|
void | SetGlobalDescription (const G4String &) |
|
void | SetGlobalTag (const G4String &) |
|
void | SetTransformation (const G4Transform3D &) |
|
Definition at line 51 of file G4LogicalVolumeModel.hh.