Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 타입 | Public 멤버 함수 | 정적 Public 멤버 함수 | Private 타입 | Private 멤버 함수 | Private 속성 | Friends | 모든 멤버 목록
G4ViewParameters 클래스 참조

#include <G4ViewParameters.hh>

Public 타입

enum  DrawingStyle { wireframe, hlr, hsr, hlhsr }
 
enum  CutawayMode { cutawayUnion, cutawayIntersection }
 
enum  RotationStyle { constrainUpDirection, freeRotation }
 

Public 멤버 함수

 G4ViewParameters ()
 
 ~G4ViewParameters ()
 
G4bool operator!= (const G4ViewParameters &) const
 
DrawingStyle GetDrawingStyle () const
 
G4bool IsAuxEdgeVisible () const
 
G4bool IsCulling () const
 
G4bool IsCullingInvisible () const
 
G4bool IsDensityCulling () const
 
G4double GetVisibleDensity () const
 
G4bool IsCullingCovered () const
 
G4int GetCBDAlgorithmNumber () const
 
const std::vector< G4double > & GetCBDParameters () const
 
G4bool IsSection () const
 
const G4Plane3DGetSectionPlane () const
 
G4bool IsCutaway () const
 
CutawayMode GetCutawayMode () const
 
const G4PlanesGetCutawayPlanes () const
 
G4bool IsExplode () const
 
G4double GetExplodeFactor () const
 
const G4Point3DGetExplodeCentre () const
 
G4int GetNoOfSides () const
 
const G4Vector3DGetViewpointDirection () const
 
const G4Vector3DGetUpVector () const
 
G4double GetFieldHalfAngle () const
 
G4double GetZoomFactor () const
 
const G4Vector3DGetScaleFactor () const
 
const G4Point3DGetCurrentTargetPoint () const
 
G4double GetDolly () const
 
G4bool GetLightsMoveWithCamera () const
 
const G4Vector3DGetLightpointDirection () const
 
G4Vector3DGetActualLightpointDirection ()
 
const G4VisAttributesGetDefaultVisAttributes () const
 
const G4VisAttributesGetDefaultTextVisAttributes () const
 
const G4VMarkerGetDefaultMarker () 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 G4StringGetXGeometryString () const
 
bool IsWindowSizeHintX () const
 
bool IsWindowSizeHintY () const
 
bool IsWindowLocationHintX () const
 
bool IsWindowLocationHintY () const
 
G4bool IsAutoRefresh () const
 
const G4ColourGetBackgroundColour () const
 
G4bool IsPicking () const
 
RotationStyle GetRotationStyle () const
 
const std::vector
< G4ModelingParameters::VisAttributesModifier > & 
GetVisAttributesModifiers () const
 
G4double GetStartTime () const
 
G4double GetEndTime () const
 
G4double GetFadeFactor () const
 
G4bool IsDisplayHeadTime () const
 
G4double GetDisplayHeadTimeX () const
 
G4double GetDisplayHeadTimeY () const
 
G4double GetDisplayHeadTimeSize () const
 
G4double GetDisplayHeadTimeRed () const
 
G4double GetDisplayHeadTimeGreen () const
 
G4double GetDisplayHeadTimeBlue () const
 
G4bool IsDisplayLightFront () const
 
G4double GetDisplayLightFrontX () const
 
G4double GetDisplayLightFrontY () const
 
G4double GetDisplayLightFrontZ () const
 
G4double GetDisplayLightFrontT () const
 
G4double GetDisplayLightFrontRed () const
 
G4double GetDisplayLightFrontGreen () const
 
G4double GetDisplayLightFrontBlue () 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 SetCulling (G4bool)
 
void SetCullingInvisible (G4bool)
 
void SetDensityCulling (G4bool)
 
void SetVisibleDensity (G4double visibleDensity)
 
void SetCullingCovered (G4bool)
 
void SetCBDAlgorithmNumber (G4int)
 
void SetCBDParameters (const std::vector< G4double > &)
 
void SetSectionPlane (const G4Plane3D &sectionPlane)
 
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 &currentTargetPoint)
 
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 ClearVisAttributesModifiers ()
 
void AddVisAttributesModifier (const G4ModelingParameters::VisAttributesModifier &)
 
void SetStartTime (G4double)
 
void SetEndTime (G4double)
 
void SetFadeFactor (G4double)
 
void SetDisplayHeadTime (G4bool)
 
