merge duplicate points
More...
#include <vtkCleanUnstructuredGrid.h>
Inherits vtkUnstructuredGridAlgorithm.
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.
- See also
- vtkCleanPolyData
Definition at line 38 of file vtkCleanUnstructuredGrid.h.
§ Superclass
§ vtkCleanUnstructuredGrid()
vtkCleanUnstructuredGrid::vtkCleanUnstructuredGrid |
( |
| ) |
|
|
protected |
§ ~vtkCleanUnstructuredGrid()
vtkCleanUnstructuredGrid::~vtkCleanUnstructuredGrid |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkCleanUnstructuredGrid::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkCleanUnstructuredGrid::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkCleanUnstructuredGrid::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkCleanUnstructuredGrid::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ RequestData()
virtual int vtkCleanUnstructuredGrid::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
§ FillInputPortInformation()
virtual int vtkCleanUnstructuredGrid::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
§ Locator
vtkPointLocator* vtkCleanUnstructuredGrid::Locator |
|
protected |
The documentation for this class was generated from the following file: