26 #ifndef __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H 
   27 #define __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H 
   30 #include "../../dataaccess/datasource/DataSourceInfo.h" 
   31 #include "../../maptools/AbstractLayer.h" 
   32 #include "../../qt/widgets/layer/search/LayerSearchWizardPage.h" 
   33 #include "../Config.h" 
   46     class GeometricOpWizardPage;
 
   47     class GeometricOpOutputWizardPage;
 
   66         virtual bool validateCurrentPage();
 
   68         void setList(std::list<te::map::AbstractLayerPtr>& layerList);
 
   74         std::vector<te::map::AbstractLayerPtr> getOutLayer();
 
   91         std::vector<te::vp::GeometricOperation> 
m_ops;
 
   99 #endif  // __TERRALIB_VP_INTERNAL_GEOMETRICOPWIZARD_H 
#define TEVPEXPORT
You can use this macro in order to export/import classes and functions from this module. 
std::vector< te::map::AbstractLayerPtr > m_outLayer
std::auto_ptr< te::vp::GeometricOpWizardPage > m_geomOpPage
te::map::AbstractLayerPtr m_inLayer
std::vector< te::vp::GeometricOperation > m_ops
std::auto_ptr< te::qt::widgets::LayerSearchWizardPage > m_layerSearchPage
This class is GUI used to define the wizard for the VP geometric operation. 
boost::intrusive_ptr< AbstractLayer > AbstractLayerPtr
std::auto_ptr< te::vp::GeometricOpOutputWizardPage > m_geomOpOutputPage
te::da::DataSourceInfoPtr m_outputDatasource
DataSource information. 
boost::shared_ptr< DataSourceInfo > DataSourceInfoPtr