28 #ifndef __TERRALIB_SA_INTERNAL_KERNELRATIOOPERATION_H
29 #define __TERRALIB_SA_INTERNAL_KERNELRATIOOPERATION_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.
Virtual class used to execute the kernel operations.
Class used to calculate the kernel ratio of a datasets.
void setInputParameters(te::sa::KernelInputParams *inParamsA, te::sa::KernelInputParams *inParamsB)
te::sa::KernelMap m_kMapB
Kernel map with input data B.
KernelRatioOperation()
Default constructor.
std::unique_ptr< te::sa::KernelInputParams > m_inputParamsB
Kernel input parameters B.
te::sa::KernelMap m_kMapA
Kernel map with input data A.
virtual void execute()
Function to execute the kernel operation.
~KernelRatioOperation()
Virtual destructor.
std::unique_ptr< te::sa::KernelInputParams > m_inputParamsA
Kernel input parameters A.
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.