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

Method SetInValue

Imaging/Core/vtkImageThreshold.cxx:31–39  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

29
30//------------------------------------------------------------------------------
31void vtkImageThreshold::SetInValue(double val)
32{
33 if (val != this->InValue || this->ReplaceIn != 1)
34 {
35 this->InValue = val;
36 this->ReplaceIn = 1;
37 this->Modified();
38 }
39}
40
41//------------------------------------------------------------------------------
42void vtkImageThreshold::SetOutValue(double val)

Callers 15

ImportExportWithPipelineFunction · 0.45
ImportExportNoPipelineFunction · 0.45
__init__Method · 0.45
testThresholdMethod · 0.45
testAllMathematicsMethod · 0.45
testAllBlendsFloatMethod · 0.45
TestOpenClose3D.pyFile · 0.45

Calls 1

ModifiedMethod · 0.45

Tested by 7

ImportExportWithPipelineFunction · 0.36
ImportExportNoPipelineFunction · 0.36
__init__Method · 0.36
testThresholdMethod · 0.36
testAllMathematicsMethod · 0.36
testAllBlendsFloatMethod · 0.36