Hi everyone,
I am just wondering why the following line on itkCellInterface.h (line
182)is replaced, it makes me a bit unclear about garbage collection and
hence leaks
//itkNewMacro(Self);
static Pointer New(void) { return new Self; }
Thanks
Leila