Class that represents the kernel output parameters. More...
#include <KernelParams.h>
Public Member Functions | |
KernelOutputParams () | |
Default constructor. | |
~KernelOutputParams () | |
Virtual destructor. | |
Public Attributes | |
te::sa::KernelCombinationType | m_combinationType |
Kernel combination type (used by ratio kernel) | |
int | m_nCols |
Attribute with number of columns to create the grid (if KernelOutputType is Grid) | |
int | m_nRows |
Attribute with number of rows to create the grid (if KernelOutputType is Grid) | |
std::string | m_outputAttrName |
Attribute with the new attr name (if KernelOutputType is Attribute) | |
std::string | m_outputDataSetName |
Attribute that defines the output dataset name. | |
std::string | m_outputPath |
Attribute with URI of the output file. | |
te::sa::KernelOutputType | m_storageType |
Kernel storage type. | |
Class that represents the kernel output parameters.
Definition at line 96 of file KernelParams.h.
|
inline |
Default constructor.
< Kernel storage type
Definition at line 101 of file KernelParams.h.
References te::sa::Grid, and te::sa::Ratio.
|
inline |
Virtual destructor.
Definition at line 113 of file KernelParams.h.
te::sa::KernelCombinationType te::sa::KernelOutputParams::m_combinationType |
Kernel combination type (used by ratio kernel)
Definition at line 120 of file KernelParams.h.
int te::sa::KernelOutputParams::m_nCols |
Attribute with number of columns to create the grid (if KernelOutputType is Grid)
Definition at line 122 of file KernelParams.h.
int te::sa::KernelOutputParams::m_nRows |
Attribute with number of rows to create the grid (if KernelOutputType is Grid)
Definition at line 123 of file KernelParams.h.
std::string te::sa::KernelOutputParams::m_outputAttrName |
Attribute with the new attr name (if KernelOutputType is Attribute)
Definition at line 124 of file KernelParams.h.
std::string te::sa::KernelOutputParams::m_outputDataSetName |
Attribute that defines the output dataset name.
Definition at line 126 of file KernelParams.h.
std::string te::sa::KernelOutputParams::m_outputPath |
Attribute with URI of the output file.
Definition at line 125 of file KernelParams.h.
te::sa::KernelOutputType te::sa::KernelOutputParams::m_storageType |
Kernel storage type.
Definition at line 119 of file KernelParams.h.