Hi mitk-users,
In the classes Geometry3D, PlaneGeometry3D and AbstractTransformGeometry some
functions have been marked as deprecated:
void Geometry3D::WorldToIndex(const mitk::Point3D& atPt3d_mm, const
mitk::Vector3D& vec_mm, mitk::Vector3D& vec_units) const;
void Geometry3D::IndexToWorld(const mitk::Point3D& atPt3d_units, const
mitk::Vector3D& vec_units, mitk::Vector3D& vec_mm) const;
virtual void Geometry3D::BackTransform(const mitk::Point3D& at, const
mitk::Vector3D& in, mitk::Vector3D& out) const;
virtual void AbstractTransformGeometry::WorldToIndex(const mitk::Point2D
&atPt2d_mm, const mitk::Vector2D &vec_mm, mitk::Vector2D &vec_units) const;
virtual void AbstractTransformGeometry::IndexToWorld(const mitk::Point2D
&atPt2d_units, const mitk::Vector2D &vec_units, mitk::Vector2D &vec_mm) const;
virtual void PlaneGeometry::IndexToWorld(const mitk::Point2D &atPt2d_untis,
const mitk::Vector2D &vec_units, mitk::Vector2D &vec_mm) const;
virtual void PlaneGeometry::WorldToIndex(const mitk::Point2D &atPt2d_mm, const
mitk::Vector2D &vec_mm, mitk::Vector2D &vec_units) const;
These functions had an unused parameter. We declared them as deprecated and
created a new version of these functions without the unused parameter. The
deprecated functions call their non-deprecated pendant and give out a
deprecated-warning on the console
If you are using the deprecated function, please switch to the non-deprecated
pendant function.
(For more information, please see bug 7619 in mitk bugzilla
http://bugs.mitk.org/show_bug.cgi?id=7619)
Regards,
Fetzer, Graser
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users