| 29 | } |
| 30 | |
| 31 | const char* mitk::ScalarListLookupTable::GetNameOfClass() const |
| 32 | { |
| 33 | return "ScalarListLookupTable"; |
| 34 | } |
| 35 | |
| 36 | void mitk::ScalarListLookupTable::SetTableValue(const KeyType& key, const ValueType& value) |
| 37 | { |
no outgoing calls
no test coverage detected