class fileCAVtv : public CAVtv

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
fileCAVtv (char *fn = "CCFrame", int width = 640, int height = 480, int depth = 3, float x = 0.0, float y = 0.0, float z = 0.0)
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.
~fileCAVtv (void)
The destructor must cleanup the imagepool
void Init (void)
The init function
void GetPix (void)
This function reads the frame in

Protected

Data
char* _fnbase
Basename of files to read in

Inherited from CAVtv:


Inherited from CAVSharedObject:


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

fileCAVtv(char *fn = "CCFrame", int width = 640, int height = 480, int depth = 3, float x = 0.0, float y = 0.0, float z = 0.0)
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.

~fileCAVtv(void)
The destructor must cleanup the imagepool

void Init(void)
The init function

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