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 
70 
71 protected:
74 
76 
77 private:
79  const vtkPolyDataContourLineInterpolator&); //Not implemented
80  void operator=(const vtkPolyDataContourLineInterpolator&); //Not implemented
81 };
82 
83 #endif
vtkGetObjectMacro
#define vtkGetObjectMacro(name, type)
Definition: vtkSetGet.h:232
vtkPolyDataCollection
maintain a list of polygonal data objects
Definition: vtkPolyDataCollection.h:34
vtkPolyDataContourLineInterpolator::UpdateNode
virtual int UpdateNode(vtkRenderer *, vtkContourRepresentation *, double *vtkNotUsed(node), int vtkNotUsed(idx))=0
vtkContourLineInterpolator
Defines API for interpolating/modifying nodes from a vtkContourRepresentation.
Definition: vtkContourLineInterpolator.h:43
vtkContourRepresentation
represent the vtkContourWidget
Definition: vtkContourRepresentation.h:120
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkInteractionWidgetsModule.h
vtkPolyDataContourLineInterpolator::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPolyDataContourLineInterpolator::~vtkPolyDataContourLineInterpolator
~vtkPolyDataContourLineInterpolator()
vtkNotUsed
#define vtkNotUsed(x)
Definition: vtkSetGet.h:557
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPolyDataContourLineInterpolator::vtkPolyDataContourLineInterpolator
vtkPolyDataContourLineInterpolator()
vtkPolyDataContourLineInterpolator::InterpolateLine
virtual int InterpolateLine(vtkRenderer *ren, vtkContourRepresentation *rep, int idx1, int idx2)=0
vtkPolyDataContourLineInterpolator
Contour interpolator for polygonal data.
Definition: vtkPolyDataContourLineInterpolator.h:35
VTKINTERACTIONWIDGETS_EXPORT
#define VTKINTERACTIONWIDGETS_EXPORT
Definition: vtkInteractionWidgetsModule.h:15
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
vtkPolyData
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:84
vtkPolyDataContourLineInterpolator::Polys
vtkPolyDataCollection * Polys
Definition: vtkPolyDataContourLineInterpolator.h:75
vtkContourLineInterpolator.h