| 102 | } |
| 103 | |
| 104 | vtkSmartPointer<vtkLookupTable> mitk::ColorBarAnnotation::GetLookupTable() const |
| 105 | { |
| 106 | mitk::LookupTable::Pointer lut = mitk::LookupTable::New(); |
| 107 | lut = dynamic_cast<mitk::LookupTableProperty *>(GetPropertyList()->GetProperty("ColorBarAnnotation.LookupTable")) |
| 108 | ->GetLookupTable(); |
| 109 | return lut->GetVtkLookupTable(); |
| 110 | } |
| 111 | |
| 112 | void mitk::ColorBarAnnotation::SetOrientation(int orientation) |
| 113 | { |