[ITK] [ITK-users] What does this statement mean?
stack overflow
stackoverflowabder at gmail.com
Sun Jul 6 11:05:06 EDT 2014
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140706/376740a0/attachment-0001.html>
-------------- next part --------------
_____________________________________
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
More information about the Community
mailing list