|
VTK
|
abstract filter class More...
#include <vtkStructuredPointsToPolyDataFilter.h>
Public Types | |
| typedef vtkPolyDataSource | Superclass |
Public Types inherited from vtkPolyDataSource | |
| typedef vtkSource | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetInput (vtkImageData *input) |
| vtkImageData * | GetInput () |
Public Member Functions inherited from vtkPolyDataSource | |
| 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 vtkStructuredPointsToPolyDataFilter * | SafeDownCast (vtkObject *o) |
Static Public Member Functions inherited from vtkPolyDataSource | |
| static int | IsTypeOf (const char *type) |
| static vtkPolyDataSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkStructuredPointsToPolyDataFilter () | |
| ~vtkStructuredPointsToPolyDataFilter () | |
| void | ComputeInputUpdateExtents (vtkDataObject *output) |
| virtual int | FillInputPortInformation (int, vtkInformation *) |
Protected Member Functions inherited from vtkPolyDataSource | |
| vtkPolyDataSource () | |
| ~vtkPolyDataSource () | |
| void | ComputeInputUpdateExtents (vtkDataObject *output) |
| int | FillOutputPortInformation (int, vtkInformation *) |
abstract filter class
vtkStructuredPointsToPolyDataFilter is an abstract filter class whose subclasses take on input structured points and generate polygonal data on output.
Definition at line 34 of file vtkStructuredPointsToPolyDataFilter.h.
Definition at line 37 of file vtkStructuredPointsToPolyDataFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
|
virtual |
Reimplemented from vtkPolyDataSource.
|
static |
| void vtkStructuredPointsToPolyDataFilter::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
|
virtual |
Set / get the input data or filter.
| vtkImageData* vtkStructuredPointsToPolyDataFilter::GetInput | ( | ) |
Set / get the input data or filter.
|
protected |
|
protectedvirtual |
1.8.7