------------------------------------------------------------------------------
| 200 | |
| 201 | //------------------------------------------------------------------------------ |
| 202 | vtkScalarsToColors* vtkResliceImageViewer::GetLookupTable() |
| 203 | { |
| 204 | if (vtkResliceCursorRepresentation* rep = vtkResliceCursorRepresentation::SafeDownCast( |
| 205 | this->ResliceCursorWidget->GetRepresentation())) |
| 206 | { |
| 207 | return rep->GetLookupTable(); |
| 208 | } |
| 209 | |
| 210 | return nullptr; |
| 211 | } |
| 212 | |
| 213 | //------------------------------------------------------------------------------ |
| 214 | void vtkResliceImageViewer::UpdateOrientation() |