<div dir="ltr"><div><div><div><div>Hello,<br><br></div>Say that we have the following statements:<br><br>typedef itk::Image<double, 2>  FloatImageType;<br><br>void CreateF(FloatImageType::Pointer image)<br>{<br>...<br>
}<br><br></div>I know what :: means in the function. But, in this case, do we read it as follows?<br><br></div><i>class Pointer is a member of the class FloatImageType</i><br><br></div>Thanks.<br></div>