The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.
More...
|
class | BookmarkSrv |
| This service bookmark its object with the name given in configuration. More...
|
|
class | ImageUpdateAxis |
| This service updates a fwData::Float given in configuration with the image axis. More...
|
|
class | IManagerSrv |
| Base class for manager. A manager starts, stops or swaps services on object contained in a composite when it receives specific message. More...
|
|
class | IUpdaterSrv |
| An updater is use to register/unregister object in the OSR when it receives specific signals (declared in configuration). More...
|
|
class | IWrapperSrv |
| The purpose of this service is to wrap messages incoming to the object to new messages. More...
|
|
class | MedicalImageSrv |
| This service convert its attached image to a medical image by adding specific fields. More...
|
|
class | Plugin |
|
class | SAddField |
| Add one or several fields to an object. More...
|
|
class | SManage |
| This service manages an object (add/swap/remove) into a container object (composite, vector, seriesDB). More...
|
|
|
static::fwRuntime::utils::GenericExecutableFactoryRegistrar< Plugin > | registrar ("::ctrlSelection::Plugin") |
|
const ::fwServices::IService::KeyType | s_COMPOSITE_INOUT = "composite" |
|
const ::fwServices::IService::KeyType | s_VECTOR_INOUT = "vector" |
|
const ::fwServices::IService::KeyType | s_SERIESDB_INOUT = "seriesDB" |
|
const ::fwServices::IService::KeyType | s_FIELD_HOLDER_INOUT = "fieldHolder" |
|
const ::fwServices::IService::KeyType | s_OBJECT_INOUT = "object" |
|
The namespace ctrlSelection contains several interfaces for manager, updater and wrapper.