Skip to content

File offset.cpp#

FileList > algorithm > offset.cpp

Go to the source code of this file

  • #include "SFCGAL/algorithm/offset.h"
  • #include "SFCGAL/LineString.h"
  • #include "SFCGAL/MultiPolygon.h"
  • #include "SFCGAL/Polygon.h"
  • #include "SFCGAL/PolyhedralSurface.h"
  • #include "SFCGAL/Solid.h"
  • #include "SFCGAL/Triangle.h"
  • #include "SFCGAL/Exception.h"
  • #include "SFCGAL/algorithm/isValid.h"
  • #include "SFCGAL/detail/polygonSetToMultiPolygon.h"
  • #include <CGAL/Polygon_2.h>
  • #include <CGAL/Polygon_set_2.h>
  • #include <CGAL/Polygon_with_holes_2.h>
  • #include <CGAL/approximated_offset_2.h>
  • #include <CGAL/minkowski_sum_2.h>
  • #include <CGAL/offset_polygon_2.h>

Namespaces#

Type Name
namespace SFCGAL
Default SFCGAL namespace.
namespace algorithm
Main algorithm namespace.

Macros#

Type Name
define SFCGAL_OFFSET_ACCURACY 0.0001
define SFCGAL_OFFSET_ASSERT_FINITE_RADIUS (r) /* multi line expression */

Macro Definition Documentation#

define SFCGAL_OFFSET_ACCURACY#

#define SFCGAL_OFFSET_ACCURACY `0.0001`

define SFCGAL_OFFSET_ASSERT_FINITE_RADIUS#

#define SFCGAL_OFFSET_ASSERT_FINITE_RADIUS (
    r
) `/* multi line expression */`


The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/algorithm/offset.cpp