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

Method SetValue

Filters/Modeling/vtkBandedPolyDataContourFilter.h:181–184  ·  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

179 * between 0<=i<NumberOfContours.
180 */
181inline void vtkBandedPolyDataContourFilter::SetValue(int i, double value)
182{
183 this->ContourValues->SetValue(i, value);
184}
185
186/**
187 * Get the ith contour value.

Callers 10

RequestDataMethod · 0.45
RequestDataMethod · 0.45
FillMarksInRegionMethod · 0.45
camera.pyFile · 0.45
HyperScalarBar.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected