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) 2017 GeometryFactory // // This file is part of CGAL (www.cgal.org); // // $URL: https://github.com/CGAL/cgal/blob/v6.1/Stream_support/include/CGAL/IO/PLY/PLY_writer.h $ // $Id: include/CGAL/IO/PLY/PLY_writer.h b26b07a1242 $ // SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial // // Author(s) : Simon Giraudot #ifndef CGAL_IO_PLY_PLY_WRITER_H #define CGAL_IO_PLY_PLY_WRITER_H #include namespace CGAL { namespace IO { namespace internal { template inline void property_header_type (std::ostream& stream) { CGAL_assertion_msg (false, "Unknown PLY type"); stream << "undefined_type"; } template <> inline void property_header_type (std::ostream& stream) { stream << "char"; } template <> inline void property_header_type (std::ostream& stream) { stream << "char"; } template <> inline void property_header_type (std::ostream& stream) { stream << "uchar"; } template <> inline void property_header_type (std::ostream& stream) { stream << "short"; } template <> inline void property_header_type (std::ostream& stream) { stream << "ushort"; } template <> inline void property_header_type (std::ostream& stream) { stream << "int"; } template <> inline void property_header_type (std::ostream& stream) { stream << "uint"; } template <> inline void property_header_type (std::ostream& stream) { stream << "float"; } template <> inline void property_header_type (std::ostream& stream) { stream << "double"; } template void property_header (std::ostream& stream, const PLY_property& prop) { stream << "property "; property_header_type(stream); stream << " " << prop.name << std::endl; } template void property_header (std::ostream& stream, const PLY_property >& prop) { stream << "property list uchar "; property_header_type(stream); stream << " " << prop.name << std::endl; } template struct Properties_header { template static void write(std::ostream& stream, PLY_property_tuple& wrappers) { Properties_header::write(stream, wrappers); property_header (stream, std::get(wrappers)); } }; template <> struct Properties_header<0> { template static void write(std::ostream& stream, PLY_property_tuple& wrappers) { property_header (stream, std::get<1>(wrappers)); } }; template void output_property_header(std::ostream& stream, std::tuple... >&& current) { Properties_header::write(stream, current); } template void output_property_header(std::ostream& stream, std::pair >&& current) { property_header(stream, current.second); } template void output_property_header(std::ostream& stream, std::pair >&& current, NextPropertyHandler&& next, PropertyHandler&& ... properties) { property_header(stream, current.second); output_property_header(stream, std::forward(next), std::forward(properties)...); } template void output_property_header(std::ostream& stream, std::tuple... >&& current, NextPropertyHandler&& next, PropertyHandler&& ... properties) { Properties_header::write(stream, current); output_property_header(stream, std::forward(next), std::forward(properties)...); } template void property_write(std::ostream& stream, ForwardIterator it, PropertyMap map) { stream << CGAL::IO::oformat(get(map, *it)); } template inline T no_char_character(const T& t) { return t; } inline int no_char_character(const char& t) { return int(t); } inline int no_char_character(const signed char& t) { return int(t); } inline int no_char_character(const unsigned char& t) { return int(t); } template void simple_property_write(std::ostream& stream, ForwardIterator it, std::pair > map) { if(CGAL::IO::get_mode(stream) == CGAL::IO::ASCII) stream << no_char_character(get(map.first, *it)); else { typename boost::property_traits::value_type value = get(map.first, *it); stream.write(reinterpret_cast(&value), sizeof(value)); } } template void simple_property_write(std::ostream& stream, ForwardIterator it, std::pair > > map) { const typename PropertyMap::value_type& value = get(map.first, *it); if(CGAL::IO::get_mode(stream) == CGAL::IO::ASCII) { stream << value.size(); for(std::size_t i = 0; i < value.size(); ++ i) stream << " " << no_char_character(value[i]); } else { unsigned char size = static_cast(value.size()); stream.write(reinterpret_cast(&size), sizeof(size)); for(std::size_t i = 0; i < value.size(); ++ i) { T t = T(value[i]); stream.write(reinterpret_cast(&t), sizeof(t)); } } } template void output_properties(std::ostream& stream, ForwardIterator it, std::tuple... >&& current) { property_write(stream, it, std::get<0>(current)); if(CGAL::IO::get_mode(stream) == CGAL::IO::ASCII) stream << std::endl; } template void output_properties(std::ostream& stream, ForwardIterator it, std::pair >&& current) { simple_property_write(stream, it, std::forward > >(current)); if(get_mode(stream) == CGAL::IO::ASCII) stream << std::endl; } template void output_properties(std::ostream& stream, ForwardIterator it, std::pair >&& current, NextPropertyHandler&& next, PropertyHandler&& ... properties) { simple_property_write(stream, it, current); if(get_mode(stream) == CGAL::IO::ASCII) stream << " "; output_properties(stream, it, std::forward(next), std::forward(properties)...); } template void output_properties(std::ostream& stream, ForwardIterator it, std::tuple... >&& current, NextPropertyHandler&& next, PropertyHandler&& ... properties) { property_write(stream, it, std::get<0>(current)); if(get_mode(stream) == CGAL::IO::ASCII) stream << " "; output_properties(stream, it, std::forward(next), std::forward(properties)...); } // Printer classes used by Point_set_3 and Surface_mesh(translate a // property map to a PLY property) template class Abstract_property_printer { public: virtual ~Abstract_property_printer() { } virtual void print(std::ostream& stream, const Index& index) = 0; }; template class Property_printer : public Abstract_property_printer { PropertyMap m_pmap; public: Property_printer(const PropertyMap& pmap) : m_pmap(pmap) { } virtual void print(std::ostream& stream, const Index& index) { stream << get(m_pmap, index); } }; template ::value_type> class Simple_property_printer : public Abstract_property_printer { PropertyMap m_pmap; public: Simple_property_printer(const PropertyMap& pmap) : m_pmap(pmap) { } virtual void print(std::ostream& stream, const Index& index) { if(get_mode(stream) == CGAL::IO::ASCII) stream << no_char_character(get(m_pmap, index)); else { Type t = Type(get(m_pmap, index)); stream.write(reinterpret_cast(&t), sizeof(t)); } } }; template ::value_type, typename ElementType = typename VectorType::value_type> class Simple_property_vector_printer : public Abstract_property_printer { PropertyMap m_pmap; public: Simple_property_vector_printer(const PropertyMap& pmap) : m_pmap(pmap) { } virtual void print(std::ostream& stream, const Index& index) { const VectorType& vec = get(m_pmap, index); if(get_mode(stream) == CGAL::IO::ASCII) { stream << vec.size(); for(const ElementType& v : vec) { stream << " " << v; } } else { unsigned char size = (unsigned char)(vec.size()); stream.write(reinterpret_cast(&size), sizeof(size)); for(const ElementType& v : vec) { ElementType t = ElementType(v); stream.write(reinterpret_cast(&t), sizeof(t)); } } } }; } // namespace internal } // namespace IO } // namespace CGAL #endif // CGAL_IO_PLY_PLY_WRITER_H