vtkFieldDataFilter - abstract class for specifying filter behavior
Super Class: vtkFilter
Description:
vtkFieldDataFilter is an abstract class that specifies the interface for data object filters. Each filter must have an Update() and Execute() method that will cause the filter to execute if its input or the filter itself has been modified since the last execution time.
See Also:
Methods:
static vtkFieldDataFilter *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetInput (vtkDataObject *) | |
vtkDataObject *GetInput () | |
void SetInput (vtkDataObject &) |
Detailed Method Descriptions:
void SetInput (vtkDataObject *) | |
vtkDataObject *GetInput () |
void SetInput (vtkDataObject &) |