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

Method SceneFileReader

Modules/SceneSerialization/autoload/IO/mitkSceneFileReader.cpp:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace mitk
23{
24 SceneFileReader::SceneFileReader() : AbstractFileReader()
25 {
26 CustomMimeType mimeType(IOMimeTypes::DEFAULT_BASE_NAME() + ".scene");
27 mimeType.SetComment("MITK Scene Files");
28 mimeType.SetCategory("MITK Scenes");
29 mimeType.AddExtension("mitk");
30
31 this->SetDescription("MITK Scene Reader");
32 this->SetMimeType(mimeType);
33
34 this->RegisterService();
35 }
36
37 DataStorage::SetOfObjects::Pointer SceneFileReader::Read(DataStorage &ds)
38 {

Callers

nothing calls this directly

Calls 6

SetCommentMethod · 0.80
SetCategoryMethod · 0.80
AddExtensionMethod · 0.45
SetDescriptionMethod · 0.45
SetMimeTypeMethod · 0.45
RegisterServiceMethod · 0.45

Tested by

no test coverage detected