26 #ifndef __TERRALIB_SE_INTERNAL_DESCRIPTION_H
27 #define __TERRALIB_SE_INTERNAL_DESCRIPTION_H
36 #include <boost/noncopyable.hpp>
A Description gives human-readable descriptive information for the object it is included within.
~Description()
Destructor.
std::string m_abstract
Abstract. (Optional)
std::string m_title
Title. (Optional)
Description * clone() const
It creates a new copy of this object.
void setTitle(const std::string &title)
void setAbstract(const std::string &a)
const std::string & getAbstract() const
const std::string & getTitle() const
Description()
It initializes a new Description.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).