#include <vtkPiecewiseFunctionShiftScale.h>
Inheritance diagram for vtkPiecewiseFunctionShiftScale:
Definition at line 28 of file vtkPiecewiseFunctionShiftScale.h.
Public Types | |
typedef vtkPiecewiseFunctionAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPositionShift (double) |
virtual void | SetPositionScale (double) |
virtual void | SetValueShift (double) |
virtual void | SetValueScale (double) |
virtual double | GetPositionShift () |
virtual double | GetPositionScale () |
virtual double | GetValueShift () |
virtual double | GetValueScale () |
Static Public Member Functions | |
static vtkPiecewiseFunctionShiftScale * | New () |
static int | IsTypeOf (const char *type) |
static vtkPiecewiseFunctionShiftScale * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkPiecewiseFunctionShiftScale () | |
~vtkPiecewiseFunctionShiftScale () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | PositionShift |
double | PositionScale |
double | ValueShift |
double | ValueScale |
|
Reimplemented from vtkPiecewiseFunctionAlgorithm. Definition at line 32 of file vtkPiecewiseFunctionShiftScale.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPiecewiseFunctionAlgorithm. |
|
Definition at line 52 of file vtkPiecewiseFunctionShiftScale.h. |
|
Definition at line 53 of file vtkPiecewiseFunctionShiftScale.h. |
|
Definition at line 54 of file vtkPiecewiseFunctionShiftScale.h. |
|
Definition at line 55 of file vtkPiecewiseFunctionShiftScale.h. |