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

Method SetValue

Filters/HyperTree/vtkHyperTreeGridContour.h:218–221  ·  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

216 * between 0<=i<NumberOfContours.
217 */
218inline void vtkHyperTreeGridContour::SetValue(int i, double value)
219{
220 this->ContourValues->SetValue(i, value);
221}
222
223/**
224 * Get the ith contour value.

Callers 15

RequestDataMethod · 0.45
GetShapeParametersMethod · 0.45
AppendMethod · 0.45
PixelizeImageMethod · 0.45
BuildTableMethod · 0.45
BuildPolygonsMethod · 0.45
DecimateEdgesMethod · 0.45
Rescale2DActorsMethod · 0.45
Shift2DActorsMethod · 0.45
Restore2DActorsMethod · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls