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

Method GetValue

Filters/Generic/vtkGenericCutter.cxx:80–83  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Get the ith contour value.

Source from the content-addressed store, hash-verified

78// Description:
79// Get the ith contour value.
80double vtkGenericCutter::GetValue(int i)
81{
82 return this->ContourValues->GetValue(i);
83}
84
85//------------------------------------------------------------------------------
86// Description:

Callers 14

InsertQuadInHashMethod · 0.45
InsertTriInHashMethod · 0.45
ExtractSurfaceMethod · 0.45
RecordEdgeFlagFunction · 0.45
RequestDataMethod · 0.45
rnumsMethod · 0.45
geomFilter.pyFile · 0.45

Calls

no outgoing calls

Tested by 1