Medical Imaging Interaction Toolkit  2025.12.02
Medical Imaging Interaction Toolkit
mitkROIObjectFactory.h
Go to the documentation of this file.
1 /*============================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center (DKFZ)
6 All rights reserved.
7 
8 Use of this source code is governed by a 3-clause BSD license that can be
9 found in the LICENSE file.
10 
11 ============================================================================*/
12 
13 #ifndef mitkROIObjectFactory_h
14 #define mitkROIObjectFactory_h
15 
17 
18 namespace mitk
19 {
21  {
22  public:
24  itkFactorylessNewMacro(Self)
25 
26  Mapper::Pointer CreateMapper(DataNode* node, MapperSlotId slotId) override;
27  void SetDefaultProperties(DataNode *node) override;
28  std::string GetFileExtensions() override;
30  std::string GetSaveFileExtensions() override;
32 
33  protected:
35  ~ROIObjectFactory() override;
36  };
37 }
38 
39 #endif
std::multimap< std::string, std::string > MultimapType
Class for nodes of the DataTree.
Definition: mitkDataNode.h:64
Base class of all mappers, Vtk as well as OpenGL mappers.
Definition: mitkMapper.h:47
MultimapType GetFileExtensionsMap() override
void SetDefaultProperties(DataNode *node) override
Mapper::Pointer CreateMapper(DataNode *node, MapperSlotId slotId) override
mitkClassMacro(ROIObjectFactory, CoreObjectFactoryBase) static Pointer New()
std::string GetFileExtensions() override
MultimapType GetSaveFileExtensionsMap() override
std::string GetSaveFileExtensions() override
unsigned int MapperSlotId
Definition: mitkCommon.h:29
Find image slices visible on a given plane.