[vtkusers] vtkResliceImageViewer::SetInputData() slow when executed after vtkDICOMImageReader::Update()

ochampao ochampao at hotmail.com
Tue Feb 13 09:12:03 EST 2018


This is the warning:

"ERROR: In <_home_>\VTK-8.1.0\Interaction\Image\vtkResliceImageViewer.cxx,
line 469 vtkResliceImageViewer (000001906F8079A0): Use SetInputData
instead."

The message stems from from vtkResliceImageViewer.cxx (lines 466-472):

//----------------------------------------------------------------------------
void vtkResliceImageViewer::SetInputConnection(vtkAlgorithmOutput* input)
{
  vtkErrorMacro( << "Use SetInputData instead. " );
  this->WindowLevel->SetInputConnection(input);
  this->UpdateDisplayExtent();
}
//----------------------------------------------------------------------------




--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list