ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkCleanUnstructuredGridCells Class Reference

remove duplicate/degenerate cells More...

#include <vtkCleanUnstructuredGridCells.h>

Inheritance diagram for vtkCleanUnstructuredGridCells:
Inheritance graph
[legend]
Collaboration diagram for vtkCleanUnstructuredGridCells:
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
vtkCleanUnstructuredGridCells
New ()
static int IsTypeOf (const char *type)
static
vtkCleanUnstructuredGridCells
SafeDownCast (vtkObject *o)

Protected Member Functions

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

Detailed Description

remove duplicate/degenerate cells

Merges degenerate cells. Assumes the input grid does not contain duplicate points. You may want to run vtkCleanUnstructuredGrid first to assert it. If duplicated cells are found they are removed in the output. The filter also handles the case, where a cell may contain degenerate nodes (i.e. one and the same node is referenced by a cell more than once).

See also:
vtkCleanPolyData

Definition at line 37 of file vtkCleanUnstructuredGridCells.h.


Constructor & Destructor Documentation

vtkCleanUnstructuredGridCells::vtkCleanUnstructuredGridCells ( ) [protected]
vtkCleanUnstructuredGridCells::~vtkCleanUnstructuredGridCells ( ) [protected]

Member Function Documentation

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.

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

Reimplemented from vtkUnstructuredGridAlgorithm.


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