[IGSTK-Developers] igstkViewer error

Julien Jomier jjomier at cs.unc.edu
Fri Dec 16 11:47:16 EST 2005


Andinet,

I'm getting the following errors when compiling IGSTK from CVS (MSVC 6)

E:\Workspace\IGSTK\Source\igstkView.cxx(614) : error C2660: 
'GetOutputPort' : function does not take 0 parameters
E:\Workspace\IGSTK\Source\igstkView.cxx(614) : error C2660: 
'SetInputConnection' : function does not take 1 parameters
E:\Workspace\IGSTK\Source\igstkView.cxx(622) : error C2660: 
'SetInputConnection' : function does not take 1 parameters

The line is:
writer->SetInputConnection( windowToImageFilter->GetOutputPort() );

I'm wondering why this line is not implemented as:

    writer->SetInput(windowToImageFilter->GetOutput());

I'm using VTK 4.5.0. What is the current recommended VTK version to 
build IGSTK?

This error doesn't show up on the dashboard...

Thanks a lot,

Julien (back to coding IGSTK!)




More information about the IGSTK-Developers mailing list