VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Graphics
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
=========================================================================*/
22
#ifndef __vtkGeodesicPath_h
23
#define __vtkGeodesicPath_h
24
25
#include "
vtkPolyDataAlgorithm.h
"
26
27
class
vtkPolyData
;
28
29
class
VTK_GRAPHICS_EXPORT
vtkGeodesicPath
:
public
vtkPolyDataAlgorithm
30
{
31
public
:
32
34
35
vtkTypeMacro(
vtkGeodesicPath
,
vtkPolyDataAlgorithm
);
36
void
PrintSelf
(ostream& os,
vtkIndent
indent);
38
39
virtual
double
GetGeodesicLength() = 0;
40
41
protected
:
42
vtkGeodesicPath
();
43
~
vtkGeodesicPath
();
44
45
virtual
int
FillInputPortInformation
(
int
port
,
vtkInformation
*
info
);
46
47
private
:
48
vtkGeodesicPath
(
const
vtkGeodesicPath
&);
// Not implemented.
49
void
operator=(
const
vtkGeodesicPath
&);
// Not implemented.
50
};
51
52
#endif
53
Generated on Sun Sep 9 2012 13:03:30 for VTK by
1.8.1.2