VTK  9.3.1
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 
28 VTK_ABI_NAMESPACE_BEGIN
29 class VTKFILTERSCORE_EXPORT vtkExtractCellsAlongPolyLine : public vtkUnstructuredGridAlgorithm
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
36 
41  virtual void SetSourceConnection(vtkAlgorithmOutput* input);
42 
44 
51  vtkSetMacro(OutputPointsPrecision, int);
52  vtkGetMacro(OutputPointsPrecision, int);
54 
55 protected:
57  ~vtkExtractCellsAlongPolyLine() override;
58 
61 
63 
64 private:
66  void operator=(const vtkExtractCellsAlongPolyLine&) = delete;
67 };
68 
69 VTK_ABI_NAMESPACE_END
70 #endif
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store vtkAlgorithm input/output information.
static vtkUnstructuredGridAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
Proxy object to connect input/output ports.
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:28
Superclass for algorithms that produce only unstructured grid as output.
Extracts input cells that are intersected by a list of input lines or poly lines. ...
Store zero or more vtkInformation instances.