VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
vtkPolyDataContourLineInterpolator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkPolyDataContourLineInterpolator.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
=========================================================================*/
24
#ifndef __vtkPolyDataContourLineInterpolator_h
25
#define __vtkPolyDataContourLineInterpolator_h
26
27
#include "vtkInteractionWidgetsModule.h"
// For export macro
28
#include "
vtkContourLineInterpolator.h
"
29
30
class
vtkPolyData
;
31
class
vtkPolyDataCollection
;
32
33
class
VTKINTERACTIONWIDGETS_EXPORT
vtkPolyDataContourLineInterpolator
34
:
public
vtkContourLineInterpolator
35
{
36
public
:
38
39
vtkTypeMacro(
vtkPolyDataContourLineInterpolator
,
40
vtkContourLineInterpolator
);
41
void
PrintSelf
(ostream& os,
vtkIndent
indent);
43
45
49
virtual
int
InterpolateLine
(
vtkRenderer
*ren,
50
vtkContourRepresentation
*rep,
51
int
idx1,
int
idx2 ) = 0;
53
55
60
virtual
int
UpdateNode
(
vtkRenderer
*,
61
vtkContourRepresentation
*,
62
double
* vtkNotUsed(node),
int
vtkNotUsed(idx) ) = 0;
64
66
68
vtkGetObjectMacro( Polys,
vtkPolyDataCollection
);
70
71
protected
:
72
vtkPolyDataContourLineInterpolator
();
73
~
vtkPolyDataContourLineInterpolator
();
74
75
vtkPolyDataCollection
*
Polys
;
76
77
private
:
78
vtkPolyDataContourLineInterpolator
(
79
const
vtkPolyDataContourLineInterpolator
&);
//Not implemented
80
void
operator=(
const
vtkPolyDataContourLineInterpolator
&);
//Not implemented
81
};
82
83
#endif
Generated on Thu May 24 2012 22:22:28 for VTK by
1.8.1