VTK  9.3.20240907
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
28VTK_ABI_NAMESPACE_BEGIN
30{
31public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
36
42
44
51 vtkSetMacro(OutputPointsPrecision, int);
52 vtkGetMacro(OutputPointsPrecision, int);
54
55protected:
58
60 int FillInputPortInformation(int port, vtkInformation* info) override;
61
63
64private:
66 void operator=(const vtkExtractCellsAlongPolyLine&) = delete;
67};
68
69VTK_ABI_NAMESPACE_END
70#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.