void SetDisplayHeadTimeX (G4double)
 
void SetDisplayHeadTimeY (G4double)
 
void SetDisplayHeadTimeSize (G4double)
 
void SetDisplayHeadTimeRed (G4double)
 
void SetDisplayHeadTimeGreen (G4double)
 
void SetDisplayHeadTimeBlue (G4double)
 
void SetDisplayLightFront (G4bool)
 
void SetDisplayLightFrontX (G4double)
 
void SetDisplayLightFrontY (G4double)
 
void SetDisplayLightFrontZ (G4double)
 
void SetDisplayLightFrontT (G4double)
 
void SetDisplayLightFrontRed (G4double)
 
void SetDisplayLightFrontGreen (G4double)
 
void SetDisplayLightFrontBlue (G4double)
 
G4String CameraAndLightingCommands (const G4Point3D standardTargetPoint) const
 
G4String DrawingStyleCommands () const
 
G4String SceneModifyingCommands () const
 
G4String TouchableCommands () const
 
G4String TimeWindowCommands () const
 
void PrintDifferences (const G4ViewParameters &v) const
 

정적 Public 멤버 함수

static G4ViewParametersCatmullRomCubicSplineInterpolation (const std::vector< G4ViewParameters > &views, G4int nInterpolationPoints=50)
 

Private 타입

enum  {
  fNoValue = 0, fXValue = 0x0001, fYValue = 0x0002, fWidthValue = 0x0004,
  fHeightValue = 0x0008, fAllValues = 0x000F, fXNegative = 0x0010, fYNegative = 0x0020
}
 

Private 멤버 함수

G4int ParseGeometry (const char *string, G4int *x, G4int *y, unsigned int *width, unsigned int *height)
 
G4int ReadInteger (char *string, char **NextString)
 

Private 속성

DrawingStyle fDrawingStyle
 
G4bool fAuxEdgeVisible
 
G4bool fCulling
 
G4bool fCullInvisible
 
G4bool fDensityCulling
 
G4double fVisibleDensity
 
G4bool fCullCovered
 
G4int fCBDAlgorithmNumber
 
std::vector< G4doublefCBDParameters
 
G4bool fSection
 
G4Plane3D fSectionPlane
 
CutawayMode fCutawayMode
 
G4Planes fCutawayPlanes
 
G4double fExplodeFactor
 
G4Point3D fExplodeCentre
 
G4int fNoOfSides
 
G4Vector3D fViewpointDirection
 
G4Vector3D fUpVector
 
G4double fFieldHalfAngle
 
G4double fZoomFactor
 
G4Vector3D fScaleFactor
 
G4Point3D fCurrentTargetPoint
 
G4double fDolly
 
G4bool fLightsMoveWithCamera
 
G4Vector3D fRelativeLightpointDirection
 
G4Vector3D fActualLightpointDirection
 
G4VisAttributes fDefaultVisAttributes
 
G4VisAttributes fDefaultTextVisAttributes
 
G4VMarker fDefaultMarker
 
G4double fGlobalMarkerScale
 
G4double fGlobalLineWidthScale
 
G4bool fMarkerNotHidden
 
G4int fWindowSizeHintX
 
G4int fWindowSizeHintY
 
G4int fWindowLocationHintX
 
G4int fWindowLocationHintY
 
G4bool fWindowLocationHintXNegative
 
G4bool fWindowLocationHintYNegative
 
G4String fXGeometryString
 
G4int fGeometryMask
 
G4bool fAutoRefresh
 
G4Colour fBackgroundColour
 
G4bool fPicking
 
RotationStyle fRotationStyle
 
std::vector
< G4ModelingParameters::VisAttributesModifier
fVisAttributesModifiers
 
G4double fStartTime
 
G4double fEndTime
 
G4double fFadeFactor
 
G4bool fDisplayHeadTime
 
G4double fDisplayHeadTimeX
 
G4double fDisplayHeadTimeY
 
G4double fDisplayHeadTimeSize
 
G4double fDisplayHeadTimeRed
 
G4double fDisplayHeadTimeGreen
 
G4double fDisplayHeadTimeBlue
 
G4bool fDisplayLightFront
 
G4double fDisplayLightFrontX
 
G4double fDisplayLightFrontY
 
G4double fDisplayLightFrontZ
 
G4double fDisplayLightFrontT
 
G4double fDisplayLightFrontRed
 
