* Get a pointer to an array of contour values. There will be * GetNumberOfContours() values in the list. */
| 233 | * GetNumberOfContours() values in the list. |
| 234 | */ |
| 235 | inline double* vtkHyperTreeGridContour::GetValues() |
| 236 | { |
| 237 | return this->ContourValues->GetValues(); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * Fill a supplied list with contour values. There will be |
no outgoing calls
no test coverage detected