VTK  9.3.20240418
Classes | Typedefs
vtkDistributedGraphHelper.h File Reference
#include "vtkCommonDataModelModule.h"
#include "vtkObject.h"
Include dependency graph for vtkDistributedGraphHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkDistributedGraphHelper
 helper for the vtkGraph class that allows the graph to be distributed across multiple memory spaces. More...
 

Typedefs

typedef vtkIdType(* vtkVertexPedigreeIdDistribution) (const vtkVariant &pedigreeId, void *userData)
 

Typedef Documentation

◆ vtkVertexPedigreeIdDistribution

typedef vtkIdType(* vtkVertexPedigreeIdDistribution) (const vtkVariant &pedigreeId, void *userData)

Definition at line 58 of file vtkDistributedGraphHelper.h.