MCPcopy Create free account
hub / github.com/MITK/MITK / RegisterService

Function RegisterService

Modules/CppMicroServices/include/usModuleContext.h:224–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 */
223 template<class S>
224 ServiceRegistration<S> RegisterService(S* service, const ServiceProperties& properties = ServiceProperties())
225 {
226 InterfaceMap servicePointers = MakeInterfaceMap<S>(service);
227 return RegisterService(servicePointers, properties);
228 }
229
230 /**
231 * \brief Registers the specified service object with the specified properties

Callers 13

RTPlanReaderServiceMethod · 0.85
RTDoseReaderServiceMethod · 0.85
RTPlanReaderMethod · 0.85
TestFileReaderServiceMethod · 0.85
PointSetWriterServiceMethod · 0.85
PointSetReaderServiceMethod · 0.85
ContourModelSetWriterMethod · 0.85
ContourModelWriterMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestFileReaderServiceMethod · 0.68