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

Function GetColorLevel

Interaction/Image/vtkImageViewer.h:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 */
79 double GetColorWindow() { return this->ImageMapper->GetColorWindow(); }
80 double GetColorLevel() { return this->ImageMapper->GetColorLevel(); }
81 void SetColorWindow(double s) { this->ImageMapper->SetColorWindow(s); }
82 void SetColorLevel(double s) { this->ImageMapper->SetColorLevel(s); }
83 ///@}

Callers

nothing calls this directly

Calls 1

GetColorLevelMethod · 0.80

Tested by

no test coverage detected