VTK  9.2.6
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 class VTKFILTERSCORE_EXPORT vtkExtractCellsAlongPolyLine : public vtkUnstructuredGridAlgorithm
41 {
42 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47 
52  virtual void SetSourceConnection(vtkAlgorithmOutput* input);
53 
55 
62  vtkSetMacro(OutputPointsPrecision, int);
63  vtkGetMacro(OutputPointsPrecision, int);
65 
66 protected:
68  ~vtkExtractCellsAlongPolyLine() override;
69 
72 
74 
75 private:
77  void operator=(const vtkExtractCellsAlongPolyLine&) = delete;
78 };
79 
80 #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:39
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.