* Get the number of contours in the list of contour values. */
| 261 | * Get the number of contours in the list of contour values. |
| 262 | */ |
| 263 | inline vtkIdType vtkHyperTreeGridContour::GetNumberOfContours() |
| 264 | { |
| 265 | return this->ContourValues->GetNumberOfContours(); |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * Generate numContours equally spaced contour values between specified |
no outgoing calls
no test coverage detected