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

Function SetNumberOfContours

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

139 * will automatically increase list size as needed.
140 */
141 void SetNumberOfContours(int number) { this->ContourValues->SetNumberOfContours(number); }
142
143 /**
144 * 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