<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
<link href="chrome://translator/skin/floatingPanel.css"
type="text/css" rel="stylesheet">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
to enable using itkLabelGeometryImageFilter in a loop m_AllLabels
and m_LabelGeometryMapper have to be initialized prior to the loop
"while ( !labelIt.IsAtEnd() ) { ... }" (line 210 in
itkLabelGeometryImageFilter.hxx):<br>
<br>
m_AllLabels.clear()<br>
m_LabelGeometryMapper.clear();<br>
<br>
How would this fix find its way into ITK?<br>
<br>
Christina Roßmanith<br>
<br>
<div style="bottom: auto; left: 44px; right: auto; top: 65px;
display: none;" class="translator-theme-default"
id="translator-floating-panel">
<div title="Zum übersetzen klicken"
id="translator-floating-panel-button"></div>
</div>
</body>
</html>