Commit Graph

224 Commits

Author SHA1 Message Date
Adam Wulkiewicz
be637c0929 Merge pull request #128 from mkaravel/feature/counting-algorithms
Feature/counting algorithms
2014-08-14 12:57:48 +02:00
Menelaos Karavelas
22f93f9752 [doc][examples][num_segments] update num_segments example: the free
function takes only one argument
2014-08-14 00:43:48 +03:00
Bruno Lalande
0c074f1695 Put back implementation_status until support_status is made variant-aware 2014-08-11 13:51:20 +01:00
Bruno Lalande
14df42cfc0 Remove implementation_status, replaced by support_status. 2014-08-10 22:52:25 +01:00
Menelaos Karavelas
831b8dcc51 [doc][examples][num_segments] replace example multi-polygon by a valid one 2014-08-06 14:29:25 +03:00
Menelaos Karavelas
4743a67ec6 [doc][examples][num_segments] remove unnecessary includes 2014-08-06 14:22:18 +03:00
Menelaos Karavelas
e98bfaca4a Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-29 00:34:33 +03:00
Adam Wulkiewicz
4272a1eeb5 [doc] Fix the constants in boost_array example 2014-07-28 18:30:36 +02:00
Menelaos Karavelas
13fc1b22a8 [doc][examples][strategies] remove unused local types in examples of
buffer strategy join_round and buffer strategy join_miter
2014-07-27 15:42:38 +03:00
Barend Gehrels
fb0f0d5cd7 Merge pull request #109 from mkaravel/doc/examples
Examples
2014-07-25 17:57:58 +02:00
Menelaos Karavelas
bfd5aac991 [doc][doxygen_xml2qbk] add fix/hack to replace boost/geometry/geometry.hpp
header by boost/geometry.hpp header when outputting to quickbook format
2014-07-25 12:22:04 +03:00
Menelaos Karavelas
575b5c3aaf [doc][examples] remove inclusion of boost/geometry/io/wkt/wkt.hpp
(included now by boost/geometry.hpp)
2014-07-25 11:36:46 +03:00
Menelaos Karavelas
af64c36623 [doxygen_xml2qbk] add hack to fix header includes pointing to
boost/geometry/algorithms/detail/<algorithm name>/interface.hpp
produced by the changes in the file/directory structure of algorithms
2014-07-24 14:31:23 +03:00
Menelaos Karavelas
357f79cd72 [doc][implementation status] add is_simple and is_valid algorithms 2014-07-22 12:08:04 +03:00
Barend Gehrels
36cd8e2d5c [doxygen_xml2qbk][fix] header was not on newline (probably by a qbk change)
and fixed typo
2014-07-20 19:18:59 +02:00
Barend Gehrels
9c64cf0f1b [doxygen_xml2qbk] avoid too long lines (as were generated for buffer synopsis) 2014-07-20 19:17:45 +02:00
Barend Gehrels
f998eda43b [doxygen_xml2qbk] cosmetic change 2014-07-20 19:15:45 +02:00
Barend Gehrels
2a1bb575c2 [doxygen_xml2qbk] avoid warnings 2014-07-20 18:25:51 +02:00
Barend Gehrels
384632c572 [buffer] change default constructors for round strategies and
changed corresponding samples (often omitting the number for non relevant
strategies)
2014-07-20 15:51:49 +02:00
Barend Gehrels
487609b233 [buffer][doc] Enhance doc 2014-07-20 13:45:58 +02:00
Barend Gehrels
267a426c0e [buffer][doc] fix buffer_with_strategies example 2014-07-20 12:47:46 +02:00
Barend Gehrels
6100b695be [buffer][doc] Enhancements, cross-links, doc-fixes 2014-07-20 11:32:02 +02:00
Barend Gehrels
0e77ef5342 [buffer] rename buffer_side to side_straight to make it consistent with other buffer strategies
and buffer is already part of the namespace
2014-07-20 10:52:48 +02:00
Barend Gehrels
0b635e342d [buffer] rename buffer_circle to point_circle to have it consistent with other strategies,
and buffer is already in the namespace. same for buffer_square -> point_square
2014-07-20 10:38:40 +02:00
Barend Gehrels
c12701bb40 [buffer] documentation of 6 distance strategies 2014-07-19 23:05:45 +02:00
Barend Gehrels
46068123b9 [buffer] create documentation about PointStrategy (buffer_circle)
add buffer_square as alternative
2014-07-19 14:36:39 +02:00
Barend Gehrels
cebad2e20c [buffer][doc] small changes in outputted text/comments 2014-07-18 22:49:48 +02:00
Barend Gehrels
52d3c3a371 [buffer] update doc and images 2014-07-18 22:27:43 +02:00
Menelaos Karavelas
06cbc9a0e7 [doc][examples][num_segments] use an open polygon instead of a closed one;
call also num_segments with the second (optional) argument set to true;
2014-07-17 11:35:30 +03:00
Menelaos Karavelas
42e16b463f Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-17 09:28:56 +03:00
Menelaos Karavelas
428e010146 Merge branch 'develop' of https://github.com/boostorg/geometry into feature/num_segments 2014-07-17 03:29:16 +03:00
Menelaos Karavelas
439bc5198b [doc][support status] add algorithms is_simple and is_valid 2014-07-17 03:15:37 +03:00
Menelaos Karavelas
bf9c8aa3e4 [doc][support status] fix typo: num_interior_rings should have been num_points 2014-07-17 03:10:55 +03:00
Menelaos Karavelas
148d867a7b [doc][examples] add example for num_segments algorithm 2014-07-17 03:07:15 +03:00
Menelaos Karavelas
f6a7f06815 [doc][support status] add num_segments algorithm 2014-07-17 03:06:27 +03:00
Barend Gehrels
5df31ddd0e [buffer] add documentation for buffer with 5 strategies 2014-07-16 17:01:50 +02:00
Adam Wulkiewicz
e6345b2441 [doc] Add Boost.Polygon examples to Jamfile 2014-07-15 00:46:34 +02:00
Adam Wulkiewicz
7808f77ce2 [doc] Fix docs of Boost.Polygon adapters, add examples. 2014-07-15 00:42:16 +02:00
Adam Wulkiewicz
e04cc53c6d [doc] Fix doxygen_xml2qbk member function output.
Invalid number of columns was generated for a member function if return description was empty.
2014-07-10 16:26:19 +02:00
Menelaos Karavelas
179ffcc899 [doc][examples][is_simple] remove inclusion of wkt.hpp 2014-07-02 23:50:05 +03:00
Menelaos Karavelas
6907f69148 [doc][examples][is_valid] remove inclusion of wkt.hpp 2014-07-02 23:49:42 +03:00
Menelaos Karavelas
cc90fde7df [doc][examples][is_valid] add image; slightly modify the example geometry
(one of the interior rings was having CW orientation instead of CCW)
2014-07-02 11:30:55 +03:00
Menelaos Karavelas
1357c9cc35 [doc][examples][is_simple] add image 2014-07-02 11:30:35 +03:00
Menelaos Karavelas
46da1da916 [doc][examples] change the color used for drawing the geometry 2014-07-02 11:29:43 +03:00
Menelaos Karavelas
57a97b19cb [doc][algorithms][examples] update copyright header 2014-06-27 02:42:13 +03:00
Menelaos Karavelas
ff8d26e3e9 [doc][is_simple, is_valid] add doxygen and qbk support for documentation
of is_simple and is_valid; add qbk doc for is_simple and is_valid;
add example for is_simple and is_valid;
2014-06-27 02:35:33 +03:00
Adam Wulkiewicz
18923e929d [docutils] Update WRT the latest relocation of the code from multi/ directory.
Also add Jamfile for support_status.
2014-06-04 22:34:07 +02:00
Adam Wulkiewicz
ac81873925 [doc] Update docs WRT the latest relocation of the code from multi/ directory 2014-06-04 22:14:25 +02:00
Barend Gehrels
cb8344e5f2 [doc] Extended doc for WKT 2014-05-20 22:57:38 +02:00
Barend Gehrels
86259f78a7 [doc][wkt] Fixed WKT doc / extended WKT doc (in progress) 2014-05-19 23:10:06 +02:00