* 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. */
| 139 | * will automatically increase list size as needed. |
| 140 | */ |
| 141 | void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); } |
| 142 | |
| 143 | /** |
| 144 | * Get the number of contours in the list of contour values. |
nothing calls this directly
no test coverage detected