Loading...
Searching...
No Matches
plugin.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
3
4 This file is part of the TerraLib - a Framework for building GIS enabled applications.
5
6 TerraLib is free software: you can redistribute it and/or modify
7 it under the terms of the GNU Lesser General Public License as published by
8 the Free Software Foundation, either version 3 of the License,
9 or (at your option) any later version.
10
11 TerraLib is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU Lesser General Public License for more details.
15
16 You should have received a copy of the GNU Lesser General Public License
17 along with TerraLib. See COPYING. If not, write to
18 TerraLib Team at <terralib-team@terralib.org>.
19 */
20
21/*!
22 \file terralib/core/plugin.h
23
24 \brief Include files for Core Plugin Library.
25*/
26
27#ifndef __TERRALIB_CORE_PLUGIN_H__
28#define __TERRALIB_CORE_PLUGIN_H__
29
30// TerraLIb
33#include "plugin/CppPlugin.h"
35#include "plugin/Exception.h"
36#include "plugin/Finders.h"
38#include "plugin/PluginInfo.h"
40#include "plugin/Serializers.h"
41#include "plugin/Utils.h"
42
43#endif // __TERRALIB_CORE_PLUGIN_H__
The base class for plugin engines.
The base class for plugins in TerraLib.
A plugin engine for plugins written in C++.
A base class for C++ plugins in TerraLib.
General utilities for searching for plugins.
A singleton that can be used to register plugin engines.
The basic information about a plugin.
General utilities for serializing plugin information.
General utilities for plugins.