vtkRecursiveSphereDirectionEncoder - A direction encoder based on the recursive subdivision of an octahedron
Super Class: vtkDirectionEncoder
Description:
vtkRecursiveSphereDirectionEncoder is a direction encoder which uses the vertices of a recursive subdivision of an octahedron (with the vertices pushed out onto the surface of an enclosing sphere) to encode directions into a two byte value.
See Also:
Methods:
| void vtkRecursiveSphereDirectionEncoder () | |
| void vtkRecursiveSphereDirectionEncoder () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| static vtkRecursiveSphereDirectionEncoder *New () | |
| int GetEncodedDirection (float ) | |
| float *GetDecodedGradient (int ) | |
| int GetNumberOfEncodedDirections () | |
| float *GetDecodedGradientTable () | |
| void SetRecursionDepth (int ) | |
| int GetRecursionDepth () | |
| void InitializeIndexTable () |
Detailed Method Descriptions:
![]()
| static vtkRecursiveSphereDirectionEncoder *New () |
![]()
| int GetEncodedDirection (float ) |
![]()
| float *GetDecodedGradient (int ) |
![]()
| int GetNumberOfEncodedDirections () |
![]()
| float *GetDecodedGradientTable () |
![]()
| void SetRecursionDepth (int ) | |
| int GetRecursionDepth () |
![]()