VTK
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
34 
37 {
38 public:
39 
42 
44 
46  void PrintSelf(ostream& os, vtkIndent indent);
48 
49  virtual int InterpolateLine( vtkRenderer *ren,
51  int idx1, int idx2 );
52 
53 protected:
56 
57 private:
59  void operator=(const vtkLinearContourLineInterpolator&); //Not implemented
60 };
61 
62 #endif
abstract specification for renderers
Definition: vtkRenderer.h:63
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
represent the vtkContourWidget
#define VTKINTERACTIONWIDGETS_EXPORT
a simple class to control print indentation
Definition: vtkIndent.h:38
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
void PrintSelf(ostream &os, vtkIndent indent)
Interpolates supplied nodes with line segments.
static vtkObject * New()