G4double fDisplayLightFrontGreen
 
G4double fDisplayLightFrontBlue
 

Friends

std::ostream & operator<< (std::ostream &, const DrawingStyle &)
 
std::ostream & operator<< (std::ostream &, const G4ViewParameters &)
 

상세한 설명

G4ViewParameters.hh 파일의 90 번째 라인에서 정의되었습니다.

멤버 열거형 문서화

anonymous enum
private
열거형 멤버
fNoValue 
fXValue 
fYValue 
fWidthValue 
fHeightValue 
fAllValues 
fXNegative 
fYNegative 

G4ViewParameters.hh 파일의 386 번째 라인에서 정의되었습니다.

열거형 멤버
cutawayUnion 
cutawayIntersection 

G4ViewParameters.hh 파일의 101 번째 라인에서 정의되었습니다.

열거형 멤버
wireframe 
hlr 
hsr 
hlhsr 

G4ViewParameters.hh 파일의 94 번째 라인에서 정의되었습니다.

열거형 멤버
constrainUpDirection 
freeRotation 

G4ViewParameters.hh 파일의 106 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4ViewParameters::G4ViewParameters ( )

G4ViewParameters.cc 파일의 43 번째 라인에서 정의되었습니다.

다음을 참조함 : fDefaultMarker, G4VMarker::SetScreenSize().

G4ViewParameters::~G4ViewParameters ( )

G4ViewParameters.cc 파일의 108 번째 라인에서 정의되었습니다.

멤버 함수 문서화

void G4ViewParameters::AddCutawayPlane ( const G4Plane3D cutawayPlane)

G4ViewParameters.cc 파일의 170 번째 라인에서 정의되었습니다.

다음을 참조함 : fCutawayPlanes, G4cerr, G4endl.

다음에 의해서 참조됨 : G4VisCommandViewerAddCutawayPlane::SetNewValue().

void G4ViewParameters::AddVisAttributesModifier ( const G4ModelingParameters::VisAttributesModifier vam)
G4String G4ViewParameters::CameraAndLightingCommands ( const G4Point3D  standardTargetPoint) const

G4ViewParameters.cc 파일의 292 번째 라인에서 정의되었습니다.

다음을 참조함 : deg, G4BestUnit, G4Colour::GetAlpha(), G4Colour::GetBlue(), G4Colour::GetColour(), G4Colour::GetGreen(), G4Colour::GetRed().

G4ViewParameters * G4ViewParameters::CatmullRomCubicSplineInterpolation ( const std::vector< G4ViewParameters > &  views,
G4int  nInterpolationPoints = 50 
)
static
void G4ViewParameters::ChangeCutawayPlane ( size_t  index,
const G4Plane3D cutawayPlane 
)

G4ViewParameters.cc 파일의 182 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cerr, G4endl.

다음에 의해서 참조됨 : G4VisCommandViewerChangeCutawayPlane::SetNewValue().

void G4ViewParameters::ClearCutawayPlanes ( )

다음에 의해서 참조됨 : G4VisCommandViewerClearCutawayPlanes::SetNewValue().

void G4ViewParameters::ClearVisAttributesModifiers ( )
G4String G4ViewParameters::DrawingStyleCommands ( ) const

G4ViewParameters.cc 파일의 381 번째 라인에서 정의되었습니다.

다음을 참조함 : fAuxEdgeVisible, fDrawingStyle, fGlobalLineWidthScale, fGlobalMarkerScale, fMarkerNotHidden, hlhsr, hlr, wireframe.

G4Vector3D & G4ViewParameters::GetActualLightpointDirection ( )

G4ViewParameters.cc 파일의 117 번째 라인에서 정의되었습니다.

다음을 참조함 : fActualLightpointDirection, fViewpointDirection, SetViewAndLights().

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue(), G4RayTracerViewer::SetView().

const G4Colour& G4ViewParameters::GetBackgroundColour ( ) const
G4double G4ViewParameters::GetCameraDistance ( G4double  radius) const

G4ViewParameters.cc 파일의 130 번째 라인에서 정의되었습니다.

다음을 참조함 : fDolly, fFieldHalfAngle, radius.

다음에 의해서 참조됨 : operator<<(), G4RayTracerViewer::SetView().

