#include "../global/global_definitions.h"
#include "../datasets/dataset.h"
#include "../viewer/view.h"
#include "../viewer/view_factory.h"
#include "../exceptions/null_pointer_exception.h"
#include "../exceptions/invalid_cast_exception.h"
#include <map>
Include dependency graph for data_view_mediator.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | imedgine |
Classes | |
class | DataViewMediator |
Mediator between datasets and their dependent views. More... |
Christian Koerner (christian.koerner@imedgine.org)
Alexander Lex (alexander.lex@imedgine.org)
Marc Streit (marc.streit@imedgine.org)
Martin Reininger (martin.reininger@imedgine.org)
Definition in file data_view_mediator.h.