4#ifndef vtkToImplicitRamerDouglasPeuckerStrategy_h
5#define vtkToImplicitRamerDouglasPeuckerStrategy_h
7#include "vtkFiltersReductionModule.h"
12VTK_ABI_NAMESPACE_BEGIN
67 std::unique_ptr<vtkInternals> Internals;
abstract superclass for arrays of numeric data
a simple class to control print indentation
Hold a reference to a vtkObjectBase instance.
A strategy for creating constant or affine by parts implicit arrays from explicit memory arrays based...
~vtkToImplicitRamerDouglasPeuckerStrategy() override
vtkToImplicitRamerDouglasPeuckerStrategy()
void ClearCache() override
Destroys intermediate result of Ramer-Douglas-Peucker algorithm on last array passed to EstimateReduc...
vtkToImplicitStrategy::Optional EstimateReduction(vtkDataArray *) override
Implements parent API.
vtkSmartPointer< vtkDataArray > Reduce(vtkDataArray *) override
Implements parent API.
static vtkToImplicitRamerDouglasPeuckerStrategy * New()
void PrintSelf(std::ostream &os, vtkIndent indent) override
Pure interface for strategies to transform explicit arrays into implicit arrays.
A helper structure for communicating a result with an optional double value.