/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/ |
H A D | SoOrthographicCamera.cpp | 105 SO_NODE_SOURCE(SoOrthographicCamera); 110 SoOrthographicCamera::SoOrthographicCamera() in SoOrthographicCamera() function in SoOrthographicCamera 112 SO_NODE_INTERNAL_CONSTRUCTOR(SoOrthographicCamera); in SoOrthographicCamera() 120 SoOrthographicCamera::~SoOrthographicCamera() in ~SoOrthographicCamera() 126 SoOrthographicCamera::initClass(void) in initClass() 128 SO_NODE_INTERNAL_INIT_CLASS(SoOrthographicCamera, SO_FROM_INVENTOR_1|SoNode::VRML1); in initClass() 136 SoOrthographicCamera::scaleHeight(float scalefactor) in scaleHeight() 143 SoOrthographicCamera::getViewVolume(float useaspectratio) const in getViewVolume() 161 SoOrthographicCamera::viewBoundingBox(const SbBox3f & box, in viewBoundingBox()
|
H A D | Makefile.in | 72 SoNurbsProfile.cpp SoOrthographicCamera.cpp SoPackedColor.cpp \ 118 SoNurbsProfile.$(OBJEXT) SoOrthographicCamera.$(OBJEXT) \ 173 SoOrthographicCamera.cpp SoPackedColor.cpp SoPathSwitch.cpp \ 217 SoNurbsProfile.cpp SoOrthographicCamera.cpp SoPackedColor.cpp \ 256 SoNormalBinding.lo SoNurbsProfile.lo SoOrthographicCamera.lo \ 301 SoOrthographicCamera.cpp SoPackedColor.cpp SoPathSwitch.cpp \ 343 SoOrthographicCamera.cpp SoPackedColor.cpp SoPathSwitch.cpp \ 386 SoNurbsProfile.cpp SoOrthographicCamera.cpp SoPackedColor.cpp \ 493 @AMDEP_TRUE@ ./$(DEPDIR)/SoOrthographicCamera.Plo \ 494 @AMDEP_TRUE@ ./$(DEPDIR)/SoOrthographicCamera.Po \ [all …]
|
H A D | Makefile.am | 50 SoOrthographicCamera.cpp \
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/ |
H A D | SoOrthographicCamera.h | 39 class COIN_DLL_API SoOrthographicCamera : public SoCamera { 42 SO_NODE_HEADER(SoOrthographicCamera); 46 SoOrthographicCamera(void); 55 virtual ~SoOrthographicCamera();
|
H A D | Makefile.am | 72 SoOrthographicCamera.h \
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/navigation/ |
H A D | SoCameraUtils.cpp | 49 SoOrthographicCamera * getCastCamera(void) const; 121 else if (camera->isOfType(SoOrthographicCamera::getClassTypeId())) { in createFor() 242 SoOrthographicCamera * 245 assert(this->getCamera() && this->getCamera()->isOfType(SoOrthographicCamera::getClassTypeId())); in getCastCamera() 246 return static_cast<SoOrthographicCamera *>(this->getCamera()); in getCastCamera() 255 SoOrthographicCamera * camera = this->getCastCamera(); in setZoomValue() 298 SoOrthographicCamera * camera = this->getCastCamera(); in getZoomFactor() 343 SoOrthographicCamera * camera = this->getCastCamera(); in setZoomValueByDolly() 358 SoOrthographicCamera * camera = this->getCastCamera(); in adjustZoomByDollyDistance() 379 SoOrthographicCamera * camera = this->getCastCamera(); in getZoomByDollyFactor()
|
H A D | SoScXMLZoomTarget.cpp | 394 if (camera->isOfType(SoOrthographicCamera::getClassTypeId())) { in zoom() 399 SoOrthographicCamera * oc = coin_assert_cast<SoOrthographicCamera *>(camera); in zoom() 481 if (camera->isOfType(SoOrthographicCamera::getClassTypeId())) { in reset() 482 static_cast<SoOrthographicCamera *>(camera)->height = in reset() 483 static_cast<SoOrthographicCamera *>(defaultcamera.get())->height.getValue(); in reset()
|
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bgui3d/ |
H A D | bgui3d_viewer_tableau.cxx | 164 if ( cam_type == SoOrthographicCamera::getClassTypeId() ) in set_camera() 267 SoOrthographicCamera* cam = (SoOrthographicCamera*)scene_camera_; in camera() 317 SoType otype = SoOrthographicCamera::getClassTypeId(); in set_camera_type() 324 … convertPerspective2Ortho((SoPerspectiveCamera*)scene_camera_, (SoOrthographicCamera*)newCamera); in set_camera_type() 329 … convertOrtho2Perspective((SoOrthographicCamera*)scene_camera_, (SoPerspectiveCamera*)newCamera); in set_camera_type() 414 else if (t == SoOrthographicCamera::getClassTypeId() && in reset_to_home_position() 417 (SoOrthographicCamera *)this->scene_camera_); in reset_to_home_position() 422 s == SoOrthographicCamera::getClassTypeId()) { in reset_to_home_position() 423 this->convertOrtho2Perspective((SoOrthographicCamera *)this->stored_camera_, in reset_to_home_position() 481 bgui3d_viewer_tableau::convertOrtho2Perspective(const SoOrthographicCamera * in, in convertOrtho2Perspective() [all …]
|
H A D | bgui3d_viewer_tableau.h | 21 class SoOrthographicCamera; variable 112 void convertOrtho2Perspective(const SoOrthographicCamera * in, 116 SoOrthographicCamera * out);
|
H A D | bgui3d_examiner_slider_tableau.h | 61 SoOrthographicCamera* sliderCamera_;
|
H A D | bgui3d_examiner_slider_tableau.cxx | 29 sliderCamera_ = new SoOrthographicCamera; in bgui3d_examiner_slider_tableau()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/profiler/ |
H A D | SoProfilerOverlayKit.cpp | 104 SO_KIT_ADD_CATALOG_ENTRY(overlayCamera, SoOrthographicCamera, TRUE, in SoProfilerOverlayKit() 117 SoOrthographicCamera * camera = in SoProfilerOverlayKit() 118 static_cast<SoOrthographicCamera *>(this->getAnyPart("overlayCamera", TRUE)); in SoProfilerOverlayKit()
|
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/viewers/ |
H A D | ExaminerViewer.cpp | 147 camtype.isDerivedFrom(SoOrthographicCamera::getClassTypeId()); in setCamera() 199 if (t.isDerivedFrom(SoOrthographicCamera::getClassTypeId())) in createViewerButtons()
|
H A D | PlaneViewer.cpp | 94 type.isDerivedFrom(SoOrthographicCamera::getClassTypeId()); in setCamera() 199 if (t.isDerivedFrom(SoOrthographicCamera::getClassTypeId())) in createViewerButtons()
|
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/common/viewers/ |
H A D | SoGuiViewerP.h.in | 46 class SoOrthographicCamera; variable 70 static void convertOrtho2Perspective(const SoOrthographicCamera * in, 73 SoOrthographicCamera * out);
|
H A D | SoGuiPlaneViewerP.h.in | 101 class SoOrthographicCamera * camera;
|
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/ |
H A D | SoGuiViewerP.h.in | 55 class SoOrthographicCamera; variable 79 static void convertOrtho2Perspective(const SoOrthographicCamera * in, 82 SoOrthographicCamera * out);
|
H A D | SoGuiPlaneViewerP.h.in | 110 class SoOrthographicCamera * camera;
|
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/navigation/ |
H A D | SoScXMLZoomTarget.h | 40 class SoOrthographicCamera; variable
|
H A D | SoScXMLDollyTarget.h | 40 class SoOrthographicCamera; variable
|
/dports/graphics/py-pivy/pivy-0.6.6/pivy/graphics/ |
H A D | viewer.py | 15 self.sg += [coin.SoOrthographicCamera()]
|
/dports/graphics/py-pivy/pivy-0.6.6/examples/Mentor/ |
H A D | 04.1.Cameras.py | 49 orthoViewAll = SoOrthographicCamera()
|
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/viewers/ |
H A D | ExaminerViewer.cpp | 239 } else if (camera->isOfType(SoOrthographicCamera::getClassTypeId())) { in setCamera()
|
H A D | PlaneViewer.cpp | 224 } else if (camera->isOfType(SoOrthographicCamera::getClassTypeId())) { in setCamera()
|
/dports/graphics/Coin/coin-Coin-4.0.0/src/shadows/ |
H A D | SoShadowGroup.cpp | 431 this->camera = new SoOrthographicCamera; in SoShadowLightCache() 1236 SoOrthographicCamera * cam = static_cast<SoOrthographicCamera*>(cache->camera); in updateDirectionalCamera() 2265 SoOrthographicCamera * camera = new SoOrthographicCamera; in createGaussSG()
|