46 #ifndef vtkBandedPolyDataContourFilter_h
47 #define vtkBandedPolyDataContourFilter_h
61 #define VTK_SCALAR_MODE_INDEX 0
62 #define VTK_SCALAR_MODE_VALUE 1
78 void SetValue(
int i,
double value);
79 double GetValue(
int i);
81 void GetValues(
double *contourValues);
82 void SetNumberOfContours(
int number);
83 int GetNumberOfContours();
84 void GenerateValues(
int numContours,
double range[2]);
85 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
93 vtkSetMacro(Clipping,
int);
94 vtkGetMacro(Clipping,
int);
95 vtkBooleanMacro(Clipping,
int);
104 vtkGetMacro(ScalarMode,
int);
116 vtkSetMacro(GenerateContourEdges,
int);
117 vtkGetMacro(GenerateContourEdges,
int);
118 vtkBooleanMacro(GenerateContourEdges,
int);
126 vtkSetMacro(ClipTolerance,
double);
127 vtkGetMacro(ClipTolerance,
double);
144 int ComputeScalarIndex(
double);
145 int IsContourValue(
double val);
helper object to manage setting and generating contour values
vtkContourValues * ContourValues
represent and manipulate point attribute data
generate filled contours for vtkPolyData
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
void SetNumberOfContours(const int number)
#define VTKFILTERSMODELING_EXPORT
dynamic, self-adjusting array of float
double InternalClipTolerance
void GenerateValues(int numContours, double range[2])
void SetNumberOfContours(int number)
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetValue(int i, double value)
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
#define VTK_SCALAR_MODE_VALUE
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
virtual unsigned long GetMTime()
a simple class to control print indentation
abstract superclass for arrays of numeric data
#define VTK_SCALAR_MODE_INDEX
void SetScalarModeToValue()
void SetScalarModeToIndex()
object to represent cell connectivity
int GetNumberOfContours()
int GetNumberOfContours()
void SetValue(int i, double value)
represent and manipulate 3D points