Go to the documentation of this file.
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);
represent and manipulate 3D points
GLfloat GLfloat GLfloat v2
int GetNumberOfContours()
void GenerateValues(int numContours, double range[2])
int IsContourValue(double val)
represent and manipulate point attribute data
void SetScalarModeToIndex()
#define VTK_SCALAR_MODE_INDEX
dynamic, self-adjusting array of float
#define vtkTypeMacro(thisClass, superclass)
abstract superclass for arrays of numeric data
int GetNumberOfContours()
#define vtkSetClampMacro(name, type, min, max)
GLsizei const GLfloat * value
void SetScalarModeToValue()
helper object to manage setting and generating contour values
a simple class to control print indentation
object to represent cell connectivity
void SetNumberOfContours(int number)
void GenerateValues(int numContours, double range[2])
void SetValue(int i, double value)
vtkBandedPolyDataContourFilter()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkGetMacro(name, type)
static vtkBandedPolyDataContourFilter * New()
vtkContourValues * ContourValues
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
double InternalClipTolerance
~vtkBandedPolyDataContourFilter()
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetValue(int i, double value)
int ClipEdge(int v1, int v2, vtkPoints *pts, vtkDataArray *inScalars, vtkDoubleArray *outScalars, vtkPointData *inPD, vtkPointData *outPD)
#define VTKFILTERSMODELING_EXPORT
dynamic, self-adjusting array of double
generate filled contours for vtkPolyData
vtkPolyData * GetContourEdgesOutput()
int InsertCell(vtkCellArray *cells, int npts, vtkIdType *pts, int cellId, double s, vtkFloatArray *newS)
void SetNumberOfContours(const int number)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int ComputeScalarIndex(double)
#define VTK_SCALAR_MODE_VALUE
Superclass for algorithms that produce only polydata as output.