VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Interaction
Widgets
vtkLinearContourLineInterpolator.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkLinearContourLineInterpolator.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
=========================================================================*/
29
#ifndef __vtkLinearContourLineInterpolator_h
30
#define __vtkLinearContourLineInterpolator_h
31
32
#include "vtkInteractionWidgetsModule.h"
// For export macro
33
#include "
vtkContourLineInterpolator.h
"
34
35
class
VTKINTERACTIONWIDGETS_EXPORT
vtkLinearContourLineInterpolator
36
:
public
vtkContourLineInterpolator
37
{
38
public
:
39
41
static
vtkLinearContourLineInterpolator
*
New
();
42
44
45
vtkTypeMacro(
vtkLinearContourLineInterpolator
,
vtkContourLineInterpolator
);
46
void
PrintSelf
(ostream& os,
vtkIndent
indent);
48
49
virtual
int
InterpolateLine
(
vtkRenderer
*ren,
50
vtkContourRepresentation
*rep,
51
int
idx1,
int
idx2 );
52
53
protected
:
54
vtkLinearContourLineInterpolator
();
55
~
vtkLinearContourLineInterpolator
();
56
57
private
:
58
vtkLinearContourLineInterpolator
(
const
vtkLinearContourLineInterpolator
&);
//Not implemented
59
void
operator=(
const
vtkLinearContourLineInterpolator
&);
//Not implemented
60
};
61
62
#endif
Generated on Thu May 24 2012 22:22:27 for VTK by
1.8.1