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
28
29class vtkPolyData;
30
31class VTKFILTERSMODELING_EXPORT vtkGeodesicPath : public vtkPolyDataAlgorithm
32{
33public:
34
36
40 void PrintSelf(ostream& os, vtkIndent indent);
42
43protected:
46
48
49private:
50 vtkGeodesicPath(const vtkGeodesicPath&) VTK_DELETE_FUNCTION;
51 void operator=(const vtkGeodesicPath&) VTK_DELETE_FUNCTION;
52};
53
54#endif
55
Abstract base for classes that generate a geodesic path.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition: vtkIndent.h:40
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:86
@ info
Definition: vtkX3D.h:376
@ port
Definition: vtkX3D.h:447