<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I noticed that when we want to use "New()" in itk with some type, we use "Pointer" with that type. Like for instance:<br><br></div>SomeType::Pointer st = SomeType::New();<br><br></div>In "itk", is this always the case? Is it because in order to access the "functions" with a a type in itk, this can only be done through pointers?<br><br></div>Thanks.<br></div>