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

Method GetColorLevel

Interaction/Image/vtkImageViewer2.cxx:433–436  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

431
432//------------------------------------------------------------------------------
433double vtkImageViewer2::GetColorLevel()
434{
435 return this->WindowLevel->GetLevel();
436}
437
438//------------------------------------------------------------------------------
439void vtkImageViewer2::SetColorWindow(double s)

Callers 10

StartWindowLevelMethod · 0.80
SetColorWindowMethod · 0.80
ExecuteMethod · 0.80
GetColorLevelFunction · 0.80
ExecuteMethod · 0.80
DeepCopyMethod · 0.80
MakeTextureDataMethod · 0.80
GetBackgroundColorMethod · 0.80

Calls 1

GetLevelMethod · 0.45

Tested by

no test coverage detected