#include <G4ModelingParameters.hh>
|
enum | DrawingStyle { wf,
hlr,
hsr,
hlhsr
} |
|
enum | VisAttributesSignifier {
VASVisibility,
VASDaughtersInvisible,
VASColour,
VASLineStyle,
VASLineWidth,
VASForceWireframe,
VASForceSolid,
VASForceAuxEdgeVisible,
VASForceLineSegmentsPerCircle
} |
|
typedef std::vector< PVNameCopyNo > | PVNameCopyNoPath |
|
typedef
PVNameCopyNoPath::const_iterator | PVNameCopyNoPathConstIterator |
|
Definition at line 52 of file G4ModelingParameters.hh.
Enumerator |
---|
VASVisibility |
|
VASDaughtersInvisible |
|
VASColour |
|
VASLineStyle |
|
VASLineWidth |
|
VASForceWireframe |
|
VASForceSolid |
|
VASForceAuxEdgeVisible |
|
VASForceLineSegmentsPerCircle |
|
Definition at line 66 of file G4ModelingParameters.hh.
G4ModelingParameters::G4ModelingParameters |
( |
| ) |
|
G4ModelingParameters::~G4ModelingParameters |
( |
| ) |
|
G4VSolid* G4ModelingParameters::GetCutawaySolid |
( |
| ) |
const |
const G4VisAttributes* G4ModelingParameters::GetDefaultVisAttributes |
( |
| ) |
const |
DrawingStyle G4ModelingParameters::GetDrawingStyle |
( |
| ) |
const |
const G4Event* G4ModelingParameters::GetEvent |
( |
| ) |
const |
const G4Point3D& G4ModelingParameters::GetExplodeCentre |
( |
| ) |
const |
G4double G4ModelingParameters::GetExplodeFactor |
( |
| ) |
const |
G4int G4ModelingParameters::GetNoOfSides |
( |
| ) |
const |
G4VSolid* G4ModelingParameters::GetSectionSolid |
( |
| ) |
const |
G4double G4ModelingParameters::GetVisibleDensity |
( |
| ) |
const |
G4bool G4ModelingParameters::IsCulling |
( |
| ) |
const |
G4bool G4ModelingParameters::IsCullingCovered |
( |
| ) |
const |
G4bool G4ModelingParameters::IsCullingInvisible |
( |
| ) |
const |
G4bool G4ModelingParameters::IsDensityCulling |
( |
| ) |
const |
G4bool G4ModelingParameters::IsExplode |
( |
| ) |
const |
G4bool G4ModelingParameters::IsWarning |
( |
| ) |
const |
void G4ModelingParameters::SetCullingCovered |
( |
G4bool |
| ) |
|
void G4ModelingParameters::SetCullingInvisible |
( |
G4bool |
| ) |
|
void G4ModelingParameters::SetCutawaySolid |
( |
G4VSolid * |
pCutawaySolid | ) |
|
void G4ModelingParameters::SetDefaultVisAttributes |
( |
const G4VisAttributes * |
pDefaultVisAttributes | ) |
|
void G4ModelingParameters::SetDensityCulling |
( |
G4bool |
| ) |
|
void G4ModelingParameters::SetEvent |
( |
const G4Event * |
pEvent | ) |
|
void G4ModelingParameters::SetExplodeCentre |
( |
const G4Point3D & |
explodeCentre | ) |
|
void G4ModelingParameters::SetExplodeFactor |
( |
G4double |
explodeFactor | ) |
|
G4int G4ModelingParameters::SetNoOfSides |
( |
G4int |
nSides | ) |
|
void G4ModelingParameters::SetSectionSolid |
( |
G4VSolid * |
pSectionSolid | ) |
|
void G4ModelingParameters::SetVisibleDensity |
( |
G4double |
visibleDensity | ) |
|
The documentation for this class was generated from the following files: