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

Function SetNumberOfContours

Filters/General/vtkDiscreteFlyingEdges2D.h:86–86  ·  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

84 * will automatically increase list size as needed.
85 */
86 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); }
87
88 /**
89 * Get the number of contours in the list of contour values.

Callers

nothing calls this directly

Calls 1

SetNumberOfContoursMethod · 0.45

Tested by

no test coverage detected