[Insight-users] basic questions using ITK

Sergio Vera sergio.vera at alma3d.com
Tue Jun 15 03:53:17 EDT 2010


Try to find where the variables filter & resampler are defined...
As far as I remember. in VS if you right-click on a variable you can select
"go to declaration" or "go to definition" that should show to you the lines
where a variable has been declarated/defined.

regards

On Mon, Jun 14, 2010 at 8:54 PM, John Drescher <drescherjm at gmail.com> wrote:

> On Mon, Jun 14, 2010 at 2:41 PM, Tim Bhatnagar <tim.bhatnagar at gmail.com>
> wrote:
> > Hello,
> >
> > I'm starting to use ITK for the first time and I am also a relatively new
> > c++ programmer. I received a collection of files from a previous student
> and
> > I simply want to run that set of code, as is, with the input data that I
> > have generated. However, at this point, I am still debugging the code (I
> > don't know if the code ran fine for the previous user, but it's not
> working
> > for me).
> >
> > Long story short: I'm using Visual Studio 2008 PE, I've installed and
> built
> > ITK and the project files that I received from my predecessor. I am
> trying
> > to run the executable I generated and I get errors in a code routine in
> my
> > set, of the following nature:
> >
> > Error    5    error C2065: 'filter' : undeclared identifier
> > Error    7    error C2065: 'resampler' : undeclared identifier
> >
> > Now, my thinking is that I just need to include another library to make
> sure
> > these commands are covered... but which one? Am I on the right track?
> >
>
> No. filter and resampler would be variables that the other student
> created and not itk.
>
> John
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>



-- 
Sergio Vera

Alma IT Systems
C/ Vilana, 4B, 4º 1ª
08022 Barcelona
T. (+34) 932 380 592
www.alma3d.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100615/a5b91e77/attachment-0001.htm>


More information about the Insight-users mailing list