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
// Copyright (c) 2012 INRIA Sophia-Antipolis (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). // // $URL: https://github.com/CGAL/cgal/blob/v6.1/AABB_tree/include/CGAL/AABB_primitive.h $ // $Id: include/CGAL/AABB_primitive.h b26b07a1242 $ // SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-Commercial // // // Author(s) : Sebastien Loriot // #ifndef CGAL_AABB_PRIMITIVE_H #define CGAL_AABB_PRIMITIVE_H #include #include #include #include #include namespace CGAL { //class for the typedefs template < class Id_, class ObjectPropertyMap, class PointPropertyMap > struct AABB_primitive_base { typedef typename boost::property_traits< ObjectPropertyMap >::value_type Datum; //datum type typedef typename boost::property_traits< PointPropertyMap >::value_type Point; //point type typedef typename boost::property_traits< ObjectPropertyMap >::reference Datum_reference; //reference datum type typedef typename boost::property_traits< PointPropertyMap >::reference Point_reference; //reference point type typedef Id_ Id; // Id type protected: Id m_id; public: // constructors AABB_primitive_base(Id id) : m_id(id) {} Id id() const {return m_id;} }; #ifdef DOXYGEN_RUNNING /*! * \ingroup PkgAABBTreeRef * Generic primitive type. * The two property maps which are template parameters of the class enable to get the datum and the reference point of * the primitive from the identifier. The last template parameter controls whether the primitive class holds a copy of the datum. * * \cgalModelsBareBegin * \cgalModelsBare{`AABBPrimitive` if `ExternalPropertyMaps` is `CGAL::Tag_false`} * \cgalModelsBare{`AABBPrimitiveWithSharedData` if `ExternalPropertyMaps` is `CGAL::Tag_true`} * \cgalModelsBareEnd * * \tparam ObjectPropertyMap is a model of `ReadablePropertyMap` with `Id` as * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`. * \tparam PointPropertyMap is a model of `ReadablePropertyMap` with `Id` as * `key_type`. It must be a model of `CopyConstructible`, `DefaultConstructible`, and `CopyAssignable`. * \tparam ExternalPropertyMaps either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former * case, the property maps will be stored in the traits class, while * in the latter they will be stored in the primitive * (which increases the size of each primitive). * \tparam CacheDatum either `CGAL::Tag_true` or `CGAL::Tag_false`. In the former case, * the datum is stored in the primitive, while in the latter * it is constructed on the fly to reduce the memory footprint. * The default is `CGAL::Tag_false` (datum is not stored). * * \sa `AABB_segment_primitive_2` * \sa `AABB_segment_primitive_3` * \sa `AABB_triangle_primitive_2` * \sa `AABB_triangle_primitive_3` * \sa `AABB_halfedge_graph_segment_primitive` * \sa `AABB_face_graph_triangle_primitive` */ template < class Id, class ObjectPropertyMap, class PointPropertyMap, class ExternalPropertyMaps, class CacheDatum> struct AABB_primitive { /// \name Types /// @{ /*! The datum type. */ typedef boost::property_traits< ObjectPropertyMap >::value_type Datum; /*! The point type. */ typedef boost::property_traits< PointPropertyMap >::value_type Point; /*! The reference datum type. */ typedef boost::property_traits< ObjectPropertyMap >::reference Datum_reference; /*! The reference point type. */ typedef boost::property_traits< PointPropertyMap >::reference Point_reference; /*! Id type. */ typedef Id Id; /// @} /*! constructs a primitive and initializes the property maps. */ AABB_primitive(Id id, ObjectPropertyMap o_pmap=ObjectPropertyMap(), PointPropertyMap p_pmap=PointPropertyMap()); /*! constructs a primitive from an iterator with `Id` as value type and initializes the property maps. */ template AABB_primitive(Iterator it, ObjectPropertyMap o_pmap=ObjectPropertyMap(), PointPropertyMap p_pmap=PointPropertyMap()); }; #else template < class Id, class ObjectPropertyMap, class PointPropertyMap, class ExternalPropertyMaps, class CacheDatum> class AABB_primitive; //no caching, property maps internally stored template < class Id, class ObjectPropertyMap, class PointPropertyMap > class AABB_primitive : public AABB_primitive_base { typedef AABB_primitive_base Base; ObjectPropertyMap m_obj_pmap; PointPropertyMap m_pt_pmap; public: AABB_primitive(Id id, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap pt_pmap=PointPropertyMap()) : Base(id), m_obj_pmap(obj_pmap), m_pt_pmap(pt_pmap) {} template AABB_primitive(Iterator it, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap pt_pmap=PointPropertyMap()) : Base(*it), m_obj_pmap(obj_pmap), m_pt_pmap(pt_pmap) {} typename Base::Datum_reference datum() const { return get(m_obj_pmap,this->m_id); } typename Base::Point_reference reference_point() const { return get(m_pt_pmap,this->m_id); } }; //caching, property maps internally stored template < class Id, class ObjectPropertyMap, class PointPropertyMap > class AABB_primitive : public AABB_primitive_base { typedef AABB_primitive_base Base; typename boost::property_traits< ObjectPropertyMap >::value_type m_datum; PointPropertyMap m_pt_pmap; public: typedef const typename Base::Datum& Datum_reference; AABB_primitive(Id id, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap pt_pmap=PointPropertyMap()) : Base(id), m_datum( get(obj_pmap,id) ), m_pt_pmap(pt_pmap){} template AABB_primitive(Iterator it, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap pt_pmap=PointPropertyMap()) : Base(*it), m_datum( get(obj_pmap,*it) ), m_pt_pmap(pt_pmap){} Datum_reference datum() const { return m_datum; } typename Base::Point_reference reference_point() const { return get(m_pt_pmap,this->m_id); } }; //no caching, property maps are stored outside the class template < class Id, class ObjectPropertyMap, class PointPropertyMap > class AABB_primitive : public AABB_primitive_base { typedef AABB_primitive_base Base; public: typedef std::pair Shared_data; AABB_primitive(Id id, ObjectPropertyMap=ObjectPropertyMap(), PointPropertyMap=PointPropertyMap()) : Base(id) {} template AABB_primitive(Iterator it, ObjectPropertyMap=ObjectPropertyMap(), PointPropertyMap=PointPropertyMap()) : Base(*it) {} typename Base::Datum_reference datum(const Shared_data& data) const { return get(data.first,this->m_id); } typename Base::Point_reference reference_point(const Shared_data& data) const { return get(data.second,this->m_id); } static Shared_data construct_shared_data(ObjectPropertyMap obj, PointPropertyMap pt) {return Shared_data(obj,pt);} }; //caching, property map is stored outside the class template < class Id, class ObjectPropertyMap, class PointPropertyMap > class AABB_primitive : public AABB_primitive_base { typedef AABB_primitive_base Base; typename boost::property_traits< ObjectPropertyMap >::value_type m_datum; public: typedef PointPropertyMap Shared_data; typedef const typename Base::Datum& Datum_reference; AABB_primitive(Id id, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap=PointPropertyMap()) : Base(id), m_datum( get(obj_pmap,id) ) {} template AABB_primitive(Iterator it, ObjectPropertyMap obj_pmap=ObjectPropertyMap(), PointPropertyMap=PointPropertyMap()) : Base(*it), m_datum( get(obj_pmap,*it) ) {} Datum_reference datum(Shared_data) const { return m_datum; } typename Base::Point_reference reference_point(const Shared_data& data) const { return get(data,this->m_id); } static Shared_data construct_shared_data(ObjectPropertyMap, PointPropertyMap pt) {return pt;} }; #endif //DOXYGEN_RUNNING } // end namespace CGAL #include #endif // CGAL_AABB_PRIMITIVE_H