|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   60 #ifndef vtkPointInterpolator2D_h 
   61 #define vtkPointInterpolator2D_h 
   63 #include "vtkFiltersPointsModule.h"  
   86   vtkSetMacro(InterpolateZ, 
bool);
 
   87   vtkGetMacro(InterpolateZ, 
bool);
 
   88   vtkBooleanMacro(InterpolateZ, 
bool);
 
  
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
interpolate point cloud attribute data onto x-y plane using various kernels
abstract class to specify dataset behavior
virtual void Probe(vtkDataSet *input, vtkDataSet *source, vtkDataSet *output)
Virtual for specialized subclass(es)
interpolate over point cloud using various kernels
boost::graph_traits< vtkGraph * >::vertex_descriptor source(boost::graph_traits< vtkGraph * >::edge_descriptor e, vtkGraph *)
Wrapper around std::string to keep symbols short.
static vtkPointInterpolator * New()
Standard methods for instantiating, obtaining type information, and printing.