G4int G4ViewParameters::GetCBDAlgorithmNumber ( ) const
const std::vector<G4double>& G4ViewParameters::GetCBDParameters ( ) const
const G4Point3D& G4ViewParameters::GetCurrentTargetPoint ( ) const
CutawayMode G4ViewParameters::GetCutawayMode ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

const G4Planes& G4ViewParameters::GetCutawayPlanes ( ) const
const G4VMarker& G4ViewParameters::GetDefaultMarker ( ) const
const G4VisAttributes* G4ViewParameters::GetDefaultTextVisAttributes ( ) const
const G4VisAttributes* G4ViewParameters::GetDefaultVisAttributes ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeBlue ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeGreen ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeRed ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeSize ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeX ( ) const
G4double G4ViewParameters::GetDisplayHeadTimeY ( ) const
G4double G4ViewParameters::GetDisplayLightFrontBlue ( ) const
G4double G4ViewParameters::GetDisplayLightFrontGreen ( ) const
G4double G4ViewParameters::GetDisplayLightFrontRed ( ) const
G4double G4ViewParameters::GetDisplayLightFrontT ( ) const
G4double G4ViewParameters::GetDisplayLightFrontX ( ) const
G4double G4ViewParameters::GetDisplayLightFrontY ( ) const
G4double G4ViewParameters::GetDisplayLightFrontZ ( ) const
G4double G4ViewParameters::GetDolly ( ) const
DrawingStyle G4ViewParameters::GetDrawingStyle ( ) const
G4double G4ViewParameters::GetEndTime ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

const G4Point3D& G4ViewParameters::GetExplodeCentre ( ) const
G4double G4ViewParameters::GetExplodeFactor ( ) const
G4double G4ViewParameters::GetFadeFactor ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

G4double G4ViewParameters::GetFarDistance ( G4double  cameraDistance,
G4double  nearDistance,
G4double  radius 
) const

G4ViewParameters.cc 파일의 149 번째 라인에서 정의되었습니다.

다음을 참조함 : radius.

다음에 의해서 참조됨 : operator<<().

G4double G4ViewParameters::GetFieldHalfAngle ( ) const
G4double G4ViewParameters::GetFrontHalfHeight ( G4double  nearDistance,
G4double  radius 
) const

G4ViewParameters.cc 파일의 157 번째 라인에서 정의되었습니다.

다음을 참조함 : fFieldHalfAngle, fZoomFactor.

다음에 의해서 참조됨 : operator<<(), G4RayTracerViewer::SetView().

G4double G4ViewParameters::GetGlobalLineWidthScale ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

G4double G4ViewParameters::GetGlobalMarkerScale ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

const G4Vector3D& G4ViewParameters::GetLightpointDirection ( ) const
G4bool G4ViewParameters::GetLightsMoveWithCamera ( ) const
G4double G4ViewParameters::GetNearDistance ( G4double  cameraDistance,
G4double  radius 
) const

G4ViewParameters.cc 파일의 141 번째 라인에서 정의되었습니다.

다음을 참조함 : radius.

다음에 의해서 참조됨 : operator<<(), G4RayTracerViewer::SetView().

G4int G4ViewParameters::GetNoOfSides ( ) const
RotationStyle G4ViewParameters::GetRotationStyle ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

const G4Vector3D& G4ViewParameters::GetScaleFactor ( ) const
const G4Plane3D& G4ViewParameters::GetSectionPlane ( ) const
G4double G4ViewParameters::GetStartTime ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

const G4Vector3D& G4ViewParameters::GetUpVector ( ) const
const G4Vector3D& G4ViewParameters::GetViewpointDirection ( ) const
const std::vector<G4ModelingParameters::VisAttributesModifier>& G4ViewParameters::GetVisAttributesModifiers ( ) const
G4double G4ViewParameters::GetVisibleDensity ( ) const
G4int G4ViewParameters::GetWindowAbsoluteLocationHintX ( G4int  sizeX) const

G4ViewParameters.cc 파일의 1201 번째 라인에서 정의되었습니다.

다음을 참조함 : fWindowLocationHintX, fWindowLocationHintXNegative, fWindowSizeHintX.

G4int G4ViewParameters::GetWindowAbsoluteLocationHintY ( G4int  sizeY) const

G4ViewParameters.cc 파일의 1208 번째 라인에서 정의되었습니다.

다음을 참조함 : fWindowLocationHintY, fWindowLocationHintYNegative, fWindowSizeHintY.

