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

Method PointSetWriterService

Modules/Core/src/IO/mitkPointSetWriterService.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40const std::string mitk::PointSetWriterService::VERSION_STRING = "0.1";
41
42mitk::PointSetWriterService::PointSetWriterService()
43 : AbstractFileWriter(
44 PointSet::GetStaticNameOfClass(), CustomMimeType(IOMimeTypes::POINTSET_MIMETYPE()), "MITK Point Set Writer")
45{
46 RegisterService();
47}
48
49mitk::PointSetWriterService::PointSetWriterService(const mitk::PointSetWriterService &other) : AbstractFileWriter(other)
50{

Callers

nothing calls this directly

Calls 3

RegisterServiceFunction · 0.85
GetStaticNameOfClassFunction · 0.50
CustomMimeTypeClass · 0.50

Tested by

no test coverage detected