57#ifndef vtkDecimatePolylineFilter_h 
   58#define vtkDecimatePolylineFilter_h 
   61#include "vtkFiltersCoreModule.h"                 
   67VTK_ABI_NAMESPACE_BEGIN
 
   89  vtkSetClampMacro(TargetReduction, 
double, 0.0, 1.0);
 
   90  vtkGetMacro(TargetReduction, 
double);
 
  102  vtkGetMacro(MaximumError, 
double);
 
  112  vtkSetMacro(OutputPointsPrecision, 
int);
 
  113  vtkGetMacro(OutputPointsPrecision, 
int);
 
  145  double TargetReduction = 0.90;
 
reduce the number of lines in a polyline
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
~vtkDecimatePolylineFilter() override
 
static vtkDecimatePolylineFilter * New()
Standard methods for type information and printing.
 
vtkMTimeType GetMTime() override
Return this object's modified time.
 
vtkNew< vtkPriorityQueue > PriorityQueue
 
int RequestUpdateExtent(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
vtkDecimatePolylineFilter()
 
double ComputeError(vtkPolyData *input, Polyline *polyline, vtkIdType id)
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
 
abstract class to define a decimation strategy for the vtkDecimatePolylineFilter
 
a simple class to control print indentation
 
Allocate and hold a VTK object.
 
Superclass for algorithms that produce only polydata as output.
 
concrete dataset represents vertices, lines, polygons, and triangle strips
 
a list of ids arranged in priority order
 
Hold a reference to a vtkObjectBase instance.
 
static vtkSmartPointer< T > New()
Create an instance of a VTK object.
 
vtkTypeUInt32 vtkMTimeType