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) 2006 Refractions Research Inc. * * 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. * ********************************************************************** * * Last port: noding/SegmentNodeList.java rev. 1.8 (JTS-1.10) * **********************************************************************/ #pragma once #include #include #include #include #include #include #include // for composition #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable: 4251) // warning C4251: needs to have dll-interface to be used by clients of class #endif // Forward declarations namespace geos { namespace geom { class CoordinateSequence; } namespace noding { class SegmentString; class NodedSegmentString; } } namespace geos { namespace noding { // geos::noding /** \brief * A list of the SegmentNode present along a * NodedSegmentString. */ class GEOS_DLL SegmentNodeList { private: // Since we are adding frequently to the SegmentNodeList and // iterating infrequently, it is faster to store all the // SegmentNodes in a vector and sort/remove duplicates // before iteration, rather than storing them in a set // and continuously maintaining a sorted order. mutable std::vector nodeMap; mutable bool ready = false; bool constructZ; bool constructM; void prepare() const; // the parent edge const NodedSegmentString& edge; /** * Checks the correctness of the set of split edges corresponding * to this edge * * @param splitEdges the split edges for this edge (in order) */ void checkSplitEdgesCorrectness(const std::vector& splitEdges) const; /** * Create a new "split edge" with the section of points between * (and including) the two intersections. * The label for the new edge is the same as the label for the * parent edge. * * ownership of return value is transferred */ std::unique_ptr createSplitEdge(const SegmentNode* ei0, const SegmentNode* ei1) const; /** * Extracts the points for a split edge running between two nodes. * The extracted points should contain no duplicate points. * There should always be at least two points extracted * (which will be the given nodes). * * @param ei0 the start node of the split edge * @param ei1 the end node of the split edge * @return the points for the split edge */ std::unique_ptr createSplitEdgePts(const SegmentNode* ei0, const SegmentNode* ei1) const; /** * Adds nodes for any collapsed edge pairs. * Collapsed edge pairs can be caused by inserted nodes, or they * can be pre-existing in the edge vertex list. * In order to provide the correct fully noded semantics, * the vertex at the base of a collapsed pair must also be added * as a node. */ void addCollapsedNodes(); /** / * Adds nodes for any collapsed edge pairs * which are pre-existing in the vertex list. */ void findCollapsesFromExistingVertices( std::vector& collapsedVertexIndexes) const; /** * Adds nodes for any collapsed edge pairs caused by inserted nodes * Collapsed edge pairs occur when the same coordinate is inserted * as a node both before and after an existing edge vertex. * To provide the correct fully noded semantics, * the vertex must be added as a node as well. */ void findCollapsesFromInsertedNodes( std::vector& collapsedVertexIndexes) const; static bool findCollapseIndex(const SegmentNode& ei0, const SegmentNode& ei1, size_t& collapsedVertexIndex); void addEdgeCoordinates(const SegmentNode* ei0, const SegmentNode* ei1, geom::CoordinateSequence& coordList) const; public: // Declare type as noncopyable SegmentNodeList(const SegmentNodeList& other) = delete; SegmentNodeList& operator=(const SegmentNodeList& rhs) = delete; friend std::ostream& operator<< (std::ostream& os, const SegmentNodeList& l); using container = decltype(nodeMap); using iterator = container::iterator; using const_iterator = container::const_iterator; explicit SegmentNodeList(const NodedSegmentString& newEdge, bool p_constructZ, bool p_constructM) : constructZ(p_constructZ) , constructM(p_constructM) , edge(newEdge) {} ~SegmentNodeList() = default; const NodedSegmentString& getEdge() const { return edge; } bool getConstructZ() const { return constructZ; } bool getConstructM() const { return constructM; } /** * Adds an intersection into the list, if it isn't already there. * The input segmentIndex is expected to be normalized. * * @param intPt the intersection Coordinate, will be copied * @param segmentIndex */ template void add(const CoordType& intPt, std::size_t segmentIndex) { // Cast edge to SegmentString to avoid circular dependency between NodedSegmentString and SegmentNodeList nodeMap.emplace_back(edge, intPt, segmentIndex, reinterpret_cast(edge).getSegmentOctant(segmentIndex)); ready = false; } /// Return the number of nodes in this list size_t size() const { prepare(); return nodeMap.size(); } iterator begin() { prepare(); return nodeMap.begin(); } const_iterator begin() const { prepare(); return nodeMap.begin(); } iterator end() { prepare(); return nodeMap.end(); } const_iterator end() const { prepare(); return nodeMap.end(); } /** * Adds entries for the first and last points of the edge to the list */ void addEndpoints(); /** * Creates new edges for all the edges that the intersections in this * list split the parent edge into. * Adds the edges to the input list (this is so a single list * can be used to accumulate all split edges for a Geometry). */ void addSplitEdges(std::vector& edgeList); void addSplitEdges(std::vector* edgeList) { assert(edgeList); addSplitEdges(*edgeList); } /** * Gets the list of coordinates for the fully noded segment string, * including all original segment string vertices and vertices * introduced by nodes in this list. * Repeated coordinates are collapsed. * * @return an array of Coordinates * */ std::unique_ptr getSplitCoordinates(); }; std::ostream& operator<< (std::ostream& os, const SegmentNodeList& l); } // namespace geos::noding } // namespace geos #ifdef _MSC_VER #pragma warning(pop) #endif