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