51#ifndef vtkPointInterpolator2D_h 
   52#define vtkPointInterpolator2D_h 
   54#include "vtkFiltersPointsModule.h"  
   58VTK_ABI_NAMESPACE_BEGIN
 
   78  vtkSetMacro(InterpolateZ, 
bool);
 
   79  vtkGetMacro(InterpolateZ, 
bool);
 
   80  vtkBooleanMacro(InterpolateZ, 
bool);
 
abstract class to specify dataset behavior
 
a simple class to control print indentation
 
interpolate point cloud attribute data onto x-y plane using various kernels
 
~vtkPointInterpolator2D() override
 
void Probe(vtkDataSet *input, vtkDataSet *source, vtkDataSet *output) override
Virtual for specialized subclass(es)
 
static vtkPointInterpolator2D * New()
Standard methods for instantiating, obtaining type information, and printing.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiating, obtaining type information, and printing.
 
interpolate over point cloud using various kernels
 
Wrapper around std::string to keep symbols short.
 
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)