VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
dox
Filters
Modeling
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 "vtkFiltersModelingModule.h"
// For export macro
26
#include "vtkPolyDataAlgorithm.h"
27
28
class
vtkPolyData;
29
30
class
VTKFILTERSMODELING_EXPORT
vtkGeodesicPath
:
public
vtkPolyDataAlgorithm
31
{
32
public
:
33
35
36
vtkTypeMacro(
vtkGeodesicPath
,vtkPolyDataAlgorithm);
37
void
PrintSelf(ostream& os, vtkIndent indent);
39
40
virtual
double
GetGeodesicLength() = 0;
41
42
protected
:
43
vtkGeodesicPath
();
44
~
vtkGeodesicPath
();
45
46
virtual
int
FillInputPortInformation(
int
port, vtkInformation *info);
47
48
private
:
49
vtkGeodesicPath
(
const
vtkGeodesicPath
&);
// Not implemented.
50
void
operator=(
const
vtkGeodesicPath
&);
// Not implemented.
51
};
52
53
#endif
54
vtkGeodesicPath
Abstract base for classes that generate a geodesic path.
Definition:
vtkGeodesicPath.h:30
Generated on Sat May 10 2014 05:42:49 for VTK by
1.8.6