VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
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 "
vtkContourLineInterpolator.h
"
28
29
class
vtkPolyData
;
30
class
vtkPolyDataCollection
;
31
32
class
VTK_WIDGETS_EXPORT
vtkPolyDataContourLineInterpolator
33
:
public
vtkContourLineInterpolator
34
{
35
public
:
37
38
vtkTypeMacro(
vtkPolyDataContourLineInterpolator
,
39
vtkContourLineInterpolator
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent);
42
44
48
virtual
int
InterpolateLine
(
vtkRenderer
*ren,
49
vtkContourRepresentation
*rep,
50
int
idx1,
int
idx2 ) = 0;
52
54
59
virtual
int
UpdateNode
(
vtkRenderer
*,
60
vtkContourRepresentation
*,
61
double
* vtkNotUsed(node),
int
vtkNotUsed(idx) ) = 0;
63
65
67
vtkGetObjectMacro( Polys,
vtkPolyDataCollection
);
69
70
protected
:
71
vtkPolyDataContourLineInterpolator
();
72
~
vtkPolyDataContourLineInterpolator
();
73
74
vtkPolyDataCollection
*
Polys
;
75
76
private
:
77
vtkPolyDataContourLineInterpolator
(
78
const
vtkPolyDataContourLineInterpolator
&);
//Not implemented
79
void
operator=(
const
vtkPolyDataContourLineInterpolator
&);
//Not implemented
80
};
81
82
#endif
Generated on Thu Mar 13 2014 08:10:41 for VTK by
1.8.1.2