Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
vtkPiecewiseFunctionShiftScale Class Reference
#include <vtkPiecewiseFunctionShiftScale.h>
Inheritance diagram for vtkPiecewiseFunctionShiftScale:
[legend]Collaboration diagram for vtkPiecewiseFunctionShiftScale:
[legend]List of all members.
Detailed Description
- Date:
-
2002/10/04 20:43:44
- Revision:
-
1.3
- Created by:
-
- CVS contributions (if > 5%):
-
- Henderson, Amy (92%)
- Cedilnik, Andy (7%)
- CVS logs (CVSweb):
-
- .
cxx
(/Filtering/vtkPiecewiseFunctionShiftScale.cxx)
- .
h
(/Filtering/vtkPiecewiseFunctionShiftScale.h)
Definition at line 43 of file vtkPiecewiseFunctionShiftScale.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkPiecewiseFunctionShiftScale::vtkPiecewiseFunctionShiftScale |
( |
|
) |
[protected] |
|
vtkPiecewiseFunctionShiftScale::~vtkPiecewiseFunctionShiftScale |
( |
|
) |
[protected] |
|
Member Function Documentation
vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::New |
( |
|
) |
[static] |
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject. |
virtual const char* vtkPiecewiseFunctionShiftScale::GetClassName |
( |
|
) |
[virtual] |
|
int vtkPiecewiseFunctionShiftScale::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPiecewiseFunctionToPiecewiseFunctionFilter. |
virtual int vtkPiecewiseFunctionShiftScale::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkPiecewiseFunctionToPiecewiseFunctionFilter. |
vtkPiecewiseFunctionShiftScale* vtkPiecewiseFunctionShiftScale::SafeDownCast |
( |
vtkObject * |
o |
) |
[static] |
|
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 vtkPiecewiseFunctionToPiecewiseFunctionFilter. |
virtual void vtkPiecewiseFunctionShiftScale::SetPositionShift |
( |
float |
|
) |
[virtual] |
|
virtual void vtkPiecewiseFunctionShiftScale::SetPositionScale |
( |
float |
|
) |
[virtual] |
|
virtual void vtkPiecewiseFunctionShiftScale::SetValueShift |
( |
float |
|
) |
[virtual] |
|
virtual void vtkPiecewiseFunctionShiftScale::SetValueScale |
( |
float |
|
) |
[virtual] |
|
virtual float vtkPiecewiseFunctionShiftScale::GetPositionShift |
( |
|
) |
[virtual] |
|
virtual float vtkPiecewiseFunctionShiftScale::GetPositionScale |
( |
|
) |
[virtual] |
|
virtual float vtkPiecewiseFunctionShiftScale::GetValueShift |
( |
|
) |
[virtual] |
|
virtual float vtkPiecewiseFunctionShiftScale::GetValueScale |
( |
|
) |
[virtual] |
|
void vtkPiecewiseFunctionShiftScale::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
Member Data Documentation
float vtkPiecewiseFunctionShiftScale::PositionShift [protected]
|
|
float vtkPiecewiseFunctionShiftScale::PositionScale [protected]
|
|
float vtkPiecewiseFunctionShiftScale::ValueShift [protected]
|
|
float vtkPiecewiseFunctionShiftScale::ValueScale [protected]
|
|
The documentation for this class was generated from the following file: