------------------------------------------------------------------------------
| 243 | |
| 244 | //------------------------------------------------------------------------------ |
| 245 | void vtkResliceImageViewer::UpdateDisplayExtent() |
| 246 | { |
| 247 | // Only update the display extent in axis aligned mode |
| 248 | |
| 249 | if (this->ResliceMode == RESLICE_AXIS_ALIGNED) |
| 250 | { |
| 251 | this->Superclass::UpdateDisplayExtent(); |
| 252 | } |
| 253 | } |
| 254 | |
| 255 | //------------------------------------------------------------------------------ |
| 256 | void vtkResliceImageViewer::InstallPipeline() |
no outgoing calls
no test coverage detected