* Get the ith contour value. */
| 187 | * Get the ith contour value. |
| 188 | */ |
| 189 | inline double vtkBandedPolyDataContourFilter::GetValue(int i) |
| 190 | { |
| 191 | return this->ContourValues->GetValue(i); |
| 192 | } |
| 193 | |
| 194 | /** |
| 195 | * Get a pointer to an array of contour values. There will be |
no outgoing calls
no test coverage detected