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

Function GetColorWindow

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

@{ * Sets window/level for mapping pixels to colors. */

Source from the content-addressed store, hash-verified

77 * Sets window/level for mapping pixels to colors.
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); }

Callers

nothing calls this directly

Calls 1

GetColorWindowMethod · 0.80

Tested by

no test coverage detected