[Insight-developers] ImageDuplicator documentation

Bill Lorensen bill.lorensen at gmail.com
Sat Oct 23 16:30:02 EDT 2010


Sounds good. Push to gerrit for review.

On Sat, Oct 23, 2010 at 2:18 PM, David Doria <daviddoria at gmail.com> wrote:
> I believe the illustrative code here:
> http://www.itk.org/Doxygen316/html/classitk_1_1ImageDuplicator.html#_details
> is incorrect.
> 1) I don't know if it is standard to assume the itk namespace has been
> "used", so I would change
> typedef ImageDuplicator< ImageType > DuplicatorType;
> to
> typedef itk::ImageDuplicator< ImageType > DuplicatorType;
> 2) More importantly,
> duplicator->SetInput();
> must be changed to:
> duplicator->SetInputImage(image);
> If I can get a verification I'll (try to :) ) push the change.
> Thanks,
>
> David
>
> _______________________________________________
> 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://kitware.com/products/protraining.html
>
> 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://www.itk.org/mailman/listinfo/insight-developers
>
>


More information about the Insight-developers mailing list