28 #ifndef __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H    29 #define __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H    33 #include "../dataaccess/dataset/DataSet.h"    34 #include "../dataaccess/dataset/DataSetType.h"    35 #include "../dataaccess/dataset/ObjectIdSet.h"    36 #include "../dataaccess/datasource/DataSource.h"    38 #include "../datatype/Property.h"    40 #include "../memory/DataSet.h"    41 #include "../statistics/core/Enums.h"    53   namespace attributefill
    64                     std::string inVectorName,
    65                     std::unique_ptr<te::da::DataSetTypeConverter> inVectorDsType);
    67       void setParams( std::vector<std::string> selectedAttVec,
    77       bool paramsAreValid();
   100 #endif // __TERRALIB_ATTRIBUTEFILL_INTERNAL_VECTOR_TO_RASTER_H 
Configuration flags for the Attribute Fill module of TerraLib. 
 
boost::shared_ptr< DataSource > DataSourcePtr
 
te::da::DataSourcePtr m_inVectorDsrc
 
#define TEATTRIBUTEFILLEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::string m_inVectorName
 
std::vector< std::string > m_selectedAttVec
 
te::da::DataSourcePtr m_outDsrc
 
std::unique_ptr< te::da::DataSetTypeConverter > m_inVectorDsType