#include <stddef.h>
#include <fstream.h>
#include "vuSimpleTypes.h"
#include "vuFixel.h"
#include <GL/gl.h>
Include dependency graph for vuFixelMap.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vuFixelMap_ST |
A FixelMap is comparable to an image. More... | |
class | vuFixelMap< SIZE, TYPE > |
Typedefs | |
typedef vuFixelMap< 1, byte > | vuFixelMap1B |
typedef vuFixelMap< 2, byte > | vuFixelMap2B |
typedef vuFixelMap< 3, byte > | vuFixelMap3B |
typedef vuFixelMap< 1, float > | vuFixelMap1F |
typedef vuFixelMap< 2, float > | vuFixelMap2F |
typedef vuFixelMap< 3, float > | vuFixelMap3F |
|
Definition at line 167 of file vuFixelMap.h. |
|
Definition at line 171 of file vuFixelMap.h. Referenced by vuSimpleFVRCanvas::_copyDeltaImageToRGB(), vuSimpleFVRCanvas::_renderImage(), vuSimpleFVRCanvas::_renderImageOld(), vuSimpleFVRCanvas::_substract(), and vuFBRSubCanvas< SIZE, TYPE >::vuFBRSubCanvas(). |
|
Definition at line 168 of file vuFixelMap.h. |
|
Definition at line 172 of file vuFixelMap.h. Referenced by vuFourierCluster< SIZE, TYPE >::premultiplySlice(). |
|
Definition at line 169 of file vuFixelMap.h. |
|
Definition at line 173 of file vuFixelMap.h. Referenced by vuSimpleFVRCanvas::_copyDeltaImageToRGB(), and vuSimpleFVRCanvas::_renderImage(). |