<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Dear all,<br/></div><div><br/></div><div>I am very new to ITK and have a probably very simple question I could not find a clear answer for using google and the standard documentation (I also skipped through the Doxygen documentation, but I was not able to dive into the code as deep as the answer to my question would require :( ).<br/></div><div><br/></div><div>3D data typically requires large amounts of memory - in the orders of 100MB - 1000MB . It is typically not a good idea to allocate data ranges that large as a single big chunk of memory. So I wonder: If I set up a large 3D image with ITK - is the memory split up internally (like volume slices or whatever)? Or does ITK try to do something like (probably a bit oversimplified, but it should make clear what I mean) :<br/></div><div><br/></div><div>float *p = new p [1024*1024*1024];<br/></div><div><br/></div><div>?<br/></div><div><br/></div><div>Many thanks for clarification and best regards,<br/></div><div>Jakob<br/></div><div><br/></div></div>&nbsp;&nbsp;<br><br><table cellpadding="0" cellspacing="0" border="0"><tr><td style="font-family:verdana; font-size:12px; line-height:17px;border-top:1px solid #000000">Ihr WEB.DE Postfach immer dabei: die kostenlose WEB.DE Mail App f&uuml;r iPhone und Android.&nbsp;&nbsp;&nbsp;<br><a href="https://produkte.web.de/freemail_mobile_startseite/"><b>https://produkte.web.de/freemail_mobile_startseite/</b></a></td></tr></table>
</body></html>