VTK
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
=========================================================================*/
30
#ifndef vtkLinearContourLineInterpolator_h
31
#define vtkLinearContourLineInterpolator_h
32
33
#include "vtkInteractionWidgetsModule.h"
// For export macro
34
#include "
vtkContourLineInterpolator.h
"
35
36
class
VTKINTERACTIONWIDGETS_EXPORT
vtkLinearContourLineInterpolator
37
:
public
vtkContourLineInterpolator
38
{
39
public
:
40
44
static
vtkLinearContourLineInterpolator
*
New
();
45
47
50
vtkTypeMacro(
vtkLinearContourLineInterpolator
,
vtkContourLineInterpolator
);
51
void
PrintSelf
(ostream& os,
vtkIndent
indent);
53
54
virtual
int
InterpolateLine
(
vtkRenderer
*ren,
55
vtkContourRepresentation
*rep,
56
int
idx1,
int
idx2 );
57
58
protected
:
59
vtkLinearContourLineInterpolator
();
60
~vtkLinearContourLineInterpolator
();
61
62
private
:
63
vtkLinearContourLineInterpolator
(
const
vtkLinearContourLineInterpolator
&) VTK_DELETE_FUNCTION;
64
void
operator=(
const
vtkLinearContourLineInterpolator
&) VTK_DELETE_FUNCTION;
65
};
66
67
#endif
vtkLinearContourLineInterpolator::~vtkLinearContourLineInterpolator
~vtkLinearContourLineInterpolator()
vtkContourLineInterpolator
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
Definition:
vtkContourLineInterpolator.h:43
vtkContourRepresentation
represent the vtkContourWidget
Definition:
vtkContourRepresentation.h:121
vtkLinearContourLineInterpolator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkLinearContourLineInterpolator::vtkLinearContourLineInterpolator
vtkLinearContourLineInterpolator()
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:40
vtkLinearContourLineInterpolator
Interpolates supplied nodes with line segments.
Definition:
vtkLinearContourLineInterpolator.h:38
vtkRenderer
abstract specification for renderers
Definition:
vtkRenderer.h:64
vtkLinearContourLineInterpolator::New
static vtkLinearContourLineInterpolator * New()
Instantiate this class.
vtkLinearContourLineInterpolator::InterpolateLine
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)
Subclasses that wish to interpolate a line segment must implement this.
vtkContourLineInterpolator.h
Generated by
1.8.20