[Insight-users] base classes not declared when defining a new class

Matthew McCormick (thewtex) matt at mmmccormick.com
Fri Nov 28 18:21:31 EST 2008


On Wed, Nov 26, 2008 at 10:25 PM, Bill Lorensen <bill.lorensen at gmail.com>wrote:

> Matt,
>
> 1) You are missing a } to close the namespace in
> itkHammingWindowImageFilter.txx
> 2) You should #include <string> in the main program
> 3) When you reference stl string use std::string.
> 4) In itkHammingWIndowImageFIlter.txx, this->m_Window is not a pointer so
> the
> this->m_Window->SetSize(window_size) should be
> this->m_Window.SetSize(window_size) .
>
> Bill
>
>
>
> Huge thanks, Bill.  And thanks for your great work on the project.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20081128/9386b22e/attachment.htm>


More information about the Insight-users mailing list