26#ifndef vtkmImageConnectivity_h 
   27#define vtkmImageConnectivity_h 
   29#include "vtkAcceleratorsVTKmFiltersModule.h"  
   33VTK_ABI_NAMESPACE_BEGIN
 
Generic algorithm superclass for image algs.
 
a simple class to control print indentation
 
Label regions inside an image by connectivity.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
 
static vtkmImageConnectivity * New()
 
~vtkmImageConnectivity() override