28 #ifndef __TERRALIB_SA_INTERNAL_KERNELMAPOPERATION_H 
   29 #define __TERRALIB_SA_INTERNAL_KERNELMAPOPERATION_H 
   32 #include "../Config.h" 
   66         virtual void execute();
 
   73         virtual void buildTree();
 
   84 #endif //__TERRALIB_SA_INTERNAL_KERNELMAPOPERATION_H 
std::auto_ptr< te::sa::KernelInputParams > m_inputParams
Kernel input parameters. 
 
Class used to calculate the kernel map of a dataset. 
 
std::map< int, std::pair< te::gm::Geometry *, double > > KernelMap
 
Virtual class used to execute the kernel operations. 
 
This file contains a functions used by the kernel operation. 
 
This file contains a class that represents the kernel parameters. 
 
#define TESAEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This file contains a class that represents the kernel operation. 
 
te::sa::KernelMap m_kMap
Kernel map with input data.