* Get a pointer to an array of contour values. There will be * GetNumberOfContours() values in the list. */
| 86 | * GetNumberOfContours() values in the list. |
| 87 | */ |
| 88 | double* GetValues() { return this->ContourValues->GetValues(); } |
| 89 | |
| 90 | /** |
| 91 | * Fill a supplied list with contour values. There will be |