VTK
|
abstract filter class More...
#include <vtkStructuredGridToPolyDataFilter.h>
Public Types | |
typedef vtkPolyDataSource | Superclass |
![]() | |
typedef vtkSource | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetInput (vtkStructuredGrid *input) |
vtkStructuredGrid * | GetInput () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkPolyData * | GetOutput () |
vtkPolyData * | GetOutput (int idx) |
void | SetOutput (vtkPolyData *output) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkStructuredGridToPolyDataFilter * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkPolyDataSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkStructuredGridToPolyDataFilter () | |
~vtkStructuredGridToPolyDataFilter () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
![]() | |
vtkPolyDataSource () | |
~vtkPolyDataSource () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
int | FillOutputPortInformation (int, vtkInformation *) |
abstract filter class
vtkStructuredGridToPolyDataFilter is a filter whose subclasses take as input structured grid datasets and generate polygonal data on output.
Definition at line 32 of file vtkStructuredGridToPolyDataFilter.h.
Definition at line 35 of file vtkStructuredGridToPolyDataFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
void vtkStructuredGridToPolyDataFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
void vtkStructuredGridToPolyDataFilter::SetInput | ( | vtkStructuredGrid * | input | ) |
Set / get the input Grid or filter.
vtkStructuredGrid* vtkStructuredGridToPolyDataFilter::GetInput | ( | ) |
Set / get the input Grid or filter.
|
protectedvirtual |