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

Function SetValue

Filters/General/vtkDiscreteFlyingEdges3D.h:116–116  ·  view source on GitHub ↗

* Set a particular contour value at contour number i. The index i ranges * between 0<=i<NumberOfContours. */

Source from the content-addressed store, hash-verified

114 * between 0<=i<NumberOfContours.
115 */
116 void SetValue(int i, double value) { this->ContourValues->SetValue(i, value); }
117
118 /**
119 * Get the ith contour value.

Callers

nothing calls this directly

Calls 1

SetValueMethod · 0.45

Tested by

no test coverage detected