16#ifndef vtkGenerateGlobalIds_h 
   17#define vtkGenerateGlobalIds_h 
   19#include "vtkFiltersParallelDIY2Module.h"  
   22VTK_ABI_NAMESPACE_BEGIN
 
   40  vtkGetMacro(Tolerance, 
double);
 
generates global point and cell ids.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
void SetController(vtkMultiProcessController *)
Get/Set the controller to use.
 
~vtkGenerateGlobalIds() override
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
static vtkGenerateGlobalIds * New()
 
a simple class to control print indentation
 
Multiprocessing communication superclass.