@{ * Sets window/level for mapping pixels to colors. */
| 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); } |
nothing calls this directly
no test coverage detected