Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Volume/Regular/Unimodal/3d/1B/Intensity/vuTFLinear.h

Go to the documentation of this file.
00001 #ifndef _VUTFLINEAR_H_
00002 #define _VUTFLINEAR_H_
00003 
00004 #include "vuTFIntensity.h"
00005 
00007 #define vuTFRed       0x01
00008 #define vuTFGreen     0x02
00009 #define vuTFBlue      0x04
00010 #define vuTFAlpha     0x08
00011 
00013 
00019 class vuTFLinear : public vuTFIntensity
00020 {
00021 public:
00023 
00029     void addLinear(dword channels,
00030                    byte density,
00031                    byte width,
00032                    float max_value,
00033                    float min_value);
00034 };
00035 
00036 #endif

Generated on Wed Dec 15 21:20:38 2004 for vuVolume by  doxygen 1.3.9.1