[Insight-developers] itkNodeContainer and NodeContainer type

Julien Jomier jjomier at cs.unc.edu
Fri, 19 Mar 2004 19:44:40 -0500


> Sent: Friday, March 19, 2004 2:26 PM

In the meantime I changed my mind and will rename the itkNodeContainer to
itkTreeNode according to Luis's suggestion.

Julien

> -----Original Message-----
> From: insight-developers-admin at itk.org 
> [mailto:insight-developers-admin at itk.org] On Behalf Of Julien Jomier
> Sent: Friday, March 19, 2004 2:26 PM
> To: 'Insight-Developers'
> Subject: [Insight-developers] itkNodeContainer and NodeContainer type
> 
> 
> Hi all,
> 
> I'm creating an itkTreeContainer and itkNodeContainer classes 
> to better support SpatialObjects. 
> I'm having an issue with some of the existing classes because 
> NodeContainer is already defined as a type (in itkLevelSet.h 
> for instance). I plan to rename this type to 
> NodeContainerType to avoid de confusion. Do you see any 
> possible problems with this renaming?
> 
> Moreover, I noticed that the wraping file 
> wrap_itkLevelSet.cxx has the following lines:
> 
> ITK_WRAP_OBJECT2(VectorContainer, unsigned int, 
> itkLevelSetNodeF2, itkNodeContainerF2);
> 
> should this be now:
> 
> ITK_WRAP_OBJECT2(VectorContainer, unsigned int, 
> itkLevelSetNodeF2, itkNodeContainerTypeF2);
> 
> ?
> 
> Thanks for the help,
> 
> Julien
> 
> _______________________________________________
> Insight-developers mailing list
> Insight-developers at itk.org 
> http://www.itk.org/mailman/listinfo/insight-> developers
>