VTK  9.1.0
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
28
29class vtkPolyData;
30
31class VTKFILTERSMODELING_EXPORT vtkGeodesicPath : public vtkPolyDataAlgorithm
32{
33public:
35
39 void PrintSelf(ostream& os, vtkIndent indent) override;
41
42protected:
44 ~vtkGeodesicPath() override;
45
47
48private:
49 vtkGeodesicPath(const vtkGeodesicPath&) = delete;
50 void operator=(const vtkGeodesicPath&) = delete;
51};
52
53#endif
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
Standard methods for printing and determining type information.
~vtkGeodesicPath() override
a simple class to control print indentation
Definition: vtkIndent.h:113
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:195
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453