vtkPiecewiseFunction - Defines a 1D piecewise function.
Super Class: vtkObject
Description:
Defines a piecewise linear function mapping. Used for transfer functions in volume rendering.
Methods:
![]() | void vtkPiecewiseFunction () |
![]() | void vtkPiecewiseFunction () |
![]() | static vtkPiecewiseFunction *New () |
![]() | const char *GetClassName () |
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | int GetSize () |
![]() | void AddPoint (float ,float ) |
![]() | void RemovePoint (float ) |
![]() | void RemoveAllPoints () |
![]() | void AddSegment (float ,float ,float ,float ) |
![]() | float GetValue (float ) |
![]() | float *GetDataPointer () |
![]() | float *GetRange () |
![]() | void GetTable (float ,float ,int ,float *) |
![]() | void SetClamping (int ) |
![]() | int GetClamping () |
![]() | void ClampingOn () |
![]() | void ClampingOff () |
![]() | char *GetType () |
![]() | float GetFirstNonZeroValue () |
![]() | void IncreaseArraySize () |
![]() | int InsertPoint (float ,float ) |
![]() | void MovePoints (int ,int ) |
Detailed Method Descriptions:
![]() | int GetSize () |
![]() | void AddPoint (float ,float ) |
![]() | void RemovePoint (float ) |
![]() | void RemoveAllPoints () |
![]() | void AddSegment (float ,float ,float ,float ) |
![]() | float GetValue (float ) |
![]() | float *GetDataPointer () |
![]() | float *GetRange () |
![]() | void GetTable (float ,float ,int ,float *) |
![]() | void SetClamping (int ) |
![]() | int GetClamping () |
![]() | void ClampingOn () |
![]() | void ClampingOff () |
![]() | char *GetType () |
![]() | float GetFirstNonZeroValue () |