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

Method GeometryDataWriterService

Modules/Core/src/IO/mitkGeometryDataWriterService.cpp:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include <mitkLocaleSwitch.h>
21
22mitk::GeometryDataWriterService::GeometryDataWriterService()
23 : AbstractFileWriter(
24 GeometryData::GetStaticNameOfClass(), IOMimeTypes::GEOMETRY_DATA_MIMETYPE(), "MITK Geometry Data Writer")
25{
26 RegisterService();
27}
28
29mitk::GeometryDataWriterService::GeometryDataWriterService(const mitk::GeometryDataWriterService &other)
30 : AbstractFileWriter(other)

Callers

nothing calls this directly

Calls 2

RegisterServiceFunction · 0.85
GetStaticNameOfClassFunction · 0.50

Tested by

no test coverage detected