![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "vtkPMergeConnected.h"#include <cstring>#include <iostream>#include <map>#include <vtkCellData.h>#include <vtkFloatArray.h>#include <vtkIdList.h>#include <vtkIdTypeArray.h>#include <vtkInformation.h>#include <vtkInformationVector.h>#include <vtkMultiBlockDataSet.h>#include <vtkMultiProcessController.h>#include <vtkObjectFactory.h>#include <vtkPointData.h>#include <vtkPolyhedron.h>#include <vtkStreamingDemandDrivenPipeline.h>#include <vtkUnstructuredGrid.h>#include <vtkSmartPointer.h>
Go to the source code of this file.
Classes | |
| struct | vtkPMergeConnected::cmp_ids |
Macros | |
| #define | VTK_CREATE(type, name) vtkSmartPointer<type> name = vtkSmartPointer<type>::New() |
| #define | VTK_NEW(type, name) name = vtkSmartPointer<type>::New() |
Functions | |
| vtkStandardNewMacro (vtkPMergeConnected) | |
| int | compare_ids (const void *a, const void *b) |
| #define VTK_CREATE | ( | type, | |
| name | |||
| ) | vtkSmartPointer<type> name = vtkSmartPointer<type>::New() |
Definition at line 22 of file vtkPMergeConnected.cxx.
| #define VTK_NEW | ( | type, | |
| name | |||
| ) | name = vtkSmartPointer<type>::New() |
Definition at line 23 of file vtkPMergeConnected.cxx.
| int compare_ids | ( | const void * | a, |
| const void * | b | ||
| ) |
Definition at line 279 of file vtkPMergeConnected.cxx.
References a.
| vtkStandardNewMacro | ( | vtkPMergeConnected | ) |