Go to the documentation of this file.
47 #ifndef vtkBandedPolyDataContourFilter_h
48 #define vtkBandedPolyDataContourFilter_h
50 #include "vtkFiltersModelingModule.h"
62 #define VTK_SCALAR_MODE_INDEX 0
63 #define VTK_SCALAR_MODE_VALUE 1
83 void SetValue(
int i,
double value);
84 double GetValue(
int i);
86 void GetValues(
double *contourValues);
87 void SetNumberOfContours(
int number);
88 int GetNumberOfContours();
89 void GenerateValues(
int numContours,
double range[2]);
90 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
113 vtkGetMacro(ScalarMode,
int);
139 vtkSetMacro(ClipTolerance,
double);
140 vtkGetMacro(ClipTolerance,
double);
148 vtkSetMacro(Component,
int);
149 vtkGetMacro(Component,
int);
170 int ComputeScalarIndex(
double);
171 int IsContourValue(
double val);
179 int ComputeClippedIndex(
double s);
180 int InsertNextScalar(
vtkFloatArray* scalars,
int cellId,
int idx);
represent and manipulate 3D points
double * GetValues()
Get a pointer to an array of contour values.
double * GetValues()
Return a pointer to a list of contour values.
int GetNumberOfContours()
Return the number of contours in the.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
represent and manipulate point attribute data
void SetScalarModeToIndex()
#define VTK_SCALAR_MODE_INDEX
dynamic, self-adjusting array of float
abstract superclass for arrays of numeric data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkTypeBool GenerateContourEdges
int GetNumberOfContours()
Get the number of contours in the list of contour values.
void SetScalarModeToValue()
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double GetValue(int i)
Get the ith contour value.
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)
Set the number of contours to place into the list.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
double GetValue(int i)
Get the ith contour value.
void SetValue(int i, double value)
Set the ith contour value.
vtkContourValues * ContourValues
double InternalClipTolerance
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetValue(int i, double value)
Methods to set / get contour values.
dynamic, self-adjusting array of double
generate filled contours for vtkPolyData
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
static vtkPolyDataAlgorithm * New()
#define VTK_SCALAR_MODE_VALUE
vtkTypeUInt32 vtkMTimeType
Superclass for algorithms that produce only polydata as output.