abstract filter class
More...
#include <vtkUnstructuredGridToUnstructuredGridFilter.h>
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | FillInputPortInformation (int, vtkInformation *) |
|
|
void | SetInput (vtkUnstructuredGrid *input) |
|
vtkUnstructuredGrid * | GetInput () |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkUnstructuredGrid * | GetOutput () |
|
vtkUnstructuredGrid * | GetOutput (int idx) |
|
void | SetOutput (vtkUnstructuredGrid *output) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | Update () |
|
virtual void | UpdateWholeExtent () |
|
virtual void | UpdateInformation () |
|
virtual void | PropagateUpdateExtent (vtkDataObject *output) |
|
virtual void | TriggerAsynchronousUpdate () |
|
virtual void | UpdateData (vtkDataObject *output) |
|
void | UnRegisterAllOutputs (void) |
|
int | GetOutputIndex (vtkDataObject *out) |
|
virtual void | SetExecutive (vtkExecutive *executive) |
|
virtual void | SetReleaseDataFlag (int) |
|
virtual int | GetReleaseDataFlag () |
|
virtual void | ReleaseDataFlagOn () |
|
virtual void | ReleaseDataFlagOff () |
|
vtkDataObject ** | GetOutputs () |
|
virtual int | GetNumberOfOutputs () |
|
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SqueezeInputArray () |
|
void | RemoveAllInputs () |
|
vtkDataObject ** | GetInputs () |
|
int | GetNumberOfInputs () |
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
|
virtual void | SetNumberOfInputConnections (int port, int n) |
|
abstract filter class
- See also
- vtkExtractGrid
Definition at line 28 of file vtkUnstructuredGridToUnstructuredGridFilter.h.
vtkUnstructuredGridToUnstructuredGridFilter::vtkUnstructuredGridToUnstructuredGridFilter |
( |
| ) |
|
|
protected |
vtkUnstructuredGridToUnstructuredGridFilter::~vtkUnstructuredGridToUnstructuredGridFilter |
( |
| ) |
|
|
protected |
virtual const char* vtkUnstructuredGridToUnstructuredGridFilter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkUnstructuredGridToUnstructuredGridFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkUnstructuredGridToUnstructuredGridFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkUnstructuredGridToUnstructuredGridFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Set / get the input Grid or filter.
Set / get the input Grid or filter.
virtual int vtkUnstructuredGridToUnstructuredGridFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: