|
ParaView
|
merge duplicate points More...
#include <vtkCleanUnstructuredGrid.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 vtkCleanUnstructuredGrid * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkCleanUnstructuredGrid * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkCleanUnstructuredGrid () | |
| ~vtkCleanUnstructuredGrid () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
| vtkPointLocator * | Locator |
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.
Definition at line 36 of file vtkCleanUnstructuredGrid.h.
| vtkCleanUnstructuredGrid::vtkCleanUnstructuredGrid | ( | ) | [protected] |
| vtkCleanUnstructuredGrid::~vtkCleanUnstructuredGrid | ( | ) | [protected] |
| 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.
vtkPointLocator* vtkCleanUnstructuredGrid::Locator [protected] |
Definition at line 50 of file vtkCleanUnstructuredGrid.h.
1.7.5.1