|
ParaView
|
remove duplicate/degenerate cells More...
#include <vtkCleanUnstructuredGridCells.h>


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) |
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).
Definition at line 37 of file vtkCleanUnstructuredGridCells.h.
| vtkCleanUnstructuredGridCells::vtkCleanUnstructuredGridCells | ( | ) | [protected] |
| vtkCleanUnstructuredGridCells::~vtkCleanUnstructuredGridCells | ( | ) | [protected] |
| 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.
1.7.5.1