| 267 | } |
| 268 | |
| 269 | void mitk::LookupTable::GetColor(double value, double rgb[3]) |
| 270 | { |
| 271 | this->GetVtkLookupTable()->GetColor(value, rgb); |
| 272 | } |
| 273 | |
| 274 | void mitk::LookupTable::GetTableValue(int index, double rgba[4]) |
| 275 | { |
nothing calls this directly
no test coverage detected