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

Method SetNumberOfContours

Filters/HyperTree/vtkHyperTreeGridContour.h:255–258  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

253 * will automatically increase list size as needed.
254 */
255inline 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.

Calls

no outgoing calls