ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkCleanUnstructuredGridCells Class Reference

remove duplicate/degenerate cells More...

#include <vtkCleanUnstructuredGridCells.h>

Inherits vtkUnstructuredGridAlgorithm.

Public Types

typedef vtkUnstructuredGridAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkCleanUnstructuredGridCellsNew ()
 
static int IsTypeOf (const char *type)
 
static vtkCleanUnstructuredGridCellsSafeDownCast (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 39 of file vtkCleanUnstructuredGridCells.h.

Member Typedef Documentation

§ Superclass

typedef vtkUnstructuredGridAlgorithm vtkCleanUnstructuredGridCells::Superclass

Definition at line 45 of file vtkCleanUnstructuredGridCells.h.

Constructor & Destructor Documentation

§ vtkCleanUnstructuredGridCells()

vtkCleanUnstructuredGridCells::vtkCleanUnstructuredGridCells ( )
protected

§ ~vtkCleanUnstructuredGridCells()

vtkCleanUnstructuredGridCells::~vtkCleanUnstructuredGridCells ( )
protected

Member Function Documentation

§ New()

static vtkCleanUnstructuredGridCells* vtkCleanUnstructuredGridCells::New ( )
static

§ GetClassName()

virtual const char* vtkCleanUnstructuredGridCells::GetClassName ( )
virtual

§ IsTypeOf()

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

§ IsA()

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

§ SafeDownCast()

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

§ PrintSelf()

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

§ RequestData()

virtual int vtkCleanUnstructuredGridCells::RequestData ( vtkInformation *  ,
vtkInformationVector **  ,
vtkInformationVector *   
)
protectedvirtual

§ FillInputPortInformation()

virtual int vtkCleanUnstructuredGridCells::FillInputPortInformation ( int  port,
vtkInformation *  info 
)
protectedvirtual

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