46#ifndef vtkContourValues_h
47#define vtkContourValues_h
49#include "vtkCommonMiscModule.h"
helper object to manage setting and generating contour values
double * GetValues()
Return a pointer to a list of contour values.
~vtkContourValues() override
void DeepCopy(vtkContourValues *other)
Copy contours.
int GetNumberOfContours()
Return the number of contours in the.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkContourValues * New()
Construct object with a single contour value at 0.0.
void GenerateValues(int numContours, double rangeStart, double rangeEnd)
Generate numContours equally spaced contour values between specified range.
vtkDoubleArray * Contours
void GenerateValues(int numContours, double range[2])
Generate numContours equally spaced contour values between specified range.
void SetNumberOfContours(const int number)
Set the number of contours to place into the list.
void SetValue(int i, double value)
Set the ith contour value.
double GetValue(int i)
Get the ith contour value.
void GetValues(double *contourValues)
Fill a supplied list with contour values.
dynamic, self-adjusting array of double
a simple class to control print indentation
abstract base class for most VTK objects