ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkCleanUnstructuredGrid Class Reference

merge duplicate points More...

#include <vtkCleanUnstructuredGrid.h>

Inheritance diagram for vtkCleanUnstructuredGrid:
Inheritance graph
[legend]
Collaboration diagram for vtkCleanUnstructuredGrid:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static vtkCleanUnstructuredGridNew ()
static int IsTypeOf (const char *type)
static vtkCleanUnstructuredGridSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkCleanUnstructuredGrid ()
 ~vtkCleanUnstructuredGrid ()
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int FillInputPortInformation (int port, vtkInformation *info)

Protected Attributes

vtkPointLocatorLocator

Detailed Description

merge duplicate points

vtkCleanUnstructuredGrid is a filter that takes unstructured grid data as input and generates unstructured grid data as output. vtkCleanUnstructuredGrid can merge duplicate points (with coincident coordinates) using the vtkMergePoints object to merge points.

See also:
vtkCleanPolyData

Definition at line 36 of file vtkCleanUnstructuredGrid.h.


Constructor & Destructor Documentation

vtkCleanUnstructuredGrid::vtkCleanUnstructuredGrid ( ) [protected]
vtkCleanUnstructuredGrid::~vtkCleanUnstructuredGrid ( ) [protected]

Member Function Documentation

static vtkCleanUnstructuredGrid* vtkCleanUnstructuredGrid::New ( ) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual const char* vtkCleanUnstructuredGrid::GetClassName ( ) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

static int vtkCleanUnstructuredGrid::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkCleanUnstructuredGrid::IsA ( const char *  type) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

static vtkCleanUnstructuredGrid* vtkCleanUnstructuredGrid::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkUnstructuredGridAlgorithm.

void vtkCleanUnstructuredGrid::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkCleanUnstructuredGrid::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.

virtual int vtkCleanUnstructuredGrid::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkUnstructuredGridAlgorithm.


Member Data Documentation

Definition at line 50 of file vtkCleanUnstructuredGrid.h.


The documentation for this class was generated from the following file: