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);
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 vtkGetMacro(name, type)
#define VTKFILTERSMODELING_EXPORT
dynamic, self-adjusting array of float
double InternalClipTolerance
#define vtkSetClampMacro(name, type, min, max)
GLsizei const GLfloat * value
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)
#define vtkTypeMacro(thisClass, superclass)
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
#define VTK_SCALAR_MODE_VALUE
void PrintSelf(ostream &os, vtkIndent indent)
GLfloat GLfloat GLfloat v2
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()
#define vtkBooleanMacro(name, type)
int GetNumberOfContours()
void SetValue(int i, double value)
represent and manipulate 3D points
#define vtkSetMacro(name, type)