21#ifndef vtkAppendArcLength_h 
   22#define vtkAppendArcLength_h 
   24#include "vtkFiltersCoreModule.h"  
   27VTK_ABI_NAMESPACE_BEGIN
 
appends Arc length for input poly lines.
 
static vtkAppendArcLength * New()
 
~vtkAppendArcLength() override
 
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called by the superclass.
 
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
 
Superclass for algorithms that produce only polydata as output.