#include <vtkUnstructuredGridToPolyDataFilter.h>
Inheritance diagram for vtkUnstructuredGridToPolyDataFilter:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | ComputeInputUpdateExtents (vtkDataObject *output) |
virtual void | SetInput (vtkUnstructuredGrid *input) |
vtkUnstructuredGrid * | GetInput () |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkUnstructuredGridToPolyDataFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkUnstructuredGridToPolyDataFilter () | |
~vtkUnstructuredGridToPolyDataFilter () |
vtkUnstructuredGridToPolyDataFilter is an abstract filter class whose subclasses take as input datasets of type vtkUnstructuredGrid and generate polygonal data on output.
Definition at line 60 of file vtkUnstructuredGridToPolyDataFilter.h.
|
Definition at line 75 of file vtkUnstructuredGridToPolyDataFilter.h. |
|
Definition at line 76 of file vtkUnstructuredGridToPolyDataFilter.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. Reimplemented in vtkContourGrid. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. Reimplemented in vtkContourGrid. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. Reimplemented in vtkContourGrid. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataSource. Reimplemented in vtkContourGrid. |
|
Set / get the input data or filter. |
|
Set / get the input data or filter. |
|
Do not let datasets return more than requested. Reimplemented from vtkPolyDataSource. |