VTK
|
abstract filter class More...
#include <vtkStructuredGridToStructuredGridFilter.h>
Public Types | |
typedef vtkStructuredGridSource | Superclass |
![]() | |
typedef vtkSource | Superclass |
![]() | |
typedef vtkProcessObject | Superclass |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridToStructuredGridFilter * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridSource * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredGridToStructuredGridFilter () | |
~vtkStructuredGridToStructuredGridFilter () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
![]() | |
vtkStructuredGridSource () | |
~vtkStructuredGridSource () | |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
![]() | |
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 | |
![]() | |
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 |