G4int G4ViewParameters::GetWindowLocationHintX ( ) const
G4int G4ViewParameters::GetWindowLocationHintY ( ) const
unsigned int G4ViewParameters::GetWindowSizeHintX ( ) const

다음에 의해서 참조됨 : G4RayTracerViewer::Initialise().

unsigned int G4ViewParameters::GetWindowSizeHintY ( ) const

다음에 의해서 참조됨 : G4RayTracerViewer::Initialise().

const G4String& G4ViewParameters::GetXGeometryString ( ) const

다음에 의해서 참조됨 : G4VisCommandViewerClone::SetNewValue().

G4double G4ViewParameters::GetZoomFactor ( ) const
void G4ViewParameters::IncrementDolly ( G4double  dollyIncrement)

다음에 의해서 참조됨 : G4VisCommandViewerDolly::SetNewValue().

void G4ViewParameters::IncrementPan ( G4double  right,
G4double  up 
)

G4ViewParameters.cc 파일의 265 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VisCommandViewerPan::SetNewValue().

void G4ViewParameters::IncrementPan ( G4double  right,
G4double  up,
G4double  forward 
)

G4ViewParameters.cc 파일의 269 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::BasicVector3D< T >::cross(), fCurrentTargetPoint, fUpVector, fViewpointDirection.

G4bool G4ViewParameters::IsAutoRefresh ( ) const
G4bool G4ViewParameters::IsAuxEdgeVisible ( ) const
G4bool G4ViewParameters::IsCulling ( ) const
G4bool G4ViewParameters::IsCullingCovered ( ) const
G4bool G4ViewParameters::IsCullingInvisible ( ) const
G4bool G4ViewParameters::IsCutaway ( ) const
G4bool G4ViewParameters::IsDensityCulling ( ) const
G4bool G4ViewParameters::IsDisplayHeadTime ( ) const
G4bool G4ViewParameters::IsDisplayLightFront ( ) const
G4bool G4ViewParameters::IsExplode ( ) const
G4bool G4ViewParameters::IsMarkerNotHidden ( ) const
G4bool G4ViewParameters::IsPicking ( ) const

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

G4bool G4ViewParameters::IsSection ( ) const
bool G4ViewParameters::IsWindowLocationHintX ( ) const
bool G4ViewParameters::IsWindowLocationHintY ( ) const
bool G4ViewParameters::IsWindowSizeHintX ( ) const
bool G4ViewParameters::IsWindowSizeHintY ( ) const
void G4ViewParameters::MultiplyScaleFactor ( const G4Vector3D scaleFactorMultiplier)

G4ViewParameters.cc 파일의 111 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::BasicVector3D< T >::x(), HepGeom::BasicVector3D< T >::y(), HepGeom::BasicVector3D< T >::z().

다음에 의해서 참조됨 : G4VisCommandViewerScale::SetNewValue().

void G4ViewParameters::MultiplyZoomFactor ( G4double  zoomFactorMultiplier)

다음에 의해서 참조됨 : G4VisCommandViewerZoom::SetNewValue().

G4bool G4ViewParameters::operator!= ( const G4ViewParameters v) const
int G4ViewParameters::ParseGeometry ( const char *  string,
G4int x,
G4int y,
unsigned int width,
unsigned int height 
)
private

G4ViewParameters.cc 파일의 1229 번째 라인에서 정의되었습니다.

다음을 참조함 : fHeightValue, fNoValue, fWidthValue, fXNegative, fXValue, fYNegative, fYValue, mask, ReadInteger().

다음에 의해서 참조됨 : SetXGeometryString().

void G4ViewParameters::PrintDifferences ( const G4ViewParameters v) const
G4int G4ViewParameters::ReadInteger ( char *  string,
char **  NextString 
)
private

G4ViewParameters.cc 파일의 1322 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ParseGeometry().

G4String G4ViewParameters::SceneModifyingCommands ( ) const
void G4ViewParameters::SetAutoRefresh ( G4bool  )
void G4ViewParameters::SetAuxEdgeVisible ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetBackgroundColour ( const G4Colour )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetCBDAlgorithmNumber ( G4int  )

다음에 의해서 참조됨 : G4VisCommandViewerColourByDensity::SetNewValue().

void G4ViewParameters::SetCBDParameters ( const std::vector< G4double > &  )

다음에 의해서 참조됨 : G4VisCommandViewerColourByDensity::SetNewValue().

