Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitkMAPAlgorithmInfoSelection.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,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 #ifndef _MITK_MAP_ALGORITHM_INFO_SELECTION_H
18 #define _MITK_MAP_ALGORITHM_INFO_SELECTION_H
19 
21 
22 #include <mapDeploymentDLLInfo.h>
23 
25 
26 
27 namespace mitk {
28 
34 {
35 
36 public:
37 
39 
40  typedef ::map::deployment::DLLInfo AlgorithmInfoType;
41  typedef std::vector<AlgorithmInfoType::ConstPointer> AlgorithmInfoVectorType;
42 
45  MAPAlgorithmInfoSelection(const AlgorithmInfoVectorType& infos);
46 
47  virtual Object::Pointer GetFirstElement() const;
48  virtual iterator Begin() const;
49  virtual iterator End() const;
50 
51  virtual int Size() const;
52 
53  virtual ContainerType::Pointer ToVector() const;
54 
55  AlgorithmInfoVectorType GetSelectedAlgorithmInfo() const;
56 
60  bool IsEmpty() const;
61 
62  bool operator==(const berry::Object* obj) const;
63 
64 protected:
65 
67 };
68 
69 }
70 
71 
72 #endif
itk::SmartPointer< Self > Pointer
Light weight base class for most BlueBerry classes.
Definition: berryObject.h:78
DataCollection - Class to facilitate loading/accessing structured data.
ContainerType::const_iterator iterator
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)
static void info(const char *fmt,...)
Definition: svm.cpp:100
itk::SmartPointer< const Self > ConstPointer
#define berryObjectMacro(...)
Definition: berryMacros.h:37
::map::deployment::DLLInfo AlgorithmInfoType
#define MITK_MATCHPOINT_CORE_HELPER_EXPORT
std::vector< AlgorithmInfoType::ConstPointer > AlgorithmInfoVectorType