VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
30
class
VTK_GRAPHICS_EXPORT
vtkGraphGeodesicPath
:
public
vtkGeodesicPath
31
{
32
public
:
34
35
vtkTypeMacro(
vtkGraphGeodesicPath
,
vtkGeodesicPath
);
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
:
52
vtkGraphGeodesicPath
();
53
~
vtkGraphGeodesicPath
();
54
55
vtkIdType
StartVertex
;
56
vtkIdType
EndVertex
;
57
58
private
:
59
vtkGraphGeodesicPath
(
const
vtkGraphGeodesicPath
&);
// Not implemented.
60
void
operator=(
const
vtkGraphGeodesicPath
&);
// Not implemented.
61
62
};
63
64
#endif
65
Generated on Wed May 30 2012 13:21:59 for VTK by
1.8.1