fw4spl
Deprecated List
Class ctrlSelection::ImageUpdateAxis
This service will be removed
Class ctrlSelection::IManagerSrv
This should not be used
Class ctrlSelection::SAddField
Use SManage instead
Class ctrlSelection::updater::SObjFromSlot
The slots 'addOrSwap', 'swapObj' and 'removeIfPresent' should be replaced by 'add' or 'remove'.
Class fwData::Spline
This data is deprecated, use fwData::PointList instead
Member fwDataTools::helper::Field::removeField (const ::fwData::Object::FieldNameType &name)
use remove() instead
Member fwDataTools::helper::Field::setField (const ::fwData::Object::FieldNameType &name,::fwData::Object::sptr obj)
use addOrSwap() instead
Member fwMath::getRotationMatrix (const fwVec3d &_vecNorm)
The function implementation seems very dodgy, prefer ::glm::yawPitchRoll() or ::glm::orientate4()
Member fwMath::intersect (const fwLine &_line, const fwVec3d &_v1, const fwVec3d &_v2, const fwVec3d &_v3, fwVec3d &_point, fwVec3d &_barycentric, bool &_front)
This function was added for a specific purpose and will be removed in a future release.
Class fwRuntime::ConfigurationElement
use ::boost::property::ptree instead.
Member fwServices::add (::fwData::Object::sptr obj, const std::string &serviceType, const std::string &_implType, const std::string &_id="")
Use ::fwServices::add(srvImp, uid) instead.
Member fwServices::add (::fwData::Object::csptr obj, const std::string &_implType, const std::string &_id="")
Use ::fwServices::add(srvImp, uid) instead.
Member fwServices::get (::fwData::Object::sptr obj, std::string serviceType)
It will be removed in 20.0
Member fwServices::get (::fwData::Object::sptr obj)
It will be removed in 20.0
Class fwServices::IService
Swap the current object.
Member fwServices::IService::getObject ()

use getInput() or getInOut() instead

use getInput() or getInOut() instead

use getInput() or getInOut() instead

Member fwServices::IService::getObjSrvConnections () const
Use getAutoConnections() instead
Member fwServices::IService::swap (::fwData::Object::sptr _obj)
Use getAutoConnections() instead
Member fwServices::IService::swapping ()
use swapping(const KeyType& key) instead
Member fwServices::OSR::has (::fwData::Object::sptr obj, const std::string &srvType)
This method is deprecated
Member fwServices::OSR::registerService (::fwData::Object::sptr obj,::fwServices::IService::sptr service)
Use the new API: registerService(::fwData::Object::sptr obj, const ::fwServices::IService::KeyType& objKey, ::fwServices::IService::AccessType access, ::fwServices::IService::sptr service)
Member fwServices::OSR::swapService (::fwData::Object::sptr objDst,::fwServices::IService::sptr service)
Member fwServices::registry::ObjectService::getServices (::fwData::Object::sptr obj, const std::string &serviceType) const
This method will be removed in 20.0
Member fwServices::registry::ObjectService::getServices (::fwData::Object::sptr obj) const

This method will be removed in 20.0

This method will be removed in 20.0

This method will be removed in 20.0

Member fwServices::registry::ObjectService::swapService (::fwData::Object::sptr objDst,::fwServices::IService::sptr service)
Use service->swapKey(key, object)
Class gui::action::SDoNothing
use SDefault instead
Class guiQt::editor::DynamicView
This service will be replaced by the guiQt::editor::SDynamicView. The usage is similar, the main difference is that the SDinamicView service only manage Activities. In the configuration, you must replace the 'appConfig' tag by a 'mainActivity' tag, and create a simple Activity that launchs your appConfig.
Class ioData::SplineReaderService
This service will be removed
Class ioTuto::ExternalDataReaderService
This service is deprecated and will be removed
Class uiMeasurement::action::LoadLandmark
This service is deprecated and will be removed, use SReader to load the landmarks
Class uiMeasurement::action::SaveLandmark
This service is deprecated and will be removed, use SWriter to write the landmarks
Class uiMeasurement::action::ShowLandmark
This service is deprecated and will be removed.
Class uiMedDataQt::action::SInitNewSeries
This service is no longer supported and will be removed
Class uiMedDataQt::editor::SSeries
This service is no longer supported and will be removed
Class vtkCompositeMesh::RendererService
This service is deprecated.