|
| G4ViewParameters () |
|
| ~G4ViewParameters () |
|
G4bool | operator!= (const G4ViewParameters &) const |
|
DrawingStyle | GetDrawingStyle () const |
|
G4bool | IsAuxEdgeVisible () const |
|
RepStyle | GetRepStyle () const |
|
G4bool | IsCulling () const |
|
G4bool | IsCullingInvisible () const |
|
G4bool | IsDensityCulling () const |
|
G4double | GetVisibleDensity () const |
|
G4bool | IsCullingCovered () const |
|
G4bool | IsSection () const |
|
const G4Plane3D & | GetSectionPlane () const |
|
G4bool | IsCutaway () const |
|
CutawayMode | GetCutawayMode () const |
|
const G4Planes & | GetCutawayPlanes () const |
|
G4bool | IsExplode () const |
|
G4double | GetExplodeFactor () const |
|
const G4Point3D & | GetExplodeCentre () const |
|
G4int | GetNoOfSides () const |
|
const G4Vector3D & | GetViewpointDirection () const |
|
const G4Vector3D & | GetUpVector () const |
|
G4double | GetFieldHalfAngle () const |
|
G4double | GetZoomFactor () const |
|
const G4Vector3D & | GetScaleFactor () const |
|
const G4Point3D & | GetCurrentTargetPoint () const |
|
G4double | GetDolly () const |
|
G4bool | GetLightsMoveWithCamera () const |
|
const G4Vector3D & | GetLightpointDirection () const |
|
G4Vector3D & | GetActualLightpointDirection () |
|
const G4VisAttributes * | GetDefaultVisAttributes () const |
|
const G4VisAttributes * | GetDefaultTextVisAttributes () const |
|
const G4VMarker & | GetDefaultMarker () const |
|
G4double | GetGlobalMarkerScale () const |
|
G4double | GetGlobalLineWidthScale () const |
|
G4bool | IsMarkerNotHidden () const |
|
unsigned int | GetWindowSizeHintX () const |
|
unsigned int | GetWindowSizeHintY () const |
|
G4int | GetWindowAbsoluteLocationHintX (G4int) const |
|
G4int | GetWindowAbsoluteLocationHintY (G4int) const |
|
G4int | GetWindowLocationHintX () const |
|
G4int | GetWindowLocationHintY () const |
|
const G4String & | GetXGeometryString () const |
|
bool | IsWindowSizeHintX () const |
|
bool | IsWindowSizeHintY () const |
|
bool | IsWindowLocationHintX () const |
|
bool | IsWindowLocationHintY () const |
|
G4bool | IsAutoRefresh () const |
|
const G4Colour & | GetBackgroundColour () const |
|
G4bool | IsPicking () const |
|
RotationStyle | GetRotationStyle () const |
|
const std::vector
< G4ModelingParameters::VisAttributesModifier > & | GetVisAttributesModifiers () const |
|
G4double | GetCameraDistance (G4double radius) const |
|
G4double | GetNearDistance (G4double cameraDistance, G4double radius) const |
|
G4double | GetFarDistance (G4double cameraDistance, G4double nearDistance, G4double radius) const |
|
G4double | GetFrontHalfHeight (G4double nearDistance, G4double radius) const |
|
void | SetDrawingStyle (G4ViewParameters::DrawingStyle style) |
|
void | SetAuxEdgeVisible (G4bool) |
|
void | SetRepStyle (G4ViewParameters::RepStyle style) |
|
void | SetCulling (G4bool) |
|
void | SetCullingInvisible (G4bool) |
|
void | SetDensityCulling (G4bool) |
|
void | SetVisibleDensity (G4double visibleDensity) |
|
void | SetCullingCovered (G4bool) |
|
void | SetSectionPlane (const G4Plane3D §ionPlane) |
|
void | UnsetSectionPlane () |
|
void | SetCutawayMode (CutawayMode) |
|
void | AddCutawayPlane (const G4Plane3D &cutawayPlane) |
|
void | ChangeCutawayPlane (size_t index, const G4Plane3D &cutawayPlane) |
|
void | ClearCutawayPlanes () |
|
void | SetExplodeFactor (G4double explodeFactor) |
|
void | UnsetExplodeFactor () |
|
void | SetExplodeCentre (const G4Point3D &explodeCentre) |
|
G4int | SetNoOfSides (G4int nSides) |
|
void | SetViewpointDirection (const G4Vector3D &viewpointDirection) |
|
void | SetViewAndLights (const G4Vector3D &viewpointDirection) |
|
void | SetUpVector (const G4Vector3D &upVector) |
|
void | SetFieldHalfAngle (G4double fieldHalfAngle) |
|
void | SetOrthogonalProjection () |
|
void | SetPerspectiveProjection (G4double fieldHalfAngle=30.*CLHEP::deg) |
|
void | SetZoomFactor (G4double zoomFactor) |
|
void | MultiplyZoomFactor (G4double zoomFactorMultiplier) |
|
void | SetScaleFactor (const G4Vector3D &scaleFactor) |
|
void | MultiplyScaleFactor (const G4Vector3D &scaleFactorMultiplier) |
|
void | SetCurrentTargetPoint (const G4Point3D ¤tTargetPoint) |
|
void | SetDolly (G4double dolly) |
|
void | IncrementDolly (G4double dollyIncrement) |
|
void | SetLightpointDirection (const G4Vector3D &lightpointDirection) |
|
void | SetLightsMoveWithCamera (G4bool moves) |
|
void | SetPan (G4double right, G4double up) |
|
void | IncrementPan (G4double right, G4double up) |
|
void | IncrementPan (G4double right, G4double up, G4double forward) |
|
void | SetDefaultVisAttributes (const G4VisAttributes &) |
|
void | SetDefaultColour (const G4Colour &) |
|
void | SetDefaultTextVisAttributes (const G4VisAttributes &) |
|
void | SetDefaultTextColour (const G4Colour &) |
|
void | SetDefaultMarker (const G4VMarker &defaultMarker) |
|
void | SetGlobalMarkerScale (G4double globalMarkerScale) |
|
void | SetGlobalLineWidthScale (G4double globalLineWidthScale) |
|
void | SetMarkerHidden () |
|
void | SetMarkerNotHidden () |
|
void | SetWindowSizeHint (G4int xHint, G4int yHint) |
|
void | SetWindowLocationHint (G4int xHint, G4int yHint) |
|
void | SetXGeometryString (const G4String &) |
|
void | SetAutoRefresh (G4bool) |
|
void | SetBackgroundColour (const G4Colour &) |
|
void | SetPicking (G4bool) |
|
void | SetRotationStyle (RotationStyle) |
|
void | AddVisAttributesModifier (const G4ModelingParameters::VisAttributesModifier &) |
|
G4String | CameraAndLightingCommands (const G4Point3D standardTargetPoint) const |
|
G4String | DrawingStyleCommands () const |
|
G4String | SceneModifyingCommands () const |
|
G4String | TouchableCommands () const |
|
void | PrintDifferences (const G4ViewParameters &v) const |
|
Definition at line 90 of file G4ViewParameters.hh.