* Set a particular contour value at contour number i. The index i ranges * between 0<=i<NumberOfContours. */
| 114 | * between 0<=i<NumberOfContours. |
| 115 | */ |
| 116 | void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); } |
| 117 | |
| 118 | /** |
| 119 | * Get the ith contour value. |