class fileCAVEtv : public CAVEtv

This is the derived class fileCAVEtv, which takes frames from a sequence of rgb format files, and places them on a video pane on a tv object in a CAVE scene

Inheritance:


Public

Methods
fileCAVEtv(char *fn, int width, int height, int depth, float x, float y, float z)
The constructor takes seven arguments, the x, y, z position of the TV the file basename to open foreach frame, and the width, height and depth of the frames.
~fileCAVEtv(void)
The destructor must cleanup the imagepool
void GetPix(void)
This function reads the frame in

Protected

Data
char* _fnbase
Basename of files to read in

Inherited from CAVEtv:


Inherited from SharedObject:


Documentation

This is the derived class fileCAVEtv, which takes frames from a sequence of rgb format files, and places them on a video pane on a tv object in a CAVE scene
Methods

fileCAVEtv(char *fn, int width, int height, int depth, float x, float y, float z)
The constructor takes seven arguments, the x, y, z position of the TV the file basename to open foreach frame, and the width, height and depth of the frames.

~fileCAVEtv(void)
The destructor must cleanup the imagepool

void GetPix(void)
This function reads the frame in

Data

char* _fnbase
Basename of files to read in


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