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

Method GetValue

Filters/HyperTree/vtkHyperTreeGridContour.h:226–229  ·  view source on GitHub ↗

* Get the ith contour value. */

Source from the content-addressed store, hash-verified

224 * Get the ith contour value.
225 */
226inline double vtkHyperTreeGridContour::GetValue(int i)
227{
228 return this->ContourValues->GetValue(i);
229}
230
231/**
232 * Get a pointer to an array of contour values. There will be

Callers 15

GetParameterisedShapeMethod · 0.45
GetShapeParametersMethod · 0.45
GetModesRequiredForMethod · 0.45
GeneratePolygonsMethod · 0.45
SmoothEdgesMethod · 0.45
DecimateEdgesMethod · 0.45
Rescale2DActorsMethod · 0.45
Shift2DActorsMethod · 0.45
Restore2DActorsMethod · 0.45
ProcessLeaf1DMethod · 0.45
ProcessLeaf2DMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected