VTK  9.2.20230320
vtkExtractCellsAlongPolyLine.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractCellsAlongPolyLine.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
34 #ifndef vtkExtractCellsAlongPolyLine_h
35 #define vtkExtractCellsAlongPolyLine_h
36 
37 #include "vtkFiltersCoreModule.h" // For export macro
39 
40 VTK_ABI_NAMESPACE_BEGIN
41 class VTKFILTERSCORE_EXPORT vtkExtractCellsAlongPolyLine : public vtkUnstructuredGridAlgorithm
42 {
43 public:
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
48 
54 
56 
63  vtkSetMacro(OutputPointsPrecision, int);
64  vtkGetMacro(OutputPointsPrecision, int);
66 
67 protected:
70 
73 
75 
76 private:
78  void operator=(const vtkExtractCellsAlongPolyLine&) = delete;
79 };
80 
81 VTK_ABI_NAMESPACE_END
82 #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.
~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.
static vtkExtractCellsAlongPolyLine * New()
a simple class to control print indentation
Definition: vtkIndent.h:120
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only unstructured grid as output.
@ info
Definition: vtkX3D.h:388
@ port
Definition: vtkX3D.h:459