26#ifndef __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H
27#define __TERRALIB_QT_WIDGETS_RP_INTERNAL_COMPOSEBANDSWIZARDPAGE_H
45namespace Ui {
class ComposeBandsWizardPageForm; }
74 void setList(std::list<te::map::AbstractLayerPtr>& layerList);
82 bool& allowNoDataPixels );
102 std::unique_ptr<Ui::ComposeBandsWizardPageForm>
m_ui;
This is the base class for Layers.
It interpolates one pixel based on a selected algorithm.
std::map< QComboBox *, int > m_cmbMap
void onLayerCmbActivated(int index)
void getDecomposeParameters(te::rst::Raster *&raster, std::vector< unsigned int > &bands)
void onAddToolButtonClicked()
void fillInterpolatorTypes()
std::unique_ptr< Ui::ComposeBandsWizardPageForm > m_ui
void getComposeParameters(std::vector< te::rst::Raster const * > &rasters, std::vector< unsigned int > &bands, te::rst::Interpolator::Method &interpMethod, bool &allowNoDataPixels)
std::list< te::map::AbstractLayerPtr > m_layerList
~ComposeBandsWizardPage()
void setList(std::list< te::map::AbstractLayerPtr > &layerList)
void onRemoveToolButtonClicked()
ComposeBandsWizardPage(QWidget *parent=0)
InterpolationMethod Method
Allowed interpolation methods.
An abstract class for raster data strucutures.
Namespace for the Qt module of TerraLib.
Namespace for the Raster module of TerraLib.