Home
last modified time | relevance | path

Searched refs:GetViewEye (Results 1 – 8 of 8) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/04_Viewer3d/src/
H A DOCCDemo_Presentation.cpp276 void OCCDemo_Presentation::GetViewEye(Standard_Real& X, Standard_Real& Y, Standard_Real& Z) in GetViewEye() function in OCCDemo_Presentation
281 pView->GetViewEye(X,Y,Z); in GetViewEye()
H A DOCCDemo_Presentation.h55 static void GetViewEye (Standard_Real& X, Standard_Real& Y, Standard_Real& Z);
H A DViewer3dView.h51 void GetViewEye (Standard_Real& X, Standard_Real& Y, Standard_Real& Z);
H A DViewer3dView.cpp1138 void CViewer3dView::GetViewEye(Standard_Real& X, Standard_Real& Y, Standard_Real& Z) in GetViewEye() function in CViewer3dView
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/10_Convert/src/
H A DOCCDemo_Presentation.cpp278 void OCCDemo_Presentation::GetViewEye(Standard_Real& X, Standard_Real& Y, Standard_Real& Z) in GetViewEye() function in OCCDemo_Presentation
283 pView->GetViewEye(X,Y,Z); in GetViewEye()
H A DOCCDemo_Presentation.h55 static void GetViewEye (Standard_Real& X, Standard_Real& Y, Standard_Real& Z);
/dports/cad/opencascade/opencascade-7.6.0/samples/mfc/standard/10_Convert/src/WNT/
H A DOCCDemoView.h39 void GetViewEye (Standard_Real& X, Standard_Real& Y, Standard_Real& Z);
H A DOCCDemoView.cpp529 void COCCDemoView::GetViewEye(Standard_Real& X, Standard_Real& Y, Standard_Real& Z) in GetViewEye() function in COCCDemoView