46 #ifndef __vtkBandedPolyDataContourFilter_h
47 #define __vtkBandedPolyDataContourFilter_h
60 #define VTK_SCALAR_MODE_INDEX 0
61 #define VTK_SCALAR_MODE_VALUE 1
77 void SetValue(
int i,
double value);
78 double GetValue(
int i);
80 void GetValues(
double *contourValues);
81 void SetNumberOfContours(
int number);
82 int GetNumberOfContours();
83 void GenerateValues(
int numContours,
double range[2]);
84 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
92 vtkSetMacro(Clipping,
int);
93 vtkGetMacro(Clipping,
int);
94 vtkBooleanMacro(Clipping,
int);
103 vtkGetMacro(ScalarMode,
int);
104 void SetScalarModeToIndex()
106 void SetScalarModeToValue()
115 vtkSetMacro(GenerateContourEdges,
int);
116 vtkGetMacro(GenerateContourEdges,
int);
117 vtkBooleanMacro(GenerateContourEdges,
int);
134 int ComputeScalarIndex(
double);
135 int IsContourValue(
double val);