16#ifndef vtkmAverageToPoints_h 
   17#define vtkmAverageToPoints_h 
   19#include "vtkAcceleratorsVTKmFiltersModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
map cell data to point data
 
a simple class to control print indentation
 
Accelerated point to cell interpolation filter.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
 
~vtkmAverageToPoints() override
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
 
static vtkmAverageToPoints * New()