Defines |
#define | CGAL_polygon_assertion(EX) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__)) |
#define | CGAL_polygon_assertion_msg(EX, MSG) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__, MSG)) |
#define | CGAL_polygon_assertion_code(CODE) CODE |
#define | CGAL_polygon_exactness_assertion(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_assertion_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_assertion_code(CODE) |
#define | CGAL_polygon_expensive_assertion(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_assertion_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_assertion_code(CODE) |
#define | CGAL_polygon_expensive_exactness_assertion(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_assertion_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_assertion_code(CODE) |
#define | CGAL_polygon_precondition(EX) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::precondition_fail( # EX , __FILE__, __LINE__)) |
#define | CGAL_polygon_precondition_msg(EX, MSG) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::precondition_fail( # EX , __FILE__, __LINE__, MSG)) |
#define | CGAL_polygon_precondition_code(CODE) CODE |
#define | CGAL_polygon_exactness_precondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_precondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_precondition_code(CODE) |
#define | CGAL_polygon_expensive_precondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_precondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_precondition_code(CODE) |
#define | CGAL_polygon_expensive_exactness_precondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_precondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_precondition_code(CODE) |
#define | CGAL_polygon_postcondition(EX) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::postcondition_fail( # EX , __FILE__, __LINE__)) |
#define | CGAL_polygon_postcondition_msg(EX, MSG) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::postcondition_fail( # EX , __FILE__, __LINE__, MSG)) |
#define | CGAL_polygon_postcondition_code(CODE) CODE |
#define | CGAL_polygon_exactness_postcondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_postcondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_postcondition_code(CODE) |
#define | CGAL_polygon_expensive_postcondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_postcondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_postcondition_code(CODE) |
#define | CGAL_polygon_expensive_exactness_postcondition(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_postcondition_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_postcondition_code(CODE) |
#define | CGAL_polygon_warning(EX) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::warning_fail( # EX , __FILE__, __LINE__)) |
#define | CGAL_polygon_warning_msg(EX, MSG) (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::warning_fail( # EX , __FILE__, __LINE__, MSG)) |
#define | CGAL_polygon_warning_code(CODE) CODE |
#define | CGAL_polygon_exactness_warning(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_warning_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_exactness_warning_code(CODE) |
#define | CGAL_polygon_expensive_warning(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_warning_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_warning_code(CODE) |
#define | CGAL_polygon_expensive_exactness_warning(EX) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_warning_msg(EX, MSG) (static_cast<void>(0)) |
#define | CGAL_polygon_expensive_exactness_warning_code(CODE) |