ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
vtkPMergeConnected.cxx File Reference
#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>
Include dependency graph for vtkPMergeConnected.cxx:

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)
 

Macro Definition Documentation

◆ VTK_CREATE

#define VTK_CREATE (   type,
  name 
)    vtkSmartPointer<type> name = vtkSmartPointer<type>::New()

Definition at line 22 of file vtkPMergeConnected.cxx.

◆ VTK_NEW

#define VTK_NEW (   type,
  name 
)    name = vtkSmartPointer<type>::New()

Definition at line 23 of file vtkPMergeConnected.cxx.

Function Documentation

◆ compare_ids()

int compare_ids ( const void *  a,
const void *  b 
)

Definition at line 279 of file vtkPMergeConnected.cxx.

References a.

◆ vtkStandardNewMacro()

vtkStandardNewMacro ( vtkPMergeConnected  )