VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
vtkDijkstraImageContourLineInterpolator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkDijkstraImageContourLineInterpolator.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
=========================================================================*/
40
#ifndef __vtkDijkstraImageContourLineInterpolator_h
41
#define __vtkDijkstraImageContourLineInterpolator_h
42
43
#include "vtkInteractionWidgetsModule.h"
// For export macro
44
#include "
vtkContourLineInterpolator.h
"
45
46
class
vtkDijkstraImageGeodesicPath
;
47
class
vtkImageData
;
48
49
class
VTKINTERACTIONWIDGETS_EXPORT
vtkDijkstraImageContourLineInterpolator
50
:
public
vtkContourLineInterpolator
51
{
52
public
:
54
55
vtkTypeMacro(
vtkDijkstraImageContourLineInterpolator
,
56
vtkContourLineInterpolator
);
57
void
PrintSelf
(ostream& os,
vtkIndent
indent);
59
60
static
vtkDijkstraImageContourLineInterpolator
*
New
();
61
63
67
virtual
int
InterpolateLine
(
vtkRenderer
*ren,
68
vtkContourRepresentation
*rep,
69
int
idx1,
int
idx2 );
71
73
76
virtual
void
SetCostImage(
vtkImageData
* );
77
vtkGetObjectMacro( CostImage,
vtkImageData
);
79
81
82
vtkGetObjectMacro( DijkstraImageGeodesicPath,
vtkDijkstraImageGeodesicPath
);
84
85
protected
:
86
vtkDijkstraImageContourLineInterpolator
();
87
~
vtkDijkstraImageContourLineInterpolator
();
88
89
vtkImageData
*
CostImage
;
90
vtkDijkstraImageGeodesicPath
*
DijkstraImageGeodesicPath
;
91
92
private
:
93
vtkDijkstraImageContourLineInterpolator
(
94
const
vtkDijkstraImageContourLineInterpolator
&);
//Not implemented
95
void
operator=(
const
96
vtkDijkstraImageContourLineInterpolator
&);
//Not implemented
97
};
98
99
#endif
Generated on Thu May 24 2012 22:22:27 for VTK by
1.8.1