| 452 | } |
| 453 | |
| 454 | void mitk::LookupTable::PrintSelf(std::ostream &os, itk::Indent indent) const |
| 455 | { |
| 456 | os << indent; |
| 457 | m_LookupTable->PrintHeader(os, vtkIndent()); |
| 458 | } |
| 459 | |
| 460 | void mitk::LookupTable::BuildGrayScaleLookupTable() |
| 461 | { |
nothing calls this directly
no test coverage detected