* Set a particular contour value at contour number i. The index i ranges * between 0<=i<NumberOfContours. */
| 59 | * between 0<=i<NumberOfContours. |
| 60 | */ |
| 61 | void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } |
| 62 | |
| 63 | /** |
| 64 | * Get the ith contour value. |