Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkUnstructuredGridToPolyDataFilter Class Reference

abstract filter class. More...

#include <vtkUnstructuredGridToPolyDataFilter.h>

Inheritance diagram for vtkUnstructuredGridToPolyDataFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkUnstructuredGridToPolyDataFilter:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
virtual void ComputeInputUpdateExtents (vtkDataObject *output)
virtual void SetInput (vtkUnstructuredGrid *input)
vtkUnstructuredGridGetInput ()

Static Public Methods

int IsTypeOf (const char *type)
vtkUnstructuredGridToPolyDataFilter * SafeDownCast (vtkObject *o)

Protected Methods

 vtkUnstructuredGridToPolyDataFilter ()
 ~vtkUnstructuredGridToPolyDataFilter ()

Detailed Description

abstract filter class.

Date:
2001/10/11 13:36:40
Revision:
1.4

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 60 of file vtkUnstructuredGridToPolyDataFilter.h.


Constructor & Destructor Documentation

vtkUnstructuredGridToPolyDataFilter::vtkUnstructuredGridToPolyDataFilter   [inline, protected]
 

Definition at line 75 of file vtkUnstructuredGridToPolyDataFilter.h.

vtkUnstructuredGridToPolyDataFilter::~vtkUnstructuredGridToPolyDataFilter   [inline, protected]
 

Definition at line 76 of file vtkUnstructuredGridToPolyDataFilter.h.


Member Function Documentation

virtual const char* vtkUnstructuredGridToPolyDataFilter::GetClassName   [virtual]
 

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.

int vtkUnstructuredGridToPolyDataFilter::IsTypeOf const char *    type [static]
 

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.

virtual int vtkUnstructuredGridToPolyDataFilter::IsA const char *    type [virtual]
 

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.

vtkUnstructuredGridToPolyDataFilter* vtkUnstructuredGridToPolyDataFilter::SafeDownCast vtkObject   o [static]
 

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.

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.

Reimplemented from vtkPolyDataSource.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:45:01 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001