- Group Geometry
- For ITK rev. 3.8 and earlier: Converting coordinates from the ITK physical coordinate system (which did not support rotated images for ITK v3.8 and earlier) to the MITK world coordinate system should be performed via the Geometry3D of the Image, see Geometry3D::WorldToItkPhysicalPoint.
- Member mitk::DataNode::GetVtkTransform (int t=0) const
- use GetData()->GetGeometry()->GetVtkTransform() instead
- Member QwtPlot::clear ()
- Use QwtPlotDeict::detachItems instead
- Class QwtPlotPrintFilter
- In Qwt 5.0 the design of QwtPlot allows/recommends writing individual QwtPlotItems, that are not known to QwtPlotPrintFilter. So this concept is outdated and QwtPlotPrintFilter will be removed/replaced in Qwt 6.x.
- Class QwtRect
- Use QwtClipper instead.
- Member TiXmlHandle::Element () const
- use ToElement. Return the handle as a TiXmlElement. This may return null.
- Member TiXmlHandle::Node () const
- use ToNode. Return the handle as a TiXmlNode. This may return null.
- Member TiXmlHandle::Text () const
- use ToText() Return the handle as a TiXmlText. This may return null.
- Member TiXmlHandle::Unknown () const
- use ToUnknown() Return the handle as a TiXmlUnknown. This may return null.