[Insight-developers] itkPointSet & BoundingBox
Luis Ibanez
luis.ibanez@kitware.com
Tue, 21 May 2002 13:30:25 -0400
Hi,
Following on the GetPointer() type of methods....
the itkPointSet class has a GetBoundingBox()
method returning a smart pointer.
The signature of this method in the PointSet
is now being changed to:
const BoundingBoxType * GetBoundingBox(void) const
Along the same lines, the itkBoundingBox class
itself has a GetBoundingBox() method that is returning
a raw pointer to coordinates. It looks like an:
itkArray< CoordType >
will be a better representation, and it could be returned
by references as it is done in the metrics and optimizers.
Does anybody see potential confilcts with these
changes ?
Thanks
Luis