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