remove duplicate/degenerate cells
More...
#include <vtkCleanUnstructuredGridCells.h>
Inherits vtkUnstructuredGridAlgorithm.
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.
◆ Superclass
◆ vtkCleanUnstructuredGridCells()
vtkCleanUnstructuredGridCells::vtkCleanUnstructuredGridCells |
( |
| ) |
|
|
protected |
◆ ~vtkCleanUnstructuredGridCells()
vtkCleanUnstructuredGridCells::~vtkCleanUnstructuredGridCells |
( |
| ) |
|
|
protected |
◆ New()
◆ 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()
◆ 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: