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 the following arguments, the x, y, z position of the TV the file basename to open for each 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
void Draw(void)
This is the inherited draw function
void Process(void)
This is the inherited process function

Protected Methods

int loadFile(char *filename)
Load data from a file
void pInit(void)
Private Init function

Private

Data
char* _fnbase
Basename of files to read in
TexturedPlane* tp_
unsigned long* debugData_
Debugging data
int initted_
Gross hack

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 the following arguments, the x, y, z position of the TV the file basename to open for each 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

void Draw(void)
This is the inherited draw function

void Process(void)
This is the inherited process function

int loadFile(char *filename)
Load data from a file

void pInit(void)
Private Init function

Data

char* _fnbase
Basename of files to read in

TexturedPlane* tp_

unsigned long* debugData_
Debugging data

int initted_
Gross hack


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