Documentation for vtkFieldDataFilter

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:

vtkDataObject vtkFieldData vtkFieldDataSource

 

Methods:

static vtkFieldDataFilter *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInput (vtkDataObject *)
vtkDataObject *GetInput ()
void SetInput (vtkDataObject &)

 

Detailed Method Descriptions:

Set / get the input to the filter.

void SetInput (vtkDataObject *)
vtkDataObject *GetInput ()

For legacy compatibility. Do not use.

void SetInput (vtkDataObject &)