VTK
vtkGraphGeodesicPath.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGraphGeodesicPath.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 vtkGraphGeodesicPath_h
24 #define vtkGraphGeodesicPath_h
25 
26 #include "vtkFiltersModelingModule.h" // For export macro
27 #include "vtkGeodesicPath.h"
28 
29 class vtkIdList;
30 
32 {
33 public:
35 
37  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
42  vtkGetMacro(StartVertex, vtkIdType);
43  vtkSetMacro(StartVertex, vtkIdType);
45 
47 
48  vtkGetMacro(EndVertex, vtkIdType);
49  vtkSetMacro(EndVertex, vtkIdType);
51 
52 protected:
55 
58 
59 private:
60  vtkGraphGeodesicPath(const vtkGraphGeodesicPath&); // Not implemented.
61  void operator=(const vtkGraphGeodesicPath&); // Not implemented.
62 
63 };
64 
65 #endif
66 
void PrintSelf(ostream &os, vtkIndent indent)
#define VTKFILTERSMODELING_EXPORT
int vtkIdType
Definition: vtkType.h:247
a simple class to control print indentation
Definition: vtkIndent.h:38
list of point or cell ids
Definition: vtkIdList.h:35
Abstract base for classes that generate a geodesic path.
Abstract base for classes that generate a geodesic path on a graph (mesh).