26 #ifndef __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H    27 #define __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H    30 #include "../geometry/Polygon.h"    84         void reset( 
te::gm::Polygon* polPtr, 
const unsigned int& v, 
const double& tidy);
   107 #endif  // __TERRALIB_RASTER_INTERNAL_VECTORIZERPOLYGONSTRUCTURE_H double m_tileIndexerDY
The polygon tile indexer Y Axis resolution. 
 
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
std::auto_ptr< TileIndexer > m_indexerPtr
A pointer to the polygon tile indexer pointer. 
 
A polygon container node class. 
 
Polygon tile indexing class for optmized geometrical relational tests. 
 
std::auto_ptr< te::gm::Polygon > m_polygonPtr
A pointer to the stored polygon instance. 
 
Polygon is a subclass of CurvePolygon whose rings are defined by linear rings. 
 
Configuration flags for the Raster module of TerraLib. 
 
unsigned int m_value
The value (color) related to a polygon.