Class that represents the kernel input parameters. More...
#include <KernelParams.h>
Public Member Functions | |
KernelInputParams () | |
Default constructor. | |
~KernelInputParams () | |
Virtual destructor. | |
Public Attributes | |
std::unique_ptr< te::da::DataSet > | m_ds |
Attribute with data set. | |
std::unique_ptr< te::da::DataSetType > | m_dsType |
Attribute used to access the data set metadata. | |
te::sa::KernelEstimationType | m_estimationType |
Kernel estimation type. | |
te::gm::Envelope | m_extentLayer |
te::sa::KernelFunctionType | m_functionType |
Kernel function type. | |
std::string | m_intensityAttrName |
Attribute from dataset used as intensity attr (not obrigatory) | |
int | m_radiusPercentValue |
Attribute with radius percent value (m_useAdaptativeRadius must be false) | |
bool | m_useAdaptativeRadius |
Attribute to indicate if a an adaptative radius has to be used. | |
Class that represents the kernel input parameters.
Definition at line 54 of file KernelParams.h.
|
inline |
Default constructor.
Definition at line 59 of file KernelParams.h.
References te::sa::Density, and te::sa::Normal.
|
inline |
Virtual destructor.
Definition at line 69 of file KernelParams.h.
std::unique_ptr<te::da::DataSet> te::sa::KernelInputParams::m_ds |
Attribute with data set.
Definition at line 76 of file KernelParams.h.
std::unique_ptr<te::da::DataSetType> te::sa::KernelInputParams::m_dsType |
Attribute used to access the data set metadata.
Definition at line 75 of file KernelParams.h.
te::sa::KernelEstimationType te::sa::KernelInputParams::m_estimationType |
Kernel estimation type.
Definition at line 82 of file KernelParams.h.
te::gm::Envelope te::sa::KernelInputParams::m_extentLayer |
Definition at line 77 of file KernelParams.h.
te::sa::KernelFunctionType te::sa::KernelInputParams::m_functionType |
Kernel function type.
Definition at line 81 of file KernelParams.h.
std::string te::sa::KernelInputParams::m_intensityAttrName |
Attribute from dataset used as intensity attr (not obrigatory)
Definition at line 79 of file KernelParams.h.
int te::sa::KernelInputParams::m_radiusPercentValue |
Attribute with radius percent value (m_useAdaptativeRadius must be false)
Definition at line 85 of file KernelParams.h.
bool te::sa::KernelInputParams::m_useAdaptativeRadius |
Attribute to indicate if a an adaptative radius has to be used.
Definition at line 84 of file KernelParams.h.