text
stringlengths
9
39.2M
dir
stringlengths
26
295
lang
stringclasses
185 values
created_date
timestamp[us]
updated_date
timestamp[us]
repo_name
stringlengths
1
97
repo_full_name
stringlengths
7
106
star
int64
1k
183k
len_tokens
int64
1
13.8M
```c++ // Boost.Geometry // // varray details // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_VARRAY_DETAIL_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_VARRAY_DETAIL_HPP #include <cstddef> #include <cstring> #include <memory> #include <limits> #i...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/varray_detail.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,203
```c++ // Boost.Geometry Index // // R-tree implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_RTREE_HPP #define BOOST_GEOMETRY_INDEX_RTREE_HPP // STD #include <algorithm> // Boost #include <boost/tuple/tuple.hpp> #include <boost/move/mo...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/rtree.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
16,898
```c++ // Boost.Geometry Index // // Spatial query predicates definition and checks. // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_PREDICATES_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_PREDICATES_HPP //#include <utility> #include <boost/mpl/as...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/predicates.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
6,494
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_TRANSLATOR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_TRANSLATOR_HPP namespace boost { namespace geometry { namespace index { namespace detail { template <typename I...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/translator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
305
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_EXCEPTION_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_EXCEPTION_HPP #include <boost/core/no_exceptions_support.hpp> #ifndef BOOST_NO_EXCEPTIONS #include <stdexcept> #i...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/exception.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
410
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #if defined BOOST_MSVC #pragma warning (pop) #endif ```
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/config_end.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
49
```c++ // Boost.Geometry Index // // This view makes possible to treat some simple primitives as its bounding geometry // e.g. box, nsphere, etc. // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_BOUNDED_VIEW_HPP #define BOOST_GEOMETRY_INDEX_DETA...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/bounded_view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,353
```c++ // Boost.Geometry Index // // Spatial index distance predicates, calculators and checkers // used in nearest query - specialized for envelopes // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_DISTANCE_PREDICATES_HPP #define BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/distance_predicates.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,162
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_IS_BOUNDING_GEOMETRY_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_IS_BOUNDING_GEOMETRY_HPP #include <boost/geometry/core/tag.hpp> #include <boost/geometry/core/tags.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/is_bounding_geometry.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
180
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_SERIALIZATION_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_SERIALIZATION_HPP //#include <boost/serialization/serialization.hpp> #include <boost/serialization/split_membe...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/serialization.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,687
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #include <boost/range.hpp> #include <boost/mpl/aux_/has_type.hpp> #include <boost/mpl/if.hpp> #include <boost/mpl/and.hpp> //#include <boost/type_traits/is_convertible.hpp> #ifndef BOOST_GEOMETRY_INDE...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/meta.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
291
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ASSERT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ASSERT_HPP #include <boost/geometry/core/assert.hpp> #undef BOOST_GEOMETRY_INDEX_ASSERT #define BOOST_GEOMETRY_INDE...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/assert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
103
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #include <boost/swap.hpp> //#include <boost/type_traits/is_empty.hpp> #ifndef BOOST_GEOMETRY_INDEX_DETAIL_UTILITIES_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_UTILITIES_HPP namespace boost { namespace g...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/utilities.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
292
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #include <boost/config.hpp> #ifdef BOOST_MSVC #pragma warning (push) #pragma warning (disable : 4512) // assignment operator could not be generated #pragma warning (disable : 4127) // con...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/config_begin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
120
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_IS_INDEXABLE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_IS_INDEXABLE_HPP #include <boost/geometry/core/tag.hpp> #include <boost/geometry/core/tags.hpp> namespace boos...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/is_indexable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
227
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_TUPLES_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_TUPLES_HPP #include <boost/tuple/tuple.hpp> #include <boost/type_traits/is_same.hpp> // TODO move this to index/tupl...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/tuples.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,039
```c++ // Boost.Container varray // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_VARRAY_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_VARRAY_HPP // TODO - REMOVE/CHANGE #include <boost/container/detail/config_begin.hpp> #include <boost/container/det...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/varray.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
17,591
```c++ // Boost.Geometry Index // // R-tree initial packing // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_PACK_CREATE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_PACK_CREATE_HPP #include <boost/geometry/algorithms/expand.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/pack_create.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,285
```c++ // Boost.Geometry Index // // R-tree options, algorithms, parameters // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_OPTIONS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_OPTIONS_HPP #include <boost/geometry/index/parameters.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/options.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
852
```c++ // Boost.Geometry Index // // R-tree iterators // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_ITERATORS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_ITERATORS_HPP namespace boost { namespace geometry { namespace index { namespac...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/iterators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
671
```c++ // Boost.Geometry Index // // R-tree queries range adaptors // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_ADAPTORS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_ADAPTORS_HPP #include <deque> #include <boost/static_assert.hpp> #...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/adaptors.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
357
```c++ // Boost.Geometry Index // // R-tree query iterators // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_QUERY_ITERATORS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_QUERY_ITERATORS_HPP #include <boost/scoped_ptr.hpp> //#define BOOS...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/query_iterators.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,347
```c++ // Boost.Geometry Index // // R-tree scoped deallocator // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_SCOPED_DEALLOCATOR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_SCOPED_DEALLOCATOR_HPP namespace boost { namespace ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/scoped_deallocator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
266
```c++ // Boost.Geometry Index // // R-tree nodes based on Boost.Variant, storing dynamic-size containers // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_DYNAMIC_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_DYNA...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/variant_dynamic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,782
```c++ // Boost.Geometry Index // // R-tree nodes weak visitor and nodes base type // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_VISITOR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_VISITOR_HPP namespace boost { na...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/weak_visitor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
433
```c++ // Boost.Geometry Index // // R-tree node elements access // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_NODE_ELEMENTS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_NODE_ELEMENTS_HPP #include <boost/container/vector.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/node_elements.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
542
```c++ // Boost.Geometry Index // // R-tree nodes based on static conversion, storing static-size containers // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_STATIC_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_STATIC_H...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/weak_static.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,286
```c++ // Boost.Geometry Index // // R-tree node concept // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_CONCEPT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_CONCEPT_HPP namespace boost { namespace geometry { namespace index {...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/concept.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
438
```c++ // Boost.Geometry Index // // Pairs intended to be used internally in nodes. // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_PAIRS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_PAIRS_HPP #include <boost/move/move.hpp> n...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/pairs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
505
```c++ // Boost.Geometry Index // // R-tree nodes based on static conversion, storing dynamic-size containers // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_DYNAMIC_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_WEAK_DYNAMI...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/weak_dynamic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,019
```c++ // Boost.Geometry Index // // R-tree subtree scoped destroyer // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_SUBTREE_DESTROYED_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_SUBTREE_DESTROYED_HPP #include <boost/geometry...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/subtree_destroyer.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
429
```c++ // Boost.Geometry Index // // R-tree nodes static visitor related code // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_VISITOR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_VISITOR_HPP #include <boost/var...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/variant_visitor.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
446
```c++ // Boost.Geometry Index // // R-tree nodes based on Boost.Variant, storing static-size containers // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_STATIC_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_VARIANT_STATIC...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/variant_static.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,065
```c++ // Boost.Geometry Index // // R-tree nodes // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_NODE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_NODE_NODE_HPP #include <boost/container/vector.hpp> #include <boost/geometry/index/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/node/node.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,661
```c++ // Boost.Geometry Index // // R-tree R*-tree insert algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_INSERT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_INSERT_HPP #include <boost/geometry/inde...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/rstar/insert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
5,301
```c++ // Boost.Geometry Index // // R-tree R*-tree algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_RSTAR_HPP #include <boost/geometry/index/detail/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/rstar/rstar.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
138
```c++ // Boost.Geometry Index // // R-tree R*-tree split algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashP #define your_sha256_hashP #include <boost/geometry/index/detail/algorithms/intersection_content.hpp> #include <boost/geome...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/rstar/redistribute_elements.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,118
```c++ // Boost.Geometry Index // // R-tree R*-tree next node choosing algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_CHOOSE_NEXT_NODE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_RSTAR_CHOOSE_NEXT_NODE_HP...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/rstar/choose_next_node.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,937
```c++ // Boost.Geometry Index // // R-tree linear algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_LINEAR_LINEAR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_LINEAR_LINEAR_HPP #include <boost/geometry/index/deta...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/linear/linear.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
96
```c++ // Boost.Geometry Index // // R-tree spatial query visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_SPATIAL_QUERY_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_SPATIAL_QUERY_HPP namespace bo...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/spatial_query.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,621
```c++ // Boost.Geometry Index // // R-tree linear split algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashPP #define your_sha256_hashPP #include <boost/type_traits/is_unsigned.hpp> #include <boost/geometry/index/detail/algorithms/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/linear/redistribute_elements.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
3,837
```c++ // Boost.Geometry Index // // R-tree removing visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_REMOVE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_REMOVE_HPP #include <boost/geometry/index/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/remove.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,761
```c++ // Boost.Geometry Index // // R-tree inserting visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_INSERT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_INSERT_HPP #include <boost/type_traits/is...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/insert.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,969
```c++ // Boost.Geometry Index // // R-tree deep copying visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_COPY_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_COPY_HPP namespace boost { namespace geo...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/copy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
757
```c++ // Boost.Geometry Index // // R-tree leaf node checking visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_IS_LEAF_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_IS_LEAF_HPP namespace boost { n...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/is_leaf.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
292
```c++ // Boost.Geometry Index // // R-tree destroying visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_DELETE_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_DELETE_HPP namespace boost { namespace g...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/destroy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
553
```c++ // Boost.Geometry Index // // R-tree node children box calculating visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_CHILDREN_BOX_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_CHILDREN_BOX_HPP...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/children_box.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
415
```c++ // Boost.Geometry Index // // R-tree count visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_COUNT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_COUNT_HPP namespace boost { namespace geometry...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/count.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
770
```c++ // Boost.Geometry Index // // R-tree iterator visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_ITERATOR_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_ITERATOR_HPP namespace boost { namespace...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/iterator.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
886
```c++ // Boost.Geometry Index // // R-tree distance (knn, path, etc. ) query visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_DISTANCE_QUERY_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_VISITORS_DISTANCE_Q...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/visitors/distance_query.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
4,690
```c++ // Boost.Geometry Index // // R-tree quadratic algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_QUADRATIC_QUADRATIC_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_QUADRATIC_QUADRATIC_HPP #include <boost/geom...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/quadratic/quadratic.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
108
```c++ // Boost.Geometry Index // // R-tree boxes validating visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_BOXES_OK_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_BOXES_OK_HPP #include ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/are_boxes_ok.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
842
```c++ // Boost.Geometry Index // // R-tree quadratic split algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashS_HPP #define your_sha256_hashS_HPP #include <algorithm> #include <boost/geometry/index/detail/algorithms/content.hpp> #i...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/quadratic/redistribute_elements.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,489
```c++ // Boost.Geometry Index // // Rtree utilities view // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_VIEW_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_VIEW_HPP namespace boost { namespace geometry { namespace in...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/view.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
329
```c++ // Boost.Geometry Index // // R-tree levels validating visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_LEVELS_OK_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_LEVELS_OK_HPP #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/are_levels_ok.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
689
```c++ // Boost.Geometry Index // // R-tree nodes elements numbers validating visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_COUNTS_OK_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_ARE_COUNT...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/are_counts_ok.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
734
```c++ // Boost.Geometry Index // // R-tree visitor collecting basic statistics // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_STATISTICS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_STATISTICS_HPP #include <algorit...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/statistics.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
762
```c++ // Boost.Geometry Index // // R-tree ostreaming visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_PRINT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_PRINT_HPP #include <iostream> namespac...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/print.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,419
```c++ // Boost.Geometry Index // // R-tree kmeans split algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_KMEANS_SPLIT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_KMEANS_SPLIT_HPP #include <boost/geometry/index/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/kmeans/split.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
873
```c++ // Boost.Geometry Index // // R-tree OpenGL drawing visitor implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_GL_DRAW_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_UTILITIES_GL_DRAW_HPP #include <boost/mpl/a...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/utilities/gl_draw.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,805
```c++ // Boost.Geometry Index // // R-tree kmeans algorithm implementation // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_RTREE_KMEANS_KMEANS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_RTREE_KMEANS_KMEANS_HPP #include <boost/geometry/index/rtre...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/rtree/kmeans/kmeans.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
107
```c++ // Boost.Geometry Index // // Abs of difference // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_DIFF_ABS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_DIFF_ABS_HPP namespace boost { namespace geometry { namespace index {...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/diff_abs.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
270
```c++ // Boost.Geometry Index // // n-dimensional box-linestring intersection // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_PATH_INTERSECTION_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_PATH_INTERSECTION_HPP #include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/path_intersection.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
919
```c++ // Boost.Geometry Index // // minmaxdist used in R-tree k nearest neighbors query // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MINMAXDIST_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MINMAXDIST_HPP #include <boost/ge...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/minmaxdist.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
911
```c++ // Boost.Geometry Index // // Sum values calculated for indexable's dimensions, used e.g. in R-tree k nearest neighbors query // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_SUM_FOR_INDEXABLE_HPP #define BOOST_GEOMETRY_INDEX_D...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/sum_for_indexable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
495
```c++ // Boost.Geometry Index // // squared distance between point and furthest point of the box or point // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashPP #define your_sha256_hashPP #include <boost/geometry/index/detail/algorithms/diff_abs.hpp> #includ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/comparable_distance_far.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
472
```c++ // Boost.Geometry Index // // n-dimensional Indexable validity check // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_IS_VALID_HPP #include <cstddef> #include <boost/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/is_valid.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
490
```c++ // Boost.Geometry Index // // n-dimensional box's margin value (hypersurface), 2d perimeter, 3d surface, etc... // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_MARGIN_H...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/margin.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,187
```c++ // Boost.Geometry Index // // n-dimensional content (hypervolume) - 2d area, 3d volume, ... // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_CONTENT_HPP namespace boos...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/content.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
511
```c++ // Boost.Geometry Index // // squared distance between point and centroid of the box or point // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashOID_HPP #define your_sha256_hashOID_HPP #include <boost/geometry/index/detail/algorithms/sum_for_indexable...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/comparable_distance_centroid.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
569
```c++ // Boost.Geometry Index // // n-dimensional bounds // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_BOUNDS_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_BOUNDS_HPP #include <boost/geometry/index/detail/bounded_view.hpp> ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/bounds.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
505
```c++ // Boost.Geometry Index // // boxes union/intersection area/volume // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_INTERSECTION_CONTENT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_INTERSECTION_CONTENT_HPP #include <boo...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/intersection_content.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
311
```c++ // Boost.Geometry Index // // Get smallest value calculated for indexable's dimensions, used in R-tree k nearest neighbors query // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashP #define your_sha256_hashP namespace boost { namespace geometry { name...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/smallest_for_indexable.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
518
```c++ // Boost.Geometry Index // // boxes union/sum area/volume // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_UNION_CONTENT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_UNION_CONTENT_HPP #include <boost/geometry/algorithms/...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/union_content.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
207
```c++ // Boost.Geometry Index // // n-dimensional box-segment intersection // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_SEGMENT_INTERSECTION_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_SEGMENT_INTERSECTION_HPP namespace b...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/segment_intersection.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,179
```c++ // Boost.Geometry Index // // squared distance between point and nearest point of the box or point // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef your_sha256_hashHPP #define your_sha256_hashHPP #include <boost/geometry/index/detail/algorithms/sum_for_indexable.hp...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/comparable_distance_near.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
532
```c++ // Boost.Geometry Index // // Query range adaptor // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_ADAPTORS_QUERY_HPP #define BOOST_GEOMETRY_INDEX_ADAPTORS_QUERY_HPP /*! \defgroup adaptors Adaptors (boost::geometry::index::adaptors::) */ names...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/adaptors/query.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
420
```c++ // Boost.Geometry Index // // // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_NTH_ELEMENT_HPP #define BOOST_GEOMETRY_INDEX_DETAIL_ALGORITHMS_NTH_ELEMENT_HPP #include <algorithm> namespace boost { namespace geometry { namespace ind...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/index/detail/algorithms/nth_element.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
442
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/multi_linestring.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
681
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/multi_polygon.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
651
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/geometries.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
221
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/point_xy.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
833
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/segment.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,372
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/polygon.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
2,043
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/linestring.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
678
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/ring.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
983
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/multi_point.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
682
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_HELPER_GEOMETRY_HPP #define BOOST_GEOMETRY_GEOMETRIES_HELPER_...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/helper_geometry.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
931
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/variant.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
217
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // This file was modified by Oracle on 2014. // Modifications copyright (c) 2014, Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // Parts of Boost.Geometry are redesigned from Geodan's Geographic Li...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/point.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,942
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_POINTING_SEGMENT_HPP #define BOOST_GEOMETRY_GEOMETRIES_POINTING_SEGMENT_HPP #include <cstddef> #include <boost/concept/assert.hpp>...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/pointing_segment.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
767
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/box.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
1,095
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_ARRAY_HPP #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_ARRAY_HPP #ifdef BOOST_GEOMETRY_ADAPTED_BOOST_ARRAY_TAG_DEFINED #er...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/boost_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
663
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/c_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
597
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/boost_tuple.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
902
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_STD_ARRAY_HPP #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_STD_ARRAY_HPP #define BOOST_GEOMETRY_ADAPTED_STD_ARRAY_TAG_DEFINED #inclu...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/std_array.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
599
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // This file was modified by Oracle on 2015. // Modifications copyright (c) 2015, Oracle and/or its affiliates. // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // ...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/boost_fusion.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
984
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_POLYGON_HPP #include <boost/geometry/geometries/adapted/boost_poly...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/boost_polygon.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
160
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_RANGE_UNIQUED_HPP #define BOOST_GEOMETRY_GEOMETRIES_ADAPTED_BOOST_RANGE_UNIQUED_HPP #include <boost/range/adaptor/uniqued.hpp...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/boost_range/uniqued.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
201
```c++ // Boost.Geometry (aka GGL, Generic Geometry Library) // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // path_to_url #ifndef BOOST_GEOMETRY...
/content/code_sandbox/src/boost_1_66_0/boost/geometry/geometries/adapted/std_pair_as_segment.hpp
c++
2016-06-14T03:01:16
2024-08-12T19:23:19
VC-LTL
Chuyu-Team/VC-LTL
1,052
558