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 "vtkGeodesicPath.h"
27 
28 class vtkIdList;
29 
31 {
32 public:
34 
36  void PrintSelf(ostream& os, vtkIndent indent);
38 
40 
41  vtkGetMacro(StartVertex, vtkIdType);
42  vtkSetMacro(StartVertex, vtkIdType);
44 
46 
47  vtkGetMacro(EndVertex, vtkIdType);
48  vtkSetMacro(EndVertex, vtkIdType);
50 
51 protected:
54 
57 
58 private:
59  vtkGraphGeodesicPath(const vtkGraphGeodesicPath&); // Not implemented.
60  void operator=(const vtkGraphGeodesicPath&); // Not implemented.
61 
62 };
63 
64 #endif
65 
#define VTK_GRAPHICS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
int vtkIdType
Definition: vtkType.h:255
a simple class to control print indentation
Definition: vtkIndent.h:37
list of point or cell ids
Definition: vtkIdList.h:34
Abstract base for classes that generate a geodesic path.
Abstract base for classes that generate a geodesic path on a graph (mesh).