This is the complete list of members for te::gdal::Band, including all inherited members.
Band(Raster *rst, std::size_t idx) | te::gdal::Band | |
Band(const Band &rhs) | te::gdal::Band | |
te::rst::Band::Band(BandProperty *p, std::size_t idx) | te::rst::Band | |
te::rst::Band::Band(const Band &rhs) | te::rst::Band | protected |
callOperator(std::complex< double >(*f)(std::complex< double >, std::complex< double >), Band &rhs) | te::rst::Band | |
getBlockSize() const | te::rst::Band | virtual |
getHistogramI(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0, unsigned int b=0) const | te::rst::Band | virtual |
getHistogramR(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0, unsigned int b=0) const | te::rst::Band | virtual |
getIValue(unsigned int c, unsigned int r, double &value) const | te::gdal::Band | virtual |
getMaxValue(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0) const | te::rst::Band | virtual |
getMeanValue(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0) const | te::rst::Band | virtual |
getMinValue(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0) const | te::rst::Band | virtual |
getOffsetValue() const | te::rst::Band | |
getProperty() | te::rst::Band | |
getProperty() const | te::rst::Band | |
getRaster() const | te::gdal::Band | virtual |
getScaleValue() const | te::rst::Band | |
getStdValue(unsigned int rs=0, unsigned int cs=0, unsigned int rf=0, unsigned int cf=0) const | te::rst::Band | virtual |
getValue(unsigned int c, unsigned int r, double &value) const | te::gdal::Band | virtual |
getValue(unsigned int c, unsigned int r, std::complex< double > &value) const | te::gdal::Band | inlinevirtual |
getValueFromBlock(void *block, unsigned int pos, std::complex< double > &value) const | te::gdal::Band | |
getValueFromBlock(void *block, unsigned int pos, double &value) const | te::gdal::Band | |
m_buffer | te::gdal::Band | private |
m_currC | te::gdal::Band | mutableprivate |
m_currR | te::gdal::Band | mutableprivate |
m_currX | te::gdal::Band | mutableprivate |
m_currY | te::gdal::Band | mutableprivate |
m_gdaltype | te::gdal::Band | private |
m_getBuff | te::gdal::Band | private |
m_getBuffI | te::gdal::Band | private |
m_i | te::gdal::Band | mutableprivate |
m_idx | te::rst::Band | protected |
m_property | te::rst::Band | protected |
m_raster | te::gdal::Band | private |
m_rasterBand | te::gdal::Band | private |
m_setBuff | te::gdal::Band | private |
m_setBuffI | te::gdal::Band | private |
m_update_buffer | te::gdal::Band | mutableprivate |
m_x | te::gdal::Band | mutableprivate |
m_y | te::gdal::Band | mutableprivate |
operator*=(Band &rhs) | te::rst::Band | virtual |
operator+=(Band &rhs) | te::rst::Band | virtual |
operator-=(Band &rhs) | te::rst::Band | virtual |
operator/=(Band &rhs) | te::rst::Band | virtual |
operator=(const Band &rhs) | te::gdal::Band | |
te::rst::Band::operator=(const Band &rhs) | te::rst::Band | virtual |
placeBuffer(unsigned c, unsigned r) const | te::gdal::Band | private |
read(int x, int y, void *buffer) const | te::gdal::Band | virtual |
read(int, int) | te::gdal::Band | virtual |
setIValue(unsigned int c, unsigned int r, const double value) | te::gdal::Band | virtual |
setOffsetValue(const std::complex< double > o) | te::rst::Band | |
setScaleValue(const std::complex< double > s) | te::rst::Band | |
setValue(unsigned int c, unsigned int r, const double value) | te::gdal::Band | virtual |
setValue(unsigned int c, unsigned int r, const std::complex< double > &value) | te::gdal::Band | inlinevirtual |
write(int x, int y, void *buffer) | te::gdal::Band | virtual |
~Band() | te::gdal::Band | virtual |