VTK  9.5.20250912
vtkAppendArcLength.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-FileCopyrightText: Copyright (c) Kitware, Inc.
3// SPDX-License-Identifier: BSD-3-Clause
21#ifndef vtkAppendArcLength_h
22#define vtkAppendArcLength_h
23
24#include "vtkFiltersCoreModule.h" // For export macro
26#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
27
28VTK_ABI_NAMESPACE_BEGIN
29class VTKFILTERSCORE_EXPORT VTK_MARSHALAUTO vtkAppendArcLength : public vtkPolyDataAlgorithm
30{
31public:
34 void PrintSelf(ostream& os, vtkIndent indent) override;
35
36protected:
39
41
45 int RequestData(vtkInformation* request, vtkInformationVector** inputVector,
46 vtkInformationVector* outputVector) override;
47
48private:
50 void operator=(const vtkAppendArcLength&) = delete;
52};
53
54VTK_ABI_NAMESPACE_END
55#endif
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
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
#define VTK_MARSHALAUTO