#include <vtkCleanUnstructuredGrid.h>
Public Member Functions | |
| vtkTypeRevisionMacro (vtkCleanUnstructuredGrid, vtkUnstructuredGridAlgorithm) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
| vtkCleanUnstructuredGrid * | New () |
Protected Member Functions | |
| vtkCleanUnstructuredGrid () | |
| ~vtkCleanUnstructuredGrid () | |
| virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
| vtkPointLocator * | Locator |
vtkCleanUnstructuredGrid is a filter that takes unstructured grid data as input and generates polygonal data as output. vtkCleanUnstructuredGrid can merge duplicate points (within specified tolerance and if enabled). Tolerance is specified precisely = 0.00001*input->GetLength(), then vtkCleanUnstructuredGrid will use the vtkPointLocator object to merge points (which is slow).
Definition at line 38 of file vtkCleanUnstructuredGrid.h.
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 52 of file vtkCleanUnstructuredGrid.h. |
1.3.5