![]() |
TerraLib 4.1
|
#include <TeKernelFunctions.h>
Public Member Functions | |
| TeStatKernel () | |
| template<typename EventSet , typename ItRegionSet > | |
| bool | apply (EventSet &events, ItRegionSet regionsBegin, ItRegionSet regionsEnd) |
| Apply kernel method to a specif set of support regions and events, storing results in resName_. | |
Public Attributes | |
| TeKernelFunctionType | kfunc_ |
| type of kernel function | |
| TeKernelComputeType | ktype_ |
| type of computation | |
| double | radius_ |
| spatial threshold | |
| double | totalArea_ |
| sum of support region areas | |
| int | numReg_ |
| number of support regions | |
Class to apply kernel method
| TeStatKernel::TeStatKernel | ( | ) | [inline] |
| bool TeStatKernel::apply | ( | EventSet & | events, |
| ItRegionSet | regionsBegin, | ||
| ItRegionSet | regionsEnd | ||
| ) | [inline] |
Apply kernel method to a specif set of support regions and events, storing results in resName_.
| events | set of point events |
| regionsBegin | iterator for support regions |
| regionsEnd | iterator for support regions If radius_ is 0, then applies adaptive kernel. |
type of kernel function
type of computation
number of support regions
| double TeStatKernel::radius_ |
spatial threshold
| double TeStatKernel::totalArea_ |
sum of support region areas