void G4ViewParameters::SetCulling ( G4bool  )
void G4ViewParameters::SetCullingCovered ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetCullingInvisible ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetCurrentTargetPoint ( const G4Point3D currentTargetPoint)
void G4ViewParameters::SetCutawayMode ( CutawayMode  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDefaultColour ( const G4Colour )
void G4ViewParameters::SetDefaultMarker ( const G4VMarker defaultMarker)
void G4ViewParameters::SetDefaultTextColour ( const G4Colour )
void G4ViewParameters::SetDefaultTextVisAttributes ( const G4VisAttributes )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDefaultVisAttributes ( const G4VisAttributes )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDensityCulling ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTime ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeBlue ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeGreen ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeRed ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeSize ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeX ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayHeadTimeY ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFront ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontBlue ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontGreen ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontRed ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontT ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontX ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontY ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDisplayLightFrontZ ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetDolly ( G4double  dolly)
void G4ViewParameters::SetDrawingStyle ( G4ViewParameters::DrawingStyle  style)
void G4ViewParameters::SetEndTime ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetExplodeCentre ( const G4Point3D explodeCentre)

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetExplodeFactor ( G4double  explodeFactor)

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetFadeFactor ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetFieldHalfAngle ( G4double  fieldHalfAngle)
void G4ViewParameters::SetGlobalLineWidthScale ( G4double  globalLineWidthScale)

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetGlobalMarkerScale ( G4double  globalMarkerScale)

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetLightpointDirection ( const G4Vector3D lightpointDirection)

G4ViewParameters.cc 파일의 254 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue(), G4VisCommandViewerCopyViewFrom::SetNewValue().

void G4ViewParameters::SetLightsMoveWithCamera ( G4bool  moves)
void G4ViewParameters::SetMarkerHidden ( )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetMarkerNotHidden ( )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

G4int G4ViewParameters::SetNoOfSides ( G4int  nSides)

G4ViewParameters.cc 파일의 209 번째 라인에서 정의되었습니다.

다음을 참조함 : fDefaultVisAttributes, fNoOfSides, G4cout, G4endl, G4VisAttributes::GetMinLineSegmentsPerCircle().

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetOrthogonalProjection ( )
void G4ViewParameters::SetPan ( G4double  right,
G4double  up 
)

G4ViewParameters.cc 파일의 259 번째 라인에서 정의되었습니다.

다음을 참조함 : HepGeom::BasicVector3D< T >::cross(), fCurrentTargetPoint, fUpVector, fViewpointDirection.

다음에 의해서 참조됨 : G4VisCommandViewerPan::SetNewValue().

void G4ViewParameters::SetPerspectiveProjection ( G4double  fieldHalfAngle = 30.*CLHEP::deg)
void G4ViewParameters::SetPicking ( G4bool  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetRotationStyle ( RotationStyle  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetScaleFactor ( const G4Vector3D scaleFactor)
void G4ViewParameters::SetSectionPlane ( const G4Plane3D sectionPlane)

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetStartTime ( G4double  )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetUpVector ( const G4Vector3D upVector)
void G4ViewParameters::SetViewAndLights ( const G4Vector3D viewpointDirection)
void G4ViewParameters::SetViewpointDirection ( const G4Vector3D viewpointDirection)
void G4ViewParameters::SetVisibleDensity ( G4double  visibleDensity)

G4ViewParameters.cc 파일의 192 번째 라인에서 정의되었습니다.

다음을 참조함 : cm3, fVisibleDensity, g, G4BestUnit, G4cout, G4endl.

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

void G4ViewParameters::SetWindowLocationHint ( G4int  xHint,
G4int  yHint 
)
void G4ViewParameters::SetWindowSizeHint ( G4int  xHint,
G4int  yHint 
)
void G4ViewParameters::SetXGeometryString ( const G4String geomStringArg)
void G4ViewParameters::SetZoomFactor ( G4double  zoomFactor)
G4String G4ViewParameters::TimeWindowCommands ( ) const
G4String G4ViewParameters::TouchableCommands ( ) const
void G4ViewParameters::UnsetExplodeFactor ( )
void G4ViewParameters::UnsetSectionPlane ( )

다음에 의해서 참조됨 : G4VisCommandsViewerSet::SetNewValue().

Friend, 그리고 관련된 함수 문서화

std::ostream& operator<< ( std::ostream &  os,
const DrawingStyle style 
)
friend

G4ViewParameters.cc 파일의 810 번째 라인에서 정의되었습니다.

std::ostream& operator<< ( std::ostream &  os,
const G4ViewParameters v 
)
friend

G4ViewParameters.cc 파일의 826 번째 라인에서 정의되었습니다.

멤버 데이타 문서화

G4Vector3D G4ViewParameters::fActualLightpointDirection
private

G4ViewParameters.hh 파일의 351 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), GetActualLightpointDirection(), operator<<().

G4bool G4ViewParameters::fAutoRefresh
private

G4ViewParameters.hh 파일의 370 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences().

G4bool G4ViewParameters::fAuxEdgeVisible
private

G4ViewParameters.hh 파일의 325 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DrawingStyleCommands(), operator!=(), operator<<(), PrintDifferences().

G4Colour G4ViewParameters::fBackgroundColour
private

G4ViewParameters.hh 파일의 371 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences().

G4int G4ViewParameters::fCBDAlgorithmNumber
private

G4ViewParameters.hh 파일의 331 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

std::vector<G4double> G4ViewParameters::fCBDParameters
private

G4ViewParameters.hh 파일의 332 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4bool G4ViewParameters::fCullCovered
private

G4ViewParameters.hh 파일의 330 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4bool G4ViewParameters::fCulling
private

G4ViewParameters.hh 파일의 326 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4bool G4ViewParameters::fCullInvisible
private

G4ViewParameters.hh 파일의 327 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4Point3D G4ViewParameters::fCurrentTargetPoint
private

G4ViewParameters.hh 파일의 346 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), IncrementPan(), operator!=(), operator<<(), PrintDifferences(), SetPan().

CutawayMode G4ViewParameters::fCutawayMode
private

G4ViewParameters.hh 파일의 335 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : SceneModifyingCommands().

G4Planes G4ViewParameters::fCutawayPlanes
private

G4ViewParameters.hh 파일의 336 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : AddCutawayPlane(), CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4VMarker G4ViewParameters::fDefaultMarker
private

G4ViewParameters.hh 파일의 354 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : G4ViewParameters(), operator!=(), operator<<(), PrintDifferences().

G4VisAttributes G4ViewParameters::fDefaultTextVisAttributes
private

G4ViewParameters.hh 파일의 353 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences().

G4VisAttributes G4ViewParameters::fDefaultVisAttributes
private

G4ViewParameters.hh 파일의 352 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SetNoOfSides().

G4bool G4ViewParameters::fDensityCulling
private

G4ViewParameters.hh 파일의 328 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4bool G4ViewParameters::fDisplayHeadTime
private

G4ViewParameters.hh 파일의 377 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeBlue
private

G4ViewParameters.hh 파일의 380 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeGreen
private

G4ViewParameters.hh 파일의 380 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeRed
private

G4ViewParameters.hh 파일의 380 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeSize
private

G4ViewParameters.hh 파일의 379 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeX
private

G4ViewParameters.hh 파일의 378 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayHeadTimeY
private

G4ViewParameters.hh 파일의 378 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4bool G4ViewParameters::fDisplayLightFront
private

G4ViewParameters.hh 파일의 381 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontBlue
private

G4ViewParameters.hh 파일의 384 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontGreen
private

G4ViewParameters.hh 파일의 384 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontRed
private

G4ViewParameters.hh 파일의 384 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontT
private

G4ViewParameters.hh 파일의 382 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontX
private

G4ViewParameters.hh 파일의 382 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontY
private

G4ViewParameters.hh 파일의 382 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDisplayLightFrontZ
private

G4ViewParameters.hh 파일의 382 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fDolly
private

G4ViewParameters.hh 파일의 347 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), GetCameraDistance(), operator!=(), operator<<(), PrintDifferences().

