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

Method SetValue

Filters/Generic/vtkGenericCutter.cxx:72–75  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: 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

70// Set a particular contour value at contour number i. The index i ranges
71// between 0<=i<NumberOfContours.
72void vtkGenericCutter::SetValue(int i, double value)
73{
74 this->ContourValues->SetValue(i, value);
75}
76
77//------------------------------------------------------------------------------
78// Description:

Callers 15

ProcessMethod · 0.45
SplitCellMethod · 0.45
RequestDataMethod · 0.45
RecordEdgeFlagFunction · 0.45
RequestDataMethod · 0.45
rectGrid.pyFile · 0.45
add_ghost_cellsFunction · 0.45
testContourMethod · 0.45

Calls

no outgoing calls

Tested by 11

testLinearDuplicateMethod · 0.36
testLinearHiddenMethod · 0.36
testNonLinearHiddenMethod · 0.36
BlankGridFunction · 0.36
AttachPointFlagsArrayFunction · 0.36
AttachCellFlagsArrayFunction · 0.36
TestGenericCutterFunction · 0.36
TestGenericContourFilterFunction · 0.36
TestGenericClipFunction · 0.36