35#ifndef vtkDecimatePolylineFilter_h 
   36#define vtkDecimatePolylineFilter_h 
   38#include "vtkFiltersCoreModule.h"  
   43VTK_ABI_NAMESPACE_BEGIN
 
   68  vtkSetClampMacro(TargetReduction, 
double, 0.0, 1.0);
 
   69  vtkGetMacro(TargetReduction, 
double);
 
   80  vtkGetMacro(MaximumError, 
double);
 
   89  vtkSetMacro(OutputPointsPrecision, 
int);
 
   90  vtkGetMacro(OutputPointsPrecision, 
int);
 
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()
Instantiate this object with a target reduction of 0.90.
 
vtkDecimatePolylineFilter()
 
double ComputeError(vtkPolyData *input, Polyline *polyline, vtkIdType id)
 
vtkSmartPointer< vtkPriorityQueue > PriorityQueue
 
int OutputPointsPrecision
 
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type information and printing.
 
a simple class to control print indentation
 
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.