[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/insight-users/attachments/20140706/376740a0/attachment.html>
More information about the Insight-users
mailing list