VTK
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
29 
30 class vtkPolyData;
32 
35 {
36 public:
38 
41  void PrintSelf(ostream& os, vtkIndent indent);
43 
45 
49  virtual int InterpolateLine( vtkRenderer *ren,
51  int idx1, int idx2 ) = 0;
53 
55 
60  virtual int UpdateNode( vtkRenderer *,
62  double * vtkNotUsed(node), int vtkNotUsed(idx) ) = 0;
64 
66 
68  vtkGetObjectMacro( Polys, vtkPolyDataCollection );
70 
71 protected:
74 
76 
77 private:
79  const vtkPolyDataContourLineInterpolator&); //Not implemented
80  void operator=(const vtkPolyDataContourLineInterpolator&); //Not implemented
81 };
82 
83 #endif
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))
abstract specification for renderers
Definition: vtkRenderer.h:63
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:83
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)
Contour interpolator for polygonal data.
maintain a list of polygonal data objects