32 #ifndef vtkBandedPolyDataContourFilter_h
33 #define vtkBandedPolyDataContourFilter_h
35 #include "vtkFiltersModelingModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
47 struct vtkBandedPolyDataContourFilterInternals;
49 #define VTK_SCALAR_MODE_INDEX 0
50 #define VTK_SCALAR_MODE_VALUE 1
70 void SetValue(
int i,
double value);
71 double GetValue(
int i);
73 void GetValues(
double* contourValues);
74 void SetNumberOfContours(
int number);
76 void GenerateValues(
int numContours,
double range[2]);
77 void GenerateValues(
int numContours,
double rangeStart,
double rangeEnd);
100 vtkGetMacro(ScalarMode,
int);
114 vtkBooleanMacro(GenerateContourEdges,
vtkTypeBool);
124 vtkSetMacro(ClipTolerance,
double);
125 vtkGetMacro(ClipTolerance,
double);
133 vtkSetMacro(Component,
int);
134 vtkGetMacro(Component,
int);
161 int ComputeClippedIndex(
double s);
162 int InsertNextScalar(
vtkFloatArray* scalars,
int cellId,
int idx);
248 int numContours,
double rangeStart,
double rangeEnd)
253 VTK_ABI_NAMESPACE_END
vtkSmartPointer< vtkContourValues > ContourValues
represent and manipulate point attribute data
generate filled contours for vtkPolyData
vtkTypeUInt32 vtkMTimeType
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
dynamic, self-adjusting array of float
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
void SetNumberOfContours(int number)
Set the number of contours to place into the list.
concrete dataset represents vertices, lines, polygons, and triangle strips
double GetValue(int i)
Get the ith contour value.
double GetValue(int i)
Get the ith contour value.
void SetValue(int i, double value)
Methods to set / get contour values.
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
#define VTK_SCALAR_MODE_VALUE
double * GetValues()
Return a pointer to a list of contour values.
Superclass for algorithms that produce only polydata as output.
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
a simple class to control print indentation
abstract superclass for arrays of numeric data
virtual vtkMTimeType GetMTime()
Return this object's modified time.
double * GetValues()
Get a pointer to an array of contour values.
vtkIdType GetNumberOfContours()
Get the number of contours in the list of contour values.
vtkBandedPolyDataContourFilterInternals * Internal
#define VTK_SCALAR_MODE_INDEX
void SetScalarModeToValue()
Control whether the cell scalars are output as an integer index or a scalar value.
void SetScalarModeToIndex()
Control whether the cell scalars are output as an integer index or a scalar value.
vtkTypeBool GenerateContourEdges
object to represent cell connectivity
int GetNumberOfContours()
Return the number of contours in the.
void SetValue(int i, double value)
Set the ith contour value.
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetNumberOfContours(int number)
Set the number of contours to place into the list.