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
/********************************************************************** * * GEOS - Geometry Engine Open Source * http://geos.osgeo.org * * Copyright (C) 2021 Paul Ramsey * * This is free software; you can redistribute and/or modify it under * the terms of the GNU Lesser General Public Licence as published * by the Free Software Foundation. * See the COPYING file for more information. * **********************************************************************/ #pragma once #include #include #include #include #include #include namespace geos { namespace geom { class Coordinate; class CoordinateSequence; class Envelope; class Geometry; class GeometryFactory; class LineString; class MultiLineString; } } using geos::coverage::Corner; using geos::geom::Coordinate; using geos::geom::CoordinateSequence; using geos::geom::Envelope; using geos::geom::Geometry; using geos::geom::GeometryFactory; using geos::geom::LineString; using geos::geom::MultiLineString; using geos::index::VertexSequencePackedRtree; using geos::index::strtree::TemplateSTRtree; using geos::simplify::LinkedLine; namespace geos { namespace coverage { // geos::coverage /** * Computes a Topology-Preserving Visvalingam-Whyatt simplification * of a set of input lines. * The simplified lines will contain no more intersections than are present * in the original input. * Line and ring endpoints are preserved, except for rings * which are flagged as "free". * * The amount of simplification is determined by a tolerance value, * which is a non-zero quantity. * It is the square root of the area tolerance used * in the Visvalingam-Whyatt algorithm. * This equates roughly to the maximum * distance by which a simplified line can change from the original. * * @author mdavis * */ class GEOS_DLL TPVWSimplifier { public: // Prototype class EdgeIndex; /* private static */ class Edge { public: // Members double areaTolerance; bool isFreeRing; const Envelope* envelope; std::size_t nbPts; LinkedLine linkedLine; VertexSequencePackedRtree vertexIndex; std::size_t minEdgeSize; /** * Creates a new edge. * The endpoints of the edge are preserved during simplification, * unless it is a ring and the isFreeRing flag is set. * * @param p_inputLine the line or ring * @param p_isFreeRing whether a ring endpoint can be removed * @param p_areaTolerance the simplification tolerance */ Edge(const LineString* p_inputLine, bool p_isFreeRing, double p_areaTolerance); const Coordinate& getCoordinate(std::size_t index) const; const Envelope* getEnvelopeInternal() const; std::size_t size() const; std::unique_ptr simplify(EdgeIndex& edgeIndex); void createQueue(Corner::PriorityQueue& pq); void addCorner(std::size_t i, Corner::PriorityQueue& cornerQueue); bool isRemovable(Corner& corner, EdgeIndex& edgeIndex) const; /** * Tests if any vertices in a line intersect the corner triangle. * Uses the vertex spatial index for efficiency. * * @param corner the corner vertices * @param cornerEnv the envelope of the corner * @param edge the hull to test * @return true if there is an intersecting vertex */ bool hasIntersectingVertex(const Corner& corner, const Envelope& cornerEnv, const Edge& edge) const; std::vector query(const Envelope& cornerEnv) const; /** * Removes a corner by removing the apex vertex from the ring. * Two new corners are created with apexes * at the other vertices of the corner * (if they are non-convex and thus removable). * * @param corner the corner to remove * @param cornerQueue the corner queue */ void removeCorner( Corner& corner, Corner::PriorityQueue& cornerQueue); }; // Edge class EdgeIndex { public: TemplateSTRtree index; void add(std::vector& edges); std::vector query(const Envelope& queryEnv); }; // EdgeIndex /** * Simplifies a set of lines, preserving the topology of the lines. * * @param lines the lines to simplify * @param distanceTolerance the simplification tolerance * @return the simplified lines */ static std::unique_ptr simplify( const MultiLineString* lines, double distanceTolerance); /** * Simplifies a set of lines, preserving the topology of the lines between * themselves and a set of linear constraints. * The endpoints of lines are preserved. * The endpoint of rings are preserved as well, unless * the ring is indicated as "free" via a bit flag with the same index. * * @param lines the lines to simplify * @param freeRings flags indicating which ring edges do not have node endpoints * @param constraintLines the linear constraints * @param distanceTolerance the simplification tolerance * @return the simplified lines */ static std::unique_ptr simplify( const MultiLineString* lines, std::vector& freeRings, const MultiLineString* constraintLines, double distanceTolerance); // Constructor TPVWSimplifier(const MultiLineString* lines, double distanceTolerance); private: // Members const MultiLineString* inputLines; std::vector isFreeRing; double areaTolerance; const GeometryFactory* geomFactory; const MultiLineString* constraintLines; // Methods void setFreeRingIndices(std::vector& freeRing); void setConstraints(const MultiLineString* constraints); std::unique_ptr simplify(); std::vector createEdges( const MultiLineString* lines, std::vector& freeRing); }; // TPVWSimplifier } // geos::coverage } // geos