DrawingStyle G4ViewParameters::fDrawingStyle
private

G4ViewParameters.hh 파일의 324 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DrawingStyleCommands(), operator!=(), operator<<(), PrintDifferences().

G4double G4ViewParameters::fEndTime
private

G4ViewParameters.hh 파일의 375 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4Point3D G4ViewParameters::fExplodeCentre
private

G4ViewParameters.hh 파일의 338 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4double G4ViewParameters::fExplodeFactor
private

G4ViewParameters.hh 파일의 337 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4double G4ViewParameters::fFadeFactor
private

G4ViewParameters.hh 파일의 376 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4double G4ViewParameters::fFieldHalfAngle
private

G4ViewParameters.hh 파일의 343 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), GetCameraDistance(), GetFrontHalfHeight(), operator!=(), operator<<(), PrintDifferences().

G4int G4ViewParameters::fGeometryMask
private

G4ViewParameters.hh 파일의 369 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SetXGeometryString().

G4double G4ViewParameters::fGlobalLineWidthScale
private

G4ViewParameters.hh 파일의 356 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), DrawingStyleCommands(), operator!=(), operator<<(), PrintDifferences().

G4double G4ViewParameters::fGlobalMarkerScale
private

G4ViewParameters.hh 파일의 355 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), DrawingStyleCommands(), operator!=(), operator<<(), PrintDifferences().

