Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
Home
Manual
API Reference
Download
Bugzilla
Groups
Namespace List
Class List
File List
Examples
File List
File Members
berryIAdapterFactory.h
Go to the documentation of this file.
1
/*===================================================================
2
3
BlueBerry Platform
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 BERRYIADAPTERFACTORY_H_
18
#define BERRYIADAPTERFACTORY_H_
19
20
#include <
org_blueberry_core_runtime_Export.h
>
21
22
#include <vector>
23
#include <typeinfo>
24
25
namespace
berry
{
26
40
struct
org_blueberry_core_runtime_EXPORT
IAdapterFactory
{
41
42
virtual
~IAdapterFactory
() {};
43
74
virtual
Object
* GetAdapter(
IAdaptable
* adaptableObject,
const
std::string& adapterType) = 0;
75
87
virtual
void
GetAdapterList(std::vector<const std::type_info&>& adapters) = 0;
88
};
89
90
}
91
#endif
/*BERRYIADAPTERFACTORY_H_*/
berry::IAdapterFactory::~IAdapterFactory
virtual ~IAdapterFactory()
Definition:
berryIAdapterFactory.h:42
berry
Definition:
QmitkPropertyItemModel.h:27
berry::IAdaptable
Definition:
berryIAdaptable.h:54
berry::Object
Light weight base class for most BlueBerry classes.
Definition:
berryObject.h:78
org_blueberry_core_runtime_Export.h
org_blueberry_core_runtime_EXPORT
#define org_blueberry_core_runtime_EXPORT
Definition:
org_blueberry_core_runtime_Export.h:23
berry::IAdapterFactory
Definition:
berryIAdapterFactory.h:40
git
MITK
Plugins
org.blueberry.core.runtime
src
berryIAdapterFactory.h
Generated on Fri Feb 3 2017 20:51:44 for Medical Imaging Interaction Toolkit by
1.8.9.1