Renderer::TransferFunction Class Reference

#include <Renderer.h>

List of all members.

Public Member Functions

 TransferFunction ()

Public Attributes

GLuint texID
unsigned int width
std::vector< TFPointpoints
unsigned char * data


Detailed Description

Data which is needed to represent a Transferfunction

Constructor & Destructor Documentation

Renderer::TransferFunction::TransferFunction (  )  [inline]

Parameters:
data holds a pointer to the already generated and interpolated Texturedata to be used by OpenGL


Member Data Documentation

Parameters:
texID stores the id of the texture this Transferfunction is bound when in use by OpenGL

Parameters:
width defines the x-size in pixel this Transferfunction has as a 1D texture

Parameters:
points holds the Points which spawn the Transferfunction and between whose will be linearly interpolated to generate the Texturedata


The documentation for this class was generated from the following file:

Generated on Tue Dec 8 21:57:03 2009 for VolumeRendering by  doxygen 1.5.5