* Get the ith contour value. */
| 224 | * Get the ith contour value. |
| 225 | */ |
| 226 | inline double vtkHyperTreeGridContour::GetValue(int i) |
| 227 | { |
| 228 | return this->ContourValues->GetValue(i); |
| 229 | } |
| 230 | |
| 231 | /** |
| 232 | * Get a pointer to an array of contour values. There will be |
no outgoing calls
no test coverage detected