te::sa::KernelOutputParams Class Reference

Class that represents the kernel output parameters. More...

#include <KernelParams.h>

Public Member Functions

 KernelOutputParams ()
 Default constructor. More...
 
 ~KernelOutputParams ()
 Virtual destructor. More...
 

Public Attributes

te::sa::KernelCombinationType m_combinationType
 Kernel combination type (used by ratio kernel) More...
 
int m_nCols
 Attribute with number of columns to create the grid (if KernelOutputType is Grid) More...
 
std::string m_outputAttrName
 Attribute with the new attr name (if KernelOutputType is Attribute) More...
 
std::string m_outputDataSetName
 Attribute that defines the output dataset name. More...
 
std::string m_outputPath
 Attribute with URI of the output file. More...
 
te::sa::KernelOutputType m_storageType
 Kernel storage type. More...
 

Detailed Description

Class that represents the kernel output parameters.

See also
KernelOperation

Definition at line 95 of file KernelParams.h.

Constructor & Destructor Documentation

te::sa::KernelOutputParams::KernelOutputParams ( )
inline

Default constructor.

< Kernel storage type

Definition at line 100 of file KernelParams.h.

References te::sa::Grid, and te::sa::Ratio.

te::sa::KernelOutputParams::~KernelOutputParams ( )
inline

Virtual destructor.

Definition at line 111 of file KernelParams.h.

Member Data Documentation

te::sa::KernelCombinationType te::sa::KernelOutputParams::m_combinationType

Kernel combination type (used by ratio kernel)

Definition at line 118 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 120 of file KernelParams.h.

std::string te::sa::KernelOutputParams::m_outputAttrName

Attribute with the new attr name (if KernelOutputType is Attribute)

Definition at line 121 of file KernelParams.h.

std::string te::sa::KernelOutputParams::m_outputDataSetName

Attribute that defines the output dataset name.

Definition at line 123 of file KernelParams.h.

std::string te::sa::KernelOutputParams::m_outputPath

Attribute with URI of the output file.

Definition at line 122 of file KernelParams.h.

te::sa::KernelOutputType te::sa::KernelOutputParams::m_storageType

Kernel storage type.

Definition at line 117 of file KernelParams.h.


The documentation for this class was generated from the following file: