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)
 
Description * clone() const
It creates a new copy of this object.
 
std::string m_title
Title. (Optional)
 
void setTitle(const std::string &title)
 
void setAbstract(const std::string &a)
 
Description()
It initializes a new Description.
 
const std::string & getTitle() const
 
const std::string & getAbstract() const
 
#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).