[Insight-developers] (no subject)

Will Schroeder will.schroeder@kitware.com
Thu, 15 Mar 2001 11:36:04 -0500


Hi Folks-

In my wanderings through the dashboard and into the source code it appears that DeformableMesh  needs some serious work. It was checked in about two weeks ago and the errors it is generating have yet to be addressed. The problems include:

* Style
   - not using m_ as in m_Resolution
   - indentation is whacked out

* Documentation
   - completely wrong, copied from FilterMeshToMesh (an old name anyway)

* Template parameters are bad...it's only using one of the to defined in itkMesh, which of course limits the classes flexibility and usefulness

* The use of pow() is causing compile errors because the types are ambiguous (i.e., an argument to the pow() may be integer...it needs to be cast to either float or double depending on the type of the first argument.

Please clean it up. Thanks.

Will