[ITK-users] [ITK] storing images in a list
Timothee Evain
tevain at telecom-paristech.fr
Fri Jul 10 14:16:59 EDT 2015
Hello Emily,
With your example and a small png image, there nothing wrong for me, I'm able to compile and run without problems...
Are you sure this is the crashing part ? Are you sure you've updated the reader ?
Tim
----- Mail original -----
De: "Emily M Hammond" <emily-hammond at uiowa.edu>
À: "insight users" <insight-users at itk.org>
Envoyé: Vendredi 10 Juillet 2015 17:52:25
Objet: [ITK] [ITK-users] storing images in a list
Hello,
I am trying to store images in a list. Here is my code thus far.
std::list< LabelImageType::Pointer > lmImages;
std::list< LabelImageType::Pointer >::iterator it2 = lmImages.begin();
LabelImageType::Pointer image = reader->GetOutput();
std::cout << image << std::endl;
lmImages.insert(it2, image);
This code builds and complies, but I keep getting runtime errors when I try to insert image into the list.
Is there something inherent to image that prevents this from happening or is there a better way to do this?
Thanks!
Emily Hammond
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users
_______________________________________________
Community mailing list
Community at itk.org
http://public.kitware.com/mailman/listinfo/community
More information about the Insight-users
mailing list