#include <SceneMultiCamCapturer.h>
|
| SceneMultiCamCapturer () |
| Dummy constructor. More...
|
|
| SceneMultiCamCapturer (geom::Scene &scene, const std::vector< geom::Camera > &cams=std::vector< geom::Camera >()) |
| Simple constructor, that adds 3 default cameras to the scene, and creates SharedMemory image outputs sm 1,2,3. More...
|
|
| SceneMultiCamCapturer (geom::Scene &scene, int num, int *camIndices, const std::string &progArgName="-o") |
|
void | init (geom::Scene &scene, int num, int *camIndices, const std::string &progArgName="-o") |
|
void | capture () |
|
◆ SceneMultiCamCapturer() [1/3]
icl::physics::SceneMultiCamCapturer::SceneMultiCamCapturer |
( |
| ) |
|
◆ SceneMultiCamCapturer() [2/3]
Simple constructor, that adds 3 default cameras to the scene, and creates SharedMemory image outputs sm 1,2,3.
◆ SceneMultiCamCapturer() [3/3]
icl::physics::SceneMultiCamCapturer::SceneMultiCamCapturer |
( |
geom::Scene & |
scene, |
|
|
int |
num, |
|
|
int * |
camIndices, |
|
|
const std::string & |
progArgName = "-o" |
|
) |
| |
◆ capture()
void icl::physics::SceneMultiCamCapturer::capture |
( |
| ) |
|
◆ init()
void icl::physics::SceneMultiCamCapturer::init |
( |
geom::Scene & |
scene, |
|
|
int |
num, |
|
|
int * |
camIndices, |
|
|
const std::string & |
progArgName = "-o" |
|
) |
| |
◆ camIndices
std::vector<int> icl::physics::SceneMultiCamCapturer::camIndices |
|
private |
◆ outputs
◆ scene
geom::Scene* icl::physics::SceneMultiCamCapturer::scene |
|
private |
The documentation for this class was generated from the following file: