Hi everybody,<br>
<br>
I try to write to write an image filter. For that, I need to use an
fixed array. So, I have include &quot;itkFixedArray.h&quot; and write in the
program:<br>
<br>
typedef FixedArray&lt;double, 2&gt; ArrayType;<br>
<br>
But it doesn't want to compile because of this simple line.<br>
<br>
The error is:<br>
<br>
home/gally/susan/itkFSLSusanImageFilterTest.cxx: In function `int main (int, char **)':<br>
/home/gally/susan/itkFSLSusanImageFilterTest.cxx:222: ISO C++ forbids declaration of `FixedArray' with<br>
no type<br>
/home/gally/susan/itkFSLSusanImageFilterTest.cxx:222: template-id `FixedArray&lt;double, 2&gt;' used as a<br>
declarator<br>
/home/gally/susan/itkFSLSusanImageFilterTest.cxx:222: parse error before `;'<br>
<br>
I don't really understand the problem. Don't I declared the fixed array in a good way??<br>
<br>
Thanks for advices,<br>
<br>
Regards,<br>
<br>
Franz<br>
<br>
<br>