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

Method SetNumberOfContours

Filters/General/vtkImageMarchingCubes.h:193–196  ·  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

191 * will automatically increase list size as needed.
192 */
193inline void vtkImageMarchingCubes::SetNumberOfContours(int number)
194{
195 this->ContourValues->SetNumberOfContours(number);
196}
197
198/**
199 * Get the number of contours in the list of contour values.

Callers 7

SetNumberOfContoursFunction · 0.45
SetNumberOfContoursFunction · 0.45
SetNumberOfContoursFunction · 0.45
DataSetContourMethod · 0.45
ImageContourMethod · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected