#include <iostream.h>
#include <stdio.h>
#include "vuSimpleTypes.h"
#include "vuFixelType.h"
Include dependency graph for vuFixel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | vuFixel< SIZE, TYPE > |
vuFixel defines a basic template class for a fixel. More... | |
Typedefs | |
typedef vuFixel< 1, byte > | vuFixel1B |
typedef vuFixel< 2, byte > | vuFixel2B |
typedef vuFixel< 3, byte > | vuFixel3B |
typedef vuFixel< 1, float > | vuFixel1F |
typedef vuFixel< 2, float > | vuFixel2F |
typedef vuFixel< 3, float > | vuFixel3F |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 156 of file vuFixel.h. Referenced by vuSimpleFVRCanvas::_renderImage(). |