<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=big5>
<STYLE></STYLE>

<META content="MSHTML 6.00.5730.11" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 10pt; COLOR: #000000; PADDING-TOP: 15px; FONT-FAMILY: Arial" 
bgColor=#ffffff leftMargin=0 topMargin=0 CanvasTabStop="true" acc_role="text" 
name="Compose message area">
<DIV>Dear experts</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am trying to&nbsp;use itkArray (ITK 3.0.1) inside a class member function 
as below:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;unsigned int ParametersDimension = 100;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;typedef Array&lt;unsigned int&gt; 
CountType;<BR>&nbsp;&nbsp;&nbsp;&nbsp;CountType derivative_count = CountType( 
ParametersDimension );<BR>&nbsp;&nbsp;&nbsp;&nbsp;derivative_count.Fill( 
NumericTraits&lt;ITK_TYPENAME CountType::ValueType&gt;::Zero );<BR></DIV>
<DIV>However the program crash with the following error at the end of the 
function at runtime in Visual&nbsp;C++ 2003 Debug mode:</DIV>
<DIV>&nbsp;&nbsp;watershed.exe!vnl_c_vector&lt;unsigned 
int&gt;::deallocate(unsigned int * p=0x019cc998, int n=360)&nbsp; Line 468 + 
0xf&nbsp;C++<BR>&nbsp;&nbsp;watershed.exe!vnl_vector&lt;unsigned 
int&gt;::destroy()&nbsp; Line 282 + 
0x12&nbsp;C++<BR>&nbsp;&nbsp;watershed.exe!vnl_vector&lt;unsigned 
int&gt;::~vnl_vector&lt;unsigned int&gt;()&nbsp; Line 
275&nbsp;C++<BR>&nbsp;&nbsp;watershed.exe!itk::Array&lt;unsigned 
int&gt;::~Array&lt;unsigned int&gt;()&nbsp; Line 73 + 0x8&nbsp;C++<BR></DIV>
<DIV>I am wondering if I am missing something obvious or if something is out of 
whack here.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks =)</DIV>
<DIV>Albert</DIV></BODY></HTML>