* Set a particular contour value at contour number i. The index i ranges * between 0<=i<NumberOfContours. */
| 216 | * between 0<=i<NumberOfContours. |
| 217 | */ |
| 218 | inline void vtkHyperTreeGridContour::SetValue(int i, double value) |
| 219 | { |
| 220 | this->ContourValues->SetValue(i, value); |
| 221 | } |
| 222 | |
| 223 | /** |
| 224 | * Get the ith contour value. |
no outgoing calls