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

Method GetValue

Filters/Modeling/vtkBandedPolyDataContourFilter.h:189–192  ·  view source on GitHub ↗

* Get the ith contour value. */

Source from the content-addressed store, hash-verified

187 * Get the ith contour value.
188 */
189inline double vtkBandedPolyDataContourFilter::GetValue(int i)
190{
191 return this->ContourValues->GetValue(i);
192}
193
194/**
195 * Get a pointer to an array of contour values. There will be

Callers 15

IsInsideMethod · 0.45
IsInsideSurfaceMethod · 0.45
SamplePointsMethod · 0.45
SampleEdgeMethod · 0.45
SampleTriangleMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
GetClosestCellIdMethod · 0.45
FillMarksInRegionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected