18#ifndef vtkPointConnectivityFilter_h 
   19#define vtkPointConnectivityFilter_h 
   22#include "vtkFiltersGeneralModule.h"  
   24VTK_ABI_NAMESPACE_BEGIN
 
Superclass for algorithms that produce output of the same type as input.
 
a simple class to control print indentation
 
output a scalar field indicating point connectivity
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information and printing.
 
static vtkPointConnectivityFilter * New()
Standard methods for instantiation, obtaining type information and printing.
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
~vtkPointConnectivityFilter() override
 
vtkPointConnectivityFilter()