Home
last modified time | relevance | path

Searched defs:getCameras (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonz/
H A Dsceneproperties.h126 std::vector<TCamera *> &getCameras() { return m_cameras; } in getCameras() function
131 const std::vector<TCamera *> &getCameras() const { return m_cameras; } in getCameras() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/outofcore/src/visualization/
H A Dscene.cpp23 Scene::getCameras () in getCameras() function in Scene
/dports/multimedia/assimp/assimp-5.1.3/port/jassimp/jassimp/src/jassimp/
H A DAiScene.java187 public List<AiCamera> getCameras() { in getCameras() method in AiScene
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/port/jassimp/jassimp/src/jassimp/
H A DAiScene.java187 public List<AiCamera> getCameras() { in getCameras() method in AiScene
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPhotosController.java140 public List<Camera> getCameras() { in getCameras() method in PhotosController
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/sfm/src/
H A Dsimple_pipeline.cpp265 getCameras(OutputArray Rs, OutputArray Ts) { in getCameras() function in cv::sfm::SFMLibmvReconstructionImpl
/dports/games/py-fife/fifengine-0.4.2/engine/core/model/structures/
H A Dmap.cpp291 const std::vector<Camera*>& Map::getCameras() const { in getCameras() function in FIFE::Map
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Drtlensfun.cc396 std::vector<LFCamera> LFDatabase::getCameras() const in getCameras() function in rtengine::LFDatabase
/dports/graphics/art/ART-1.9.3/rtengine/
H A Drtlensfun.cc405 std::vector<LFCamera> LFDatabase::getCameras() const in getCameras() function in rtengine::LFDatabase
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Drtlensfun.cc408 std::vector<LFCamera> LFDatabase::getCameras() const in getCameras() function in rtengine::LFDatabase
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADASaxFrameworkLoader/include/
H A DCOLLADASaxFWLLoader.h438 CameraList& getCameras() { return mCameras; } in getCameras() function
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgViewer/
H A DViewer.cpp1338 void Viewer::getCameras(Cameras& cameras, bool onlyActive) in getCameras() function in Viewer
H A DCompositeViewer.cpp467 void CompositeViewer::getCameras(Cameras& cameras, bool onlyActive) in getCameras() function in CompositeViewer
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgViewer/
H A DViewer.cpp1325 void Viewer::getCameras(Cameras& cameras, bool onlyActive) in getCameras() function in Viewer
H A DCompositeViewer.cpp429 void CompositeViewer::getCameras(Cameras& cameras, bool onlyActive) in getCameras() function in CompositeViewer
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreSceneManager.h2658 const CameraList& getCameras() const { return mCameras; } in getCameras() function
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreSceneManager.h2579 const CameraList& getCameras() const { return mCameras; } in getCameras() function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/visualization/src/
H A Dpcl_visualizer.cpp2084 pcl::visualization::PCLVisualizer::getCameras (std::vector<pcl::visualization::Camera>& cameras) in getCameras() function in pcl::visualization::PCLVisualizer