[ITK-users] Pointers and New()
Abdul Abdul
abdul.sw84 at gmail.com
Fri Oct 24 05:54:53 EDT 2014
Hello,
I noticed that when we want to use "New()" in itk with some type, we use
"Pointer" with that type. Like for instance:
SomeType::Pointer st = SomeType::New();
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?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20141024/6650cadb/attachment.html>
More information about the Insight-users
mailing list