13 #ifndef TubeGraphObjectFactory_H_INCLUDED 14 #define TubeGraphObjectFactory_H_INCLUDED 26 itkFactorylessNewMacro(
Self);
31 const char *GetFileExtensions()
override;
33 const char *GetSaveFileExtensions()
override;
35 void RegisterIOFactories();
41 void CreateFileExtensionsMap();
43 std::string m_ExternalFileExtensions;
44 std::string m_InternalFileExtensions;
45 std::string m_SaveFileExtensions;
#define MITKTUBEGRAPH_EXPORT
DataCollection - Class to facilitate loading/accessing structured data.
#define mitkClassMacro(className, SuperClassName)
unsigned int MapperSlotId
std::multimap< std::string, std::string > MultimapType
Class for nodes of the DataTree.