VTK  9.5.20251104
vtkExtractCellsAlongPolyLine.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
22#ifndef vtkExtractCellsAlongPolyLine_h
23#define vtkExtractCellsAlongPolyLine_h
24
25#include "vtkFiltersCoreModule.h" // For export macro
27#include "vtkWrappingHints.h" // For VTK_MARSHALAUTO
28
29VTK_ABI_NAMESPACE_BEGIN
32{
33public:
35 void PrintSelf(ostream& os, vtkIndent indent) override;
36
38
44
46
53 vtkSetMacro(OutputPointsPrecision, int);
54 vtkGetMacro(OutputPointsPrecision, int);
56
57protected:
60
62 int FillInputPortInformation(int port, vtkInformation* info) override;
63
65
66private:
68 void operator=(const vtkExtractCellsAlongPolyLine&) = delete;
69};
70
71VTK_ABI_NAMESPACE_END
72#endif
Proxy object to connect input/output ports.
Extracts input cells that are intersected by a list of input lines or poly lines.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkExtractCellsAlongPolyLine * New()
~vtkExtractCellsAlongPolyLine() override
virtual void SetSourceConnection(vtkAlgorithmOutput *input)
Set the source for creating the lines to probe from.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
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 unstructured grid as output.
#define VTK_MARSHALAUTO