|
VTK
|
abstract filter class More...
#include <vtkStructuredGridToStructuredGridFilter.h>
Public Types | |
| typedef vtkStructuredGridSource | Superclass |
Public Types inherited from vtkStructuredGridSource | |
| typedef vtkSource | Superclass |
Public Types inherited from vtkSource | |
| typedef vtkProcessObject | Superclass |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkStructuredGridToStructuredGridFilter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkStructuredGridSource | |
| static int | IsTypeOf (const char *type) |
| static vtkStructuredGridSource * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkSource | |
| static int | IsTypeOf (const char *type) |
| static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkStructuredGridToStructuredGridFilter () | |
| ~vtkStructuredGridToStructuredGridFilter () | |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkStructuredGridSource | |
| vtkStructuredGridSource () | |
| ~vtkStructuredGridSource () | |
| virtual int | FillOutputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkSource | |
| vtkSource () | |
| ~vtkSource () | |
| virtual void | ExecuteData (vtkDataObject *output) |
| virtual void | Execute () |
| virtual void | ExecuteInformation () |
| virtual void | MarkGeneratedOutputs (vtkDataObject *) |
| void | SetNumberOfOutputs (int num) |
| vtkDataObject * | GetOutput (int idx) |
| virtual void | SetNthOutput (int num, vtkDataObject *output) |
| virtual void | AddOutput (vtkDataObject *output) |
| virtual void | RemoveOutput (vtkDataObject *output) |
| virtual void | ReportReferences (vtkGarbageCollector *) |
| int | FillOutputPortInformation (int, vtkInformation *) |
| virtual void | SetNumberOfOutputPorts (int n) |
Additional Inherited Members | |
Protected Attributes inherited from vtkSource | |
| vtkDataObject ** | Outputs |
| int | NumberOfOutputs |
| int | Updating |
| vtkTimeStamp | InformationTime |
abstract filter class
vtkStructuredPointsToStructuredPointsFilter is an abstract filter class whose subclasses take on input a structured grid and generate a structured grid on output.
Definition at line 31 of file vtkStructuredGridToStructuredGridFilter.h.
Definition at line 34 of file vtkStructuredGridToStructuredGridFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkStructuredGridSource.
|
static |
|
virtual |
Reimplemented from vtkStructuredGridSource.
|
static |
| void vtkStructuredGridToStructuredGridFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
| void vtkStructuredGridToStructuredGridFilter::SetInput | ( | vtkStructuredGrid * | input | ) |
Set / get the input Grid or filter.
| vtkStructuredGrid* vtkStructuredGridToStructuredGridFilter::GetInput | ( | ) |
Set / get the input Grid or filter.
|
protectedvirtual |
1.8.7