[Insight-users] problem allocating an image

David Doria daviddoria at gmail.com
Wed Jun 15 19:49:01 EDT 2011


On Wed, Jun 15, 2011 at 7:48 PM, David Doria <daviddoria at gmail.com> wrote:

> On Wed, Jun 15, 2011 at 7:39 PM, john smith <mkitkinsightuser at gmail.com>wrote:
>
>> Well I have fixed the copy paste bug but still I get an exception.I have
>> done the same think using the iterator, but still I want to solve the
>> problem in that way if somebody could help me. When I debug my program the
>> breakpoint is stucked to this point of itkImage.h
>>
>>   void SetRegions(RegionType region)
>>     {
>>     this->SetLargestPossibleRegion(region);
>>     this->SetBufferedRegion(region);
>>     this->SetRequestedRegion(region);
>>     };
>>
>> I hope someone could help
>
>
With things this small, I suggest posting compilable examples. What is
size_x, size_y, etc?

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110615/6281a257/attachment.htm>


More information about the Insight-users mailing list