* Set the number of contours to place into the list. You only really * need to use this method to reduce list size. The method SetValue() * will automatically increase list size as needed. */
| 84 | * will automatically increase list size as needed. |
| 85 | */ |
| 86 | void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } |
| 87 | |
| 88 | /** |
| 89 | * Get the number of contours in the list of contour values. |
nothing calls this directly
no test coverage detected