TerraLib 4.1
TeStatKernel Class Reference

#include <TeKernelFunctions.h>

List of all members.

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

Detailed Description

Class to apply kernel method


Constructor & Destructor Documentation

TeStatKernel::TeStatKernel ( ) [inline]

Member Function Documentation

template<typename EventSet , typename ItRegionSet >
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_.

Parameters:
eventsset of point events
regionsBeginiterator for support regions
regionsEnditerator for support regions If radius_ is 0, then applies adaptive kernel.

Member Data Documentation

type of kernel function

number of support regions

spatial threshold

sum of support region areas


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines