Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 8bc6759a6f32712e5bc0cdfb80b23784 > files > 991

boost-examples-1.60.0-6.mga6.noarch.rpm

# Boost.Geometry (aka GGL, Generic Geometry Library)
#
# Copyright (c) 2007-2015 Barend Gehrels, Amsterdam, the Netherlands.
# Copyright (c) 2008-2015 Bruno Lalande, Paris, France.
# Copyright (c) 2009-2015 Mateusz Loskot, London, UK.

# This file was modified by Oracle on 2014, 2015.
# Modifications copyright (c) 2014-2015, Oracle and/or its affiliates.

# Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle

# Use, modification and distribution is subject to the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)


project boost-geometry-doc-example-algorithms
    : # requirements
    ;

exe append : append.cpp ;

exe area : area.cpp ;
exe area_with_strategy : area_with_strategy.cpp ;

exe assign : assign.cpp ;
exe assign_2d_point : assign_2d_point.cpp ;
exe assign_3d_point : assign_3d_point.cpp ;
exe assign_inverse : assign_inverse.cpp ;
exe assign_points : assign_points.cpp ;
# exe assign_box_corners : assign_box_corners.cpp ;
# exe assign_point_from_index : assign_point_from_index.cpp ;
# exe assign_point_to_index : assign_point_to_index.cpp ;

exe buffer_with_strategies : buffer_with_strategies.cpp ;
exe centroid : centroid.cpp ;
exe clear : clear.cpp ;
exe comparable_distance : comparable_distance.cpp ;
exe convert : convert.cpp ;
exe convex_hull : convex_hull.cpp ;
exe correct : correct.cpp ;

exe difference : difference.cpp ;
exe distance : distance.cpp ;

exe envelope : envelope.cpp ;
exe equals : equals.cpp ;
exe expand : expand.cpp ;

exe for_each_point : for_each_point.cpp ;
exe for_each_point_const : for_each_point_const.cpp ;
exe for_each_segment_const : for_each_segment_const.cpp ;

exe intersection_ls_ls_point : intersection_ls_ls_point.cpp ;
exe intersection_segment : intersection_segment.cpp ;

exe intersects_linestring : intersects_linestring.cpp ;

exe is_simple : is_simple.cpp ;

exe is_valid : is_valid.cpp ;
exe is_valid_failure : is_valid_failure.cpp ;
exe is_valid_message : is_valid_message.cpp ;

exe length : length.cpp ;
exe length_with_strategy : length_with_strategy.cpp ;

exe make_2d_point : make_2d_point.cpp ;
exe make_3d_point : make_3d_point.cpp ;
exe make_inverse : make_inverse.cpp ;
# exe make_with_range : make_with_range.cpp ;

exe num_geometries : num_geometries.cpp ;
exe num_interior_rings : num_interior_rings.cpp ;
exe num_points : num_points.cpp ;
exe num_segments : num_segments.cpp ;

exe return_envelope : return_envelope.cpp ;

exe relate : relate.cpp ;
exe relation : relation.cpp ;

exe reverse : reverse.cpp ;

exe simplify : length.cpp ;
exe sym_difference : sym_difference.cpp ;

exe transform : transform.cpp ;
exe transform_with_strategy : transform_with_strategy.cpp ;

exe union : union.cpp ;
exe unique : unique.cpp ;

exe within : within.cpp ;