Go to the documentation of this file.
27 #ifndef vtkContourValues_h
28 #define vtkContourValues_h
30 #include "vtkCommonMiscModule.h"
double * GetValues()
Return a pointer to a list of contour values.
int GetNumberOfContours()
Return the number of contours in the.
static vtkContourValues * New()
Construct object with a single contour value at 0.0.
abstract base class for most VTK objects
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
helper object to manage setting and generating contour values
~vtkContourValues() override
a simple class to control print indentation
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.
dynamic, self-adjusting array of double
void GetValues(double *contourValues)
Fill a supplied list with contour values.
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.