G4bool G4ViewParameters::fLightsMoveWithCamera
private

G4ViewParameters.hh 파일의 348 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences().

G4bool G4ViewParameters::fMarkerNotHidden
private

G4ViewParameters.hh 파일의 357 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : DrawingStyleCommands(), operator!=(), operator<<(), PrintDifferences().

G4int G4ViewParameters::fNoOfSides
private

G4ViewParameters.hh 파일의 339 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands(), SetNoOfSides().

G4bool G4ViewParameters::fPicking
private

G4ViewParameters.hh 파일의 372 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences().

G4Vector3D G4ViewParameters::fRelativeLightpointDirection
private

G4ViewParameters.hh 파일의 349 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences().

RotationStyle G4ViewParameters::fRotationStyle
private

G4ViewParameters.hh 파일의 373 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences().

G4Vector3D G4ViewParameters::fScaleFactor
private

G4ViewParameters.hh 파일의 345 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences().

G4bool G4ViewParameters::fSection
private

G4ViewParameters.hh 파일의 333 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4Plane3D G4ViewParameters::fSectionPlane
private

G4ViewParameters.hh 파일의 334 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands().

G4double G4ViewParameters::fStartTime
private

G4ViewParameters.hh 파일의 375 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), TimeWindowCommands().

G4Vector3D G4ViewParameters::fUpVector
private

G4ViewParameters.hh 파일의 341 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), IncrementPan(), operator!=(), operator<<(), PrintDifferences(), SetPan().

G4Vector3D G4ViewParameters::fViewpointDirection
private

G4ViewParameters.hh 파일의 340 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), GetActualLightpointDirection(), IncrementPan(), operator!=(), operator<<(), PrintDifferences(), SetPan().

std::vector<G4ModelingParameters::VisAttributesModifier> G4ViewParameters::fVisAttributesModifiers
private

G4ViewParameters.hh 파일의 374 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), TouchableCommands().

G4double G4ViewParameters::fVisibleDensity
private

G4ViewParameters.hh 파일의 329 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), operator!=(), operator<<(), PrintDifferences(), SceneModifyingCommands(), SetVisibleDensity().

G4int G4ViewParameters::fWindowLocationHintX
private

G4ViewParameters.hh 파일의 364 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintX(), SetXGeometryString().

G4bool G4ViewParameters::fWindowLocationHintXNegative
private

G4ViewParameters.hh 파일의 366 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintX(), SetXGeometryString().

G4int G4ViewParameters::fWindowLocationHintY
private

G4ViewParameters.hh 파일의 365 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintY(), SetXGeometryString().

G4bool G4ViewParameters::fWindowLocationHintYNegative
private

G4ViewParameters.hh 파일의 367 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintY(), SetXGeometryString().

G4int G4ViewParameters::fWindowSizeHintX
private

G4ViewParameters.hh 파일의 362 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintX(), operator!=(), operator<<(), PrintDifferences(), SetXGeometryString().

G4int G4ViewParameters::fWindowSizeHintY
private

G4ViewParameters.hh 파일의 363 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : GetWindowAbsoluteLocationHintY(), operator!=(), PrintDifferences(), SetXGeometryString().

G4String G4ViewParameters::fXGeometryString
private

G4ViewParameters.hh 파일의 368 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : operator!=(), operator<<(), PrintDifferences(), SetXGeometryString().

G4double G4ViewParameters::fZoomFactor
private

G4ViewParameters.hh 파일의 344 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : CatmullRomCubicSplineInterpolation(), GetFrontHalfHeight(), operator!=(), operator<<(), PrintDifferences().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: