* 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. */
| 253 | * will automatically increase list size as needed. |
| 254 | */ |
| 255 | inline void vtkHyperTreeGridContour::SetNumberOfContours(int number) |
| 256 | { |
| 257 | this->ContourValues->SetNumberOfContours(number); |
| 258 | } |
| 259 | |
| 260 | /** |
| 261 | * Get the number of contours in the list of contour values. |
no outgoing calls