#include <vtkPiecewiseFunctionShiftScale.h>
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.
vtkPiecewiseFunctionShiftScale::vtkPiecewiseFunctionShiftScale | ( | ) | [protected] |
vtkPiecewiseFunctionShiftScale::~vtkPiecewiseFunctionShiftScale | ( | ) | [protected] |
static vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPiecewiseFunctionAlgorithm.
virtual const char* vtkPiecewiseFunctionShiftScale::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkPiecewiseFunctionAlgorithm.
static int vtkPiecewiseFunctionShiftScale::IsTypeOf | ( | const char * | name | ) | [static] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPiecewiseFunctionAlgorithm.
virtual int vtkPiecewiseFunctionShiftScale::IsA | ( | const char * | name | ) | [virtual] |
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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPiecewiseFunctionAlgorithm.
static vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkPiecewiseFunctionAlgorithm.
void vtkPiecewiseFunctionShiftScale::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
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.
virtual void vtkPiecewiseFunctionShiftScale::SetPositionShift | ( | double | ) | [virtual] |
virtual void vtkPiecewiseFunctionShiftScale::SetPositionScale | ( | double | ) | [virtual] |
virtual void vtkPiecewiseFunctionShiftScale::SetValueShift | ( | double | ) | [virtual] |
virtual void vtkPiecewiseFunctionShiftScale::SetValueScale | ( | double | ) | [virtual] |
virtual double vtkPiecewiseFunctionShiftScale::GetPositionShift | ( | ) | [virtual] |
virtual double vtkPiecewiseFunctionShiftScale::GetPositionScale | ( | ) | [virtual] |
virtual double vtkPiecewiseFunctionShiftScale::GetValueShift | ( | ) | [virtual] |
virtual double vtkPiecewiseFunctionShiftScale::GetValueScale | ( | ) | [virtual] |
virtual int vtkPiecewiseFunctionShiftScale::RequestData | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPiecewiseFunctionAlgorithm.
double vtkPiecewiseFunctionShiftScale::PositionShift [protected] |
Definition at line 52 of file vtkPiecewiseFunctionShiftScale.h.
double vtkPiecewiseFunctionShiftScale::PositionScale [protected] |
Definition at line 53 of file vtkPiecewiseFunctionShiftScale.h.
double vtkPiecewiseFunctionShiftScale::ValueShift [protected] |
Definition at line 54 of file vtkPiecewiseFunctionShiftScale.h.
double vtkPiecewiseFunctionShiftScale::ValueScale [protected] |
Definition at line 55 of file vtkPiecewiseFunctionShiftScale.h.