VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPiecewiseFunctionShiftScale Class Reference

#include <vtkPiecewiseFunctionShiftScale.h>

Inherits vtkPiecewiseFunctionAlgorithm.

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
 

Detailed Description

Definition at line 28 of file vtkPiecewiseFunctionShiftScale.h.

Member Typedef Documentation

typedef vtkPiecewiseFunctionAlgorithm vtkPiecewiseFunctionShiftScale::Superclass

Definition at line 32 of file vtkPiecewiseFunctionShiftScale.h.

Constructor & Destructor Documentation

vtkPiecewiseFunctionShiftScale::vtkPiecewiseFunctionShiftScale ( )
protected
vtkPiecewiseFunctionShiftScale::~vtkPiecewiseFunctionShiftScale ( )
protected

Member Function Documentation

static vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::New ( )
static
virtual const char* vtkPiecewiseFunctionShiftScale::GetClassName ( )
virtual
static int vtkPiecewiseFunctionShiftScale::IsTypeOf ( const char *  type)
static
virtual int vtkPiecewiseFunctionShiftScale::IsA ( const char *  type)
virtual
static vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::SafeDownCast ( vtkObject o)
static
void vtkPiecewiseFunctionShiftScale::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
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 ,
vtkInformationVector **  ,
vtkInformationVector  
)
protectedvirtual

Member Data Documentation

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.


The documentation for this class was generated from the following file: