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

Method SetValue

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

154 * between 0<=i<NumberOfContours.
155 */
156inline void vtkImageMarchingCubes::SetValue(int i, double value)
157{
158 this->ContourValues->SetValue(i, value);
159}
160
161/**
162 * Get the ith contour value.

Callers 15

operator()Method · 0.45
SetValueFunction · 0.45
RequestDataMethod · 0.45
SetValueFunction · 0.45
SetValueFunction · 0.45
ColorLevelMethod · 0.45
MarkPointsMethod · 0.45
RequestDataMethod · 0.45
ClipDataSetMethod · 0.45
ReduceMethod · 0.45
DataSetContourMethod · 0.45

Calls

no outgoing calls

Tested by 15

RequestDataMethod · 0.36
RequestDataMethod · 0.36
RequestDataMethod · 0.36
test_clipMethod · 0.36
test_tablebasedclipMethod · 0.36
arrayFromListFunction · 0.36
TestContourTriangulatorFunction · 0.36
MonotonicValuesFunction · 0.36
TestChangingScalarsFunction · 0.36
TestHOStableClipFunction · 0.36
MakeDummyGridFunction · 0.36