MCPcopy Create free account
hub / github.com/Kitware/VTK / UpdateDisplayExtent

Method UpdateDisplayExtent

Interaction/Image/vtkResliceImageViewer.cxx:245–253  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

243
244//------------------------------------------------------------------------------
245void 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//------------------------------------------------------------------------------
256void vtkResliceImageViewer::InstallPipeline()

Callers 2

SetInputDataMethod · 0.95
SetInputConnectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected