This file contains a class that represents the kernel operation. More...
#include "../Config.h"
#include "KernelFunctions.h"
#include "KernelParams.h"
#include <map>
#include <memory>
Go to the source code of this file.
Classes | |
class | te::sa::KernelOperation |
Virtual class used to execute the kernel operations. More... | |
Namespaces | |
namespace | te |
TerraLib. | |
namespace | te::da |
Namespace for the DataAccess API of TerraLib. | |
namespace | te::gm |
Namespace for the Vector Geometry module of TerraLib. | |
namespace | te::mem |
Namespace for the memory data source of TerraLib. | |
namespace | te::rst |
Namespace for the Raster module of TerraLib. | |
namespace | te::sa |
Namespace for the TerraLib SA module. | |
This file contains a class that represents the kernel operation.
\reference Adapted from TerraLib4.
Definition in file KernelOperation.h.