Home
last modified time | relevance | path

Searched refs:is_simple (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/boost/geometry/algorithms/detail/is_simple/
Dinterface.hpp32 struct is_simple struct
38 return dispatch::is_simple<Geometry>::apply(geometry, strategy); in apply()
51 return dispatch::is_simple<Geometry>::apply(geometry, strategy_type()); in apply()
61 struct is_simple struct
68 return resolve_strategy::is_simple::apply(geometry, strategy); in apply()
73 struct is_simple<boost::variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
87 return is_simple<Geometry>::apply(geometry, m_strategy); in operator ()()
116 inline bool is_simple(Geometry const& geometry, Strategy const& strategy) in is_simple() function
118 return resolve_variant::is_simple<Geometry>::apply(geometry, strategy); in is_simple()
132 inline bool is_simple(Geometry const& geometry) in is_simple() function
[all …]
Dalways_simple.hpp24 namespace detail { namespace is_simple namespace
52 struct is_simple<Point, point_tag> struct
53 : detail::is_simple::always_simple<Point>
64 struct is_simple<Segment, segment_tag> struct
65 : detail::is_simple::always_simple<Segment>
74 struct is_simple<Box, box_tag> struct
75 : detail::is_simple::always_simple<Box>
Dareal.hpp34 namespace detail { namespace is_simple namespace
104 struct is_simple<Ring, ring_tag> struct
109 return detail::is_simple::is_simple_ring in apply()
122 struct is_simple<Polygon, polygon_tag> struct
127 return detail::is_simple::is_simple_polygon in apply()
141 struct is_simple<MultiPolygon, multi_polygon_tag> struct
149 detail::is_simple::is_simple_polygon in apply()
Dmultipoint.hpp35 namespace detail { namespace is_simple namespace
86 struct is_simple<MultiPoint, multi_point_tag> struct
87 : detail::is_simple::is_simple_multipoint<MultiPoint>
Dlinear.hpp60 namespace detail { namespace is_simple namespace
297 return detail::is_simple::is_simple_linestring in apply()
350 struct is_simple<Linestring, linestring_tag> struct
351 : detail::is_simple::is_simple_linestring<Linestring>
362 struct is_simple<MultiLinestring, multi_linestring_tag> struct
363 : detail::is_simple::is_simple_multilinestring<MultiLinestring>
Dfailure_policy.hpp21 namespace detail { namespace is_simple namespace
Ddebug_print_boundary_points.hpp38 namespace detail { namespace is_simple namespace
/third_party/boost/libs/geometry/doc/generated/
Dis_simple.qbk16 [section:is_simple_2_with_strategy is_simple (with strategy)]
18 '''<indexterm><primary>is_simple</primary></indexterm>'''
23 bool is_simple(Geometry const & geometry, Strategy const & strategy)``
30 …simple Strategy Concept ] [strategy] [The strategy which will be used for is_simple calculations ]]
45 `#include <boost/geometry/algorithms/is_simple.hpp>`
47 [include reference/algorithms/is_simple.qbk]
52 [section:is_simple_1 is_simple]
54 '''<indexterm><primary>is_simple</primary></indexterm>'''
59 bool is_simple(Geometry const & geometry)``
80 `#include <boost/geometry/algorithms/is_simple.hpp>`
[all …]
/third_party/boost/libs/geometry/doc/reference/algorithms/
Dis_simple.qbk12 [def __this_function__ is_simple]
26 [is_simple]
Dis_valid.qbk32 * [link geometry.reference.algorithms.is_simple is_simple]
Dis_valid_with_message.qbk32 * [link geometry.reference.algorithms.is_simple is_simple]
Dis_valid_with_failure.qbk32 * [link geometry.reference.algorithms.is_simple is_simple]
/third_party/boost/libs/geometry/test/algorithms/
Dtest_is_simple.hpp52 bool simple = bg::is_simple(geometry, strategy); in test_simple_s()
73 bool simple = bg::is_simple(geometry); in test_simple()
/third_party/python/Lib/
Dtabnanny.py180 self.is_simple = len(count) <= 1
245 if self.is_simple and other.is_simple:
/third_party/boost/boost/geometry/algorithms/dispatch/
Dis_simple.hpp27 struct is_simple struct
/third_party/python/Parser/
Dasdl_c.py73 def is_simple(sum): function
91 if is_simple(obj):
140 if is_simple(sum):
177 if is_simple(sum):
206 if not is_simple(sum):
283 if is_simple(sum):
510 if is_simple(sum):
644 if not is_simple(sum):
680 if is_simple(sum):
1091 simple = is_simple(sum)
[all …]
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dis_simple.cpp32 << (boost::geometry::is_simple(multi_linestring) ? "yes" : "no") in main()
DJamfile67 exe is_simple : is_simple.cpp ;
DJamfile.v267 exe is_simple : is_simple.cpp ;
/third_party/boost/libs/geometry/test/cs_undefined/
Dis.cpp18 bg::is_simple(g, s); in is()
/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/
Dsupport_status.cpp118 DECLARE_UNARY_ALGORITHM(is_simple)
259 test_unary_algorithm<is_simple, all_types, OutputFactory>("is_simple"); in support_status()
/third_party/boost/libs/geometry/test/
Dminimal.cpp64 BOOST_CHECK(bg::is_simple(ls)); in test_main()
/third_party/boost/libs/geometry/doc/
Dreference.qbk157 [section:is_simple is_simple]
158 [include generated/is_simple.qbk]
/third_party/boost/boost/spirit/home/classic/dynamic/
Dswitch.hpp153 BOOST_STATIC_CONSTANT(bool, is_simple = true);
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dm3u8.h224 gboolean is_simple; /* TRUE if simple main media playlist, member

12