[IGSTK-Users] PointData and CellData accessible in MeshObject ?

Vincent Gratsac vincent.gratsac at irisa.fr
Fri Jul 3 05:16:23 EDT 2009


Hi all,

I want to store PointData in a MeshObject as it is possible to do with 
the corresponding itk object itk::Mesh.
Unfortunately, it is not possible to inherit the MeshObject class 
because the internal itk::Mesh object is store as a private member.
So currently, it seems that the only way to do this is to locally modify 
the igstkMeshObject file in order to make accessible PointData (and 
CellData) of the internal itk::Mesh object from the igstk::MeshObject class.

Does anyone know another way to do it ? If the answer is no, do you plan 
to make this parameters accessible from the igstk::MeshObject class ?

Thank you,

Vincent



More information about the IGSTK-Users mailing list