<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0" class=" hasGoogleVoiceExt">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello,
<div><br>
</div>
<div>I am trying to store images in a list. Here is my code thus far.</div>
<div><br>
</div>
<div>
<div>std::list< LabelImageType::Pointer ><span class="Apple-tab-span" style="white-space:pre">
</span>lmImages;</div>
<div>std::list< LabelImageType::Pointer >::iterator it2 = lmImages.begin();</div>
</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span></div>
<div>LabelImageType::Pointer image = reader->GetOutput(); </div>
<div>std::cout << image << std::endl; </div>
<div><span style="font-size: 10pt;">lmImages.insert(it2, image);</span></div>
<div><br>
</div>
<div>This code builds and complies, but I keep getting runtime errors when I try to insert image into the list.</div>
<div><br>
</div>
<div>Is there something inherent to image that prevents this from happening or is there a better way to do this?</div>
<div><br>
</div>
<div>Thanks!</div>
<div>Emily Hammond</div>
</div>
</body>
</html>