BWAPI
Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polygon_2/polygon_assertions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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)

Define Documentation

#define CGAL_polygon_assertion (   EX)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__))
#define CGAL_polygon_assertion_code (   CODE)    CODE
#define CGAL_polygon_assertion_msg (   EX,
  MSG 
)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::assertion_fail( # EX , __FILE__, __LINE__, MSG))
#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_postcondition (   EX)    (static_cast<void>(0))
#define CGAL_polygon_exactness_postcondition_msg (   EX,
  MSG 
)    (static_cast<void>(0))
#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_warning (   EX)    (static_cast<void>(0))
#define CGAL_polygon_exactness_warning_msg (   EX,
  MSG 
)    (static_cast<void>(0))
#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_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_postcondition (   EX)    (static_cast<void>(0))
#define CGAL_polygon_expensive_exactness_postcondition_msg (   EX,
  MSG 
)    (static_cast<void>(0))
#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_warning (   EX)    (static_cast<void>(0))
#define CGAL_polygon_expensive_exactness_warning_msg (   EX,
  MSG 
)    (static_cast<void>(0))
#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_precondition (   EX)    (static_cast<void>(0))
#define CGAL_polygon_expensive_precondition_msg (   EX,
  MSG 
)    (static_cast<void>(0))
#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_postcondition (   EX)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::postcondition_fail( # EX , __FILE__, __LINE__))
#define CGAL_polygon_postcondition_code (   CODE)    CODE
#define CGAL_polygon_postcondition_msg (   EX,
  MSG 
)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::postcondition_fail( # EX , __FILE__, __LINE__, MSG))
#define CGAL_polygon_precondition (   EX)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::precondition_fail( # EX , __FILE__, __LINE__))
#define CGAL_polygon_precondition_code (   CODE)    CODE
#define CGAL_polygon_precondition_msg (   EX,
  MSG 
)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::precondition_fail( # EX , __FILE__, __LINE__, MSG))
#define CGAL_polygon_warning (   EX)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::warning_fail( # EX , __FILE__, __LINE__))
#define CGAL_polygon_warning_code (   CODE)    CODE
#define CGAL_polygon_warning_msg (   EX,
  MSG 
)    (CGAL::possibly(EX)?(static_cast<void>(0)): ::CGAL::warning_fail( # EX , __FILE__, __LINE__, MSG))
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines