[Insight-users] drawing a line
LaMoOsH ..
xlolla28x at hotmail.com
Thu Apr 21 15:16:31 EDT 2011
sorry about this,
i get this error when i add th eiterator to my pipeline.
if I dont add it, it built without errors, but when i run it, it breaks on the Get. line.
Date: Thu, 21 Apr 2011 14:39:30 -0400
Subject: Re: [Insight-users] drawing a line
From: daviddoria at gmail.com
To: xlolla28x at hotmail.com
CC: insight-users at itk.org
2011/4/21 LaMoOsH .. <xlolla28x at hotmail.com>
hi,
great ! it was built. I didnt create a new image, just added the pointer to my image .
But now , i cant debug this
it breaks on
std::cout <<(float)iterator.Get() << std::endl;
why?
and I cant add image to my pipeline
when i add it i get this error
error C2039: 'SetInput' : is not a member of 'itk::Image<TPixel,VImageDimension>
thanks
error C2039: 'SetInput' : is not a member of 'itk::Image<TPixel,VImageDimension>
SetInput is indeed not a member of itkImage
You have not shown us the correct line - the error is not complaining about the call to .Get().
I suggest you look through some of the basic examples here:http://www.vtk.org/Wiki/ITK/Examples
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110421/7e533438/attachment.htm>
More information about the Insight-users
mailing list