Output
[Parametrable Object]

The basis class for output models. More...

Classes

class  Output
 the basis class for output models. More...
class  Output
 the basis class for output models. More...

Functions

uint32 Output::memory ()
bool Output::is_ok ()
virtual bool Output::is_reachable (const char *name)=0
virtual void Output::open (const char *name, uint32 width, uint32 height)=0
virtual void Output::close ()=0
virtual void Output::write (int size, vec3 *colors)=0
virtual void Output::fill (int size, vec3 &color)=0

Variables

uint32 Output::_memory_used
bool Output::_ok

Detailed Description

The basis class for output models.

Output describes where the rendering result are written. It can be a file (with a given file format), a memory chunk, a socket or whatever.


Function Documentation

virtual void Output::open ( const char *  name,
uint32  width,
uint32  height 
) [pure virtual, inherited]

Open and Intilialize the Output given the frame's name, width and height. Others parameters have to be passed to the Output module.

Parameters:
pos the view position
tri the trihedron of the view


Generated on Tue Nov 14 15:40:08 2006 for libcrbn by  doxygen 1.5.0