* Get a pointer to an array of contour values. There will be * GetNumberOfContours() values in the list. */
| 171 | * GetNumberOfContours() values in the list. |
| 172 | */ |
| 173 | inline double* vtkImageMarchingCubes::GetValues() |
| 174 | { |
| 175 | return this->ContourValues->GetValues(); |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * Fill a supplied list with contour values. There will be |
no outgoing calls
no test coverage detected