VTK
|
abstract filter class More...
#include <vtkDataSetToUnstructuredGridFilter.h>
Public Types | |
typedef vtkUnstructuredGridSource | Superclass |
![]() | |
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 (vtkDataSet *input) |
vtkDataSet * | GetInput () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkUnstructuredGrid * | GetOutput () |
vtkUnstructuredGrid * | GetOutput (int idx) |
void | SetOutput (vtkUnstructuredGrid *output) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkDataSetToUnstructuredGridFilter * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkUnstructuredGridSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDataSetToUnstructuredGridFilter () | |
~vtkDataSetToUnstructuredGridFilter () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
![]() | |
vtkUnstructuredGridSource () | |
~vtkUnstructuredGridSource () | |
void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
abstract filter class
vtkDataSetToUnstructuredGridFilter is an abstract filter class whose subclasses take as input any dataset and generate an unstructured grid on output.
Definition at line 34 of file vtkDataSetToUnstructuredGridFilter.h.
Definition at line 37 of file vtkDataSetToUnstructuredGridFilter.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkUnstructuredGridSource.
|
static |
|
virtual |
Reimplemented from vtkUnstructuredGridSource.
|
static |
void vtkDataSetToUnstructuredGridFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Set / get the input data or filter.
vtkDataSet* vtkDataSetToUnstructuredGridFilter::GetInput | ( | ) |
Set / get the input data or filter.
|
protectedvirtual |