class fileCAVEcam : public CAVEcam

This is the derived class fileCAVEcam, which takes the frames captured and writes them out to a series of rgb format files

Inheritance:


Public

Methods
fileCAVEcam(char *fn = "CCFrame", int width = 640, int height = 480, int depth = 3, float ex = 0.0, float ey = 5.0, float ez = 0.0, float cx = 0.0, float cy = 5.0, float cz = -5.0, float ux = 0.0, float uy = 1.0, float uz = 0.0)
This constructor overrides the inherited one, appending the file basename for the output file sequence.
~fileCAVEcam()
Local destructor for any file specific closure
void Process()
Overridden function to grab the frames from the scene
void PutPix()
Overridden function to write the frames to the sequence of files

Private

Data
char* fnbase
File basename
int _ImageToWrite
Counter of which frame number to write
int _pid
process id of the process that's actually writing out to file

Inherited from CAVEcam:


Inherited from SharedObject:


Documentation

This is the derived class fileCAVEcam, which takes the frames captured and writes them out to a series of rgb format files
Methods

fileCAVEcam(char *fn = "CCFrame", int width = 640, int height = 480, int depth = 3, float ex = 0.0, float ey = 5.0, float ez = 0.0, float cx = 0.0, float cy = 5.0, float cz = -5.0, float ux = 0.0, float uy = 1.0, float uz = 0.0)
This constructor overrides the inherited one, appending the file basename for the output file sequence.

~fileCAVEcam()
Local destructor for any file specific closure

void Process()
Overridden function to grab the frames from the scene

void PutPix()
Overridden function to write the frames to the sequence of files

Data

char* fnbase
File basename

int _ImageToWrite
Counter of which frame number to write

int _pid
process id of the process that's actually writing out to file


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de