Go to the documentation of this file.
25 #ifndef vtkSphericalDirectionEncoder_h
26 #define vtkSphericalDirectionEncoder_h
58 return &(this->DecodedGradientTable[0]);
67 static float DecodedGradientTable[65536*3];
#define vtkTypeMacro(thisClass, superclass)
vtkSphericalDirectionEncoder()
GLsizei const GLfloat * value
a simple class to control print indentation
float * GetDecodedGradientTable(void)
static int DecodedGradientTableInitialized
~vtkSphericalDirectionEncoder()
float * GetDecodedGradient(int value)
encode a direction into a one or two byte value
void PrintSelf(ostream &os, vtkIndent indent)
static void InitializeDecodedGradientTable()
#define VTKRENDERINGVOLUME_EXPORT
static vtkSphericalDirectionEncoder * New()
int GetEncodedDirection(float n[3])
A direction encoder based on spherical coordinates.
int GetNumberOfEncodedDirections(void)