VTK
vtkGeodesicPath.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGeodesicPath.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 =========================================================================*/
23 #ifndef vtkGeodesicPath_h
24 #define vtkGeodesicPath_h
25 
26 #include "vtkFiltersModelingModule.h" // For export macro
27 #include "vtkPolyDataAlgorithm.h"
28 
29 class vtkPolyData;
30 
31 class VTKFILTERSMODELING_EXPORT vtkGeodesicPath : public vtkPolyDataAlgorithm
32 {
33 public:
34 
36 
40  void PrintSelf(ostream& os, vtkIndent indent) override;
42 
43 protected:
45  ~vtkGeodesicPath() override;
46 
48 
49 private:
50  vtkGeodesicPath(const vtkGeodesicPath&) = delete;
51  void operator=(const vtkGeodesicPath&) = delete;
52 };
53 
54 #endif
55 
Store vtkAlgorithm input/output information.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:39
Abstract base for classes that generate a geodesic path.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.