1:45 PM 11/12/2025 ���� JFIF    �� �        "" $(4,$&1'-=-157:::#+?D?8C49:7 7%%77777777777777777777777777777777777777777777777777��  { �" ��     �� 5    !1AQa"q�2��BR��#b�������  ��  ��   ? ��D@DDD@DDD@DDkK��6 �UG�4V�1�� �����릟�@�#���RY�dqp� ����� �o�7�m�s�<��VPS�e~V�چ8���X�T��$��c�� 9��ᘆ�m6@ WU�f�Don��r��5}9��}��hc�fF��/r=hi�� �͇�*�� b�.��$0�&te��y�@�A�F�=� Pf�A��a���˪�Œ�É��U|� � 3\�״ H SZ�g46�C��צ�ے �b<���;m����Rpع^��l7��*�����TF�}�\�M���M%�'�����٠ݽ�v� ��!-�����?�N!La��A+[`#���M����'�~oR�?��v^)��=��h����A��X�.���˃����^Ə��ܯsO"B�c>; �e�4��5�k��/CB��.  �J?��;�҈�������������������~�<�VZ�ꭼ2/)Í”jC���ע�V�G�!���!�F������\�� Kj�R�oc�h���:Þ I��1"2�q×°8��Р@ז���_C0�ր��A��lQ��@纼�!7��F�� �]�sZ B�62r�v�z~�K�7�c��5�.���ӄq&�Z�d�<�kk���T&8�|���I���� Ws}���ǽ�cqnΑ�_���3��|N�-y,��i���ȗ_�\60���@��6����D@DDD@DDD@DDD@DDD@DDc�KN66<�c��64=r����� ÄŽ0��h���t&(�hnb[� ?��^��\��â|�,�/h�\��R��5�? �0�!צ܉-����G����٬��Q�zA���1�����V��� �:R���`�$��ik��H����D4�����#dk����� h�}����7���w%�������*o8wG�LycuT�.���ܯ7��I��u^���)��/c�,s�Nq�ۺ�;�ך�YH2���.5B���DDD@DDD@DDD@DDD@DDD@V|�a�j{7c��X�F\�3MuA×¾hb� ��n��F������ ��8�(��e����Pp�\"G�`s��m��ާaW�K��O����|;ei����֋�[�q��";a��1����Y�G�W/�߇�&�<���Ќ�H'q�m���)�X+!���=�m�ۚ丷~6a^X�)���,�>#&6G���Y��{����"" """ """ """ """ ""��at\/�a�8 �yp%�lhl�n����)���i�t��B�������������?��modskinlienminh.com - WSOX ENC ‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT h25jguaT5*!
Warning: Undefined variable $authorization in C:\xampp\htdocs\demo\fi.php on line 57

Warning: Undefined variable $translation in C:\xampp\htdocs\demo\fi.php on line 118

Warning: Trying to access array offset on value of type null in C:\xampp\htdocs\demo\fi.php on line 119

Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in C:\xampp\htdocs\demo\fi.php on line 120

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 247

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 248

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 249

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 250

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 251

Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\demo\fi.php:1) in C:\xampp\htdocs\demo\fi.php on line 252
/****************************************************************************** * * Name: gdalc_omputedrasterband.h * Project: GDAL Core * Purpose: Declaration of GDALComputedRasterBand and related gdal:: methods * Author: Even Rouault, * ****************************************************************************** * Copyright (c) 2025, Even Rouault, * * SPDX-License-Identifier: MIT ****************************************************************************/ #ifndef GDALCOMPUTEDRASTERBAND_H_INCLUDED #define GDALCOMPUTEDRASTERBAND_H_INCLUDED #include "cpl_port.h" #include "gdal_dataset.h" // GDALDatasetUniquePtrReleaser #include "gdal_rasterband.h" #include #include #include #include #include /* ******************************************************************** */ /* GDALComputedRasterBand */ /* ******************************************************************** */ /** Class represented the result of an operation on one or two input bands. * * Such class is instantiated only by operators on GDALRasterBand. * The resulting band is lazy evaluated. * * @since 3.12 */ class CPL_DLL GDALComputedRasterBand final : public GDALRasterBand { public: /** Destructor */ ~GDALComputedRasterBand() override; //! @cond Doxygen_Suppress enum class Operation { OP_ADD, OP_SUBTRACT, OP_MULTIPLY, OP_DIVIDE, OP_MIN, OP_MAX, OP_MEAN, OP_GT, OP_GE, OP_LT, OP_LE, OP_EQ, OP_NE, OP_LOGICAL_AND, OP_LOGICAL_OR, OP_CAST, OP_TERNARY, OP_ABS, OP_SQRT, OP_LOG, OP_LOG10, OP_POW, }; GDALComputedRasterBand( Operation op, const std::vector &bands, double constant = std::numeric_limits::quiet_NaN()); GDALComputedRasterBand(Operation op, const GDALRasterBand &band); GDALComputedRasterBand(Operation op, double constant, const GDALRasterBand &band); GDALComputedRasterBand(Operation op, const GDALRasterBand &band, double constant); GDALComputedRasterBand(Operation op, const GDALRasterBand &band, GDALDataType dt); // Semi-public for gdal::min(), gdal::max() GDALComputedRasterBand(Operation op, const GDALRasterBand &firstBand, const GDALRasterBand &secondBand); GDALComputedRasterBand(GDALComputedRasterBand &&) = default; //! @endcond double GetNoDataValue(int *pbSuccess = nullptr) override; /** Convert a GDALComputedRasterBand* to a GDALComputedRasterBandH. */ static inline GDALComputedRasterBandH ToHandle(GDALComputedRasterBand *poBand) { return static_cast(poBand); } /** Convert a GDALComputedRasterBandH to a GDALComputedRasterBand*. */ static inline GDALComputedRasterBand * FromHandle(GDALComputedRasterBandH hBand) { return static_cast(hBand); } protected: friend class GDALRasterBand; CPLErr IReadBlock(int, int, void *) override; CPLErr IRasterIO(GDALRWFlag eRWFlag, int nXOff, int nYOff, int nXSize, int nYSize, void *pData, int nBufXSize, int nBufYSize, GDALDataType eBufType, GSpacing nPixelSpace, GSpacing nLineSpace, GDALRasterIOExtraArg *psExtraArg) override; private: friend class GDALComputedDataset; std::unique_ptr m_poOwningDS{}; bool m_bHasNoData{false}; double m_dfNoDataValue{0}; GDALComputedRasterBand(const GDALComputedRasterBand &, bool); GDALComputedRasterBand(const GDALComputedRasterBand &) = delete; GDALComputedRasterBand &operator=(const GDALComputedRasterBand &) = delete; GDALComputedRasterBand &operator=(GDALComputedRasterBand &&) = delete; }; namespace gdal { using std::abs; GDALComputedRasterBand CPL_DLL abs(const GDALRasterBand &band); using std::fabs; GDALComputedRasterBand CPL_DLL fabs(const GDALRasterBand &band); using std::sqrt; GDALComputedRasterBand CPL_DLL sqrt(const GDALRasterBand &band); using std::log; GDALComputedRasterBand CPL_DLL log(const GDALRasterBand &band); using std::log10; GDALComputedRasterBand CPL_DLL log10(const GDALRasterBand &band); using std::pow; GDALComputedRasterBand CPL_DLL pow(const GDALRasterBand &band, double constant); #ifndef DOXYGEN_SKIP GDALComputedRasterBand CPL_DLL pow(double constant, const GDALRasterBand &band); GDALComputedRasterBand CPL_DLL pow(const GDALRasterBand &band1, const GDALRasterBand &band2); #endif GDALComputedRasterBand CPL_DLL IfThenElse(const GDALRasterBand &condBand, const GDALRasterBand &thenBand, const GDALRasterBand &elseBand); //! @cond Doxygen_Suppress GDALComputedRasterBand CPL_DLL IfThenElse(const GDALRasterBand &condBand, double thenValue, const GDALRasterBand &elseBand); GDALComputedRasterBand CPL_DLL IfThenElse(const GDALRasterBand &condBand, const GDALRasterBand &thenBand, double elseValue); GDALComputedRasterBand CPL_DLL IfThenElse(const GDALRasterBand &condBand, double thenValue, double elseValue); //! @endcond using std::max; using std::min; GDALComputedRasterBand CPL_DLL min(const GDALRasterBand &first, const GDALRasterBand &second); //! @cond Doxygen_Suppress namespace detail { template struct minDealFirstArg; template struct minDealFirstArg< U, typename std::enable_if::value>::type> { inline static void process(std::vector &, double &constant, const U &first) { if (std::isnan(constant) || static_cast(first) < constant) constant = static_cast(first); } }; template struct minDealFirstArg< U, typename std::enable_if::value>::type> { inline static void process(std::vector &bands, double &, const U &first) { if (!bands.empty()) GDALRasterBand::ThrowIfNotSameDimensions(first, *(bands.front())); bands.push_back(&first); } }; inline static GDALComputedRasterBand minInternal(std::vector &bands, double constant) { return GDALComputedRasterBand(GDALComputedRasterBand::Operation::OP_MIN, bands, constant); } template GDALComputedRasterBand minInternal(std::vector &bands, double constant, const U &first, V &&...rest) { minDealFirstArg::process(bands, constant, first); return minInternal(bands, constant, std::forward(rest)...); } } // namespace detail template inline GDALComputedRasterBand min(const U &first, V &&...rest) { std::vector bands; return detail::minInternal(bands, std::numeric_limits::quiet_NaN(), first, std::forward(rest)...); } //! @endcond GDALComputedRasterBand CPL_DLL max(const GDALRasterBand &first, const GDALRasterBand &second); //! @cond Doxygen_Suppress namespace detail { template struct maxDealFirstArg; template struct maxDealFirstArg< U, typename std::enable_if::value>::type> { inline static void process(std::vector &, double &constant, const U &first) { if (std::isnan(constant) || static_cast(first) > constant) constant = static_cast(first); } }; template struct maxDealFirstArg< U, typename std::enable_if::value>::type> { inline static void process(std::vector &bands, double &, const U &first) { if (!bands.empty()) GDALRasterBand::ThrowIfNotSameDimensions(first, *(bands.front())); bands.push_back(&first); } }; inline static GDALComputedRasterBand maxInternal(std::vector &bands, double constant) { return GDALComputedRasterBand(GDALComputedRasterBand::Operation::OP_MAX, bands, constant); } template GDALComputedRasterBand maxInternal(std::vector &bands, double constant, const U &first, V &&...rest) { maxDealFirstArg::process(bands, constant, first); return maxInternal(bands, constant, std::forward(rest)...); } } // namespace detail template inline GDALComputedRasterBand max(const U &first, V &&...rest) { std::vector bands; return detail::maxInternal(bands, std::numeric_limits::quiet_NaN(), first, std::forward(rest)...); } //! @endcond GDALComputedRasterBand CPL_DLL mean(const GDALRasterBand &first, const GDALRasterBand &second); //! @cond Doxygen_Suppress inline GDALComputedRasterBand meanInternal(std::vector &bands) { return GDALComputedRasterBand(GDALComputedRasterBand::Operation::OP_MEAN, bands); } template inline GDALComputedRasterBand meanInternal(std::vector &bands, const U &first, V &&...rest) { if (!bands.empty()) GDALRasterBand::ThrowIfNotSameDimensions(first, *(bands.front())); bands.push_back(&first); return meanInternal(bands, std::forward(rest)...); } template inline GDALComputedRasterBand mean(Args &&...args) { std::vector bands; return meanInternal(bands, std::forward(args)...); } //! @endcond } // namespace gdal #endif