abstract filter class
More...
#include <vtkUnstructuredGridToPolyDataFilter.h>
abstract filter class
vtkUnstructuredGridToPolyDataFilter is an abstract filter class whose subclasses take as input datasets of type vtkUnstructuredGrid and generate polygonal data on output.
- See Also
- vtkContourGrid
Definition at line 33 of file vtkUnstructuredGridToPolyDataFilter.h.
vtkUnstructuredGridToPolyDataFilter::vtkUnstructuredGridToPolyDataFilter |
( |
| ) |
|
|
protected |
vtkUnstructuredGridToPolyDataFilter::~vtkUnstructuredGridToPolyDataFilter |
( |
| ) |
|
|
protected |
virtual const char* vtkUnstructuredGridToPolyDataFilter::GetClassName |
( |
| ) |
|
|
virtual |
static int vtkUnstructuredGridToPolyDataFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkUnstructuredGridToPolyDataFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
void vtkUnstructuredGridToPolyDataFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkUnstructuredGridToPolyDataFilter::SetInput |
( |
vtkUnstructuredGrid * |
input | ) |
|
|
virtual |
Set / get the input data or filter.
vtkUnstructuredGrid* vtkUnstructuredGridToPolyDataFilter::GetInput |
( |
| ) |
|
Set / get the input data or filter.
virtual void vtkUnstructuredGridToPolyDataFilter::ComputeInputUpdateExtents |
( |
vtkDataObject * |
output | ) |
|
|
virtual |
Do not let datasets return more than requested.
virtual int vtkUnstructuredGridToPolyDataFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: