MCPcopy Create free account
hub / github.com/Kitware/VTK / GetNumberOfContours

Method GetNumberOfContours

Filters/HyperTree/vtkHyperTreeGridContour.h:263–266  ·  view source on GitHub ↗

* Get the number of contours in the list of contour values. */

Source from the content-addressed store, hash-verified

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

Callers 5

ProcessTreesMethod · 0.95
operator()Method · 0.45
ReplaceWithIndexedArrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected