[ITK-users] What does this statement mean?

vincent ngai vincent.ngai at gmail.com
Sun Jul 6 22:36:15 EDT 2014


Hi, It reads as: Pointer is a type scoped within FloatImageType, it simply
means Pointer is something(in this case type) found within FloatImageType.
Members usually refers to variables or functions.


On Sun, Jul 6, 2014 at 11:05 PM, stack overflow <
stackoverflowabder at gmail.com> wrote:

> Hello,
>
> Say that we have the following statements:
>
> typedef itk::Image<double, 2>  FloatImageType;
>
> void CreateF(FloatImageType::Pointer image)
> {
> ...
> }
>
> I know what :: means in the function. But, in this case, do we read it as
> follows?
>
> *class Pointer is a member of the class FloatImageType*
>
> Thanks.
>
> _____________________________________
> 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
>
>


-- 
Regards,
Vincent
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20140707/66b6a008/attachment.html>


More information about the Insight-users mailing list