⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 concept_archetype_interface_macros.h

📁 很多二维 三维几何计算算法 C++ 类库
💻 H
📖 第 1 页 / 共 3 页
字号:
#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_CONSTRUCT_TRIANGLE_2)CGAL_Kernel_cons(Construct_triangle_2,		 construct_triangle_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_CONSTRUCT_TRIANGLE_3)CGAL_Kernel_cons(Construct_triangle_3,		 construct_triangle_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_VECTOR_2)CGAL_Kernel_cons(Construct_vector_2,		 construct_vector_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_VECTOR_3)CGAL_Kernel_cons(Construct_vector_3,		 construct_vector_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_VERTEX_2)CGAL_Kernel_cons(Construct_vertex_2,		 construct_vertex_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_VERTEX_3)CGAL_Kernel_cons(Construct_vertex_3,		 construct_vertex_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_BBOX_2)CGAL_Kernel_cons(Construct_bbox_2,		 construct_bbox_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_CONSTRUCT_BBOX_3)CGAL_Kernel_cons(Construct_bbox_3,		 construct_bbox_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_CONSTRUCT_CARTESIAN_COORDINATE_ITERATOR_2)CGAL_Kernel_cons(Construct_cartesian_const_iterator_2,		 construct_cartesian_const_iterator_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \     defined(CGAL_CA_CONSTRUCT_CARTESIAN_COORDINATE_ITERATOR_3)CGAL_Kernel_cons(Construct_cartesian_const_iterator_3,		 construct_cartesian_const_iterator_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_COPLANAR_ORIENTATION_3)CGAL_Kernel_pred(Coplanar_orientation_3,		 coplanar_orientation_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_COPLANAR_SIDE_OF_BOUNDED_CIRCLE_3)CGAL_Kernel_pred(Coplanar_side_of_bounded_circle_3,		 coplanar_side_of_bounded_circle_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_COPLANAR_3)CGAL_Kernel_pred(Coplanar_3,		 coplanar_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_COUNTERCLOCKWISE_IN_BETWEEN_2)CGAL_Kernel_pred(Counterclockwise_in_between_2,		 counterclockwise_in_between_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_DO_INTERSECT_2)CGAL_Kernel_pred(Do_intersect_2,		 do_intersect_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_DO_INTERSECT_3)CGAL_Kernel_cons(Do_intersect_3,		 do_intersect_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_XY_3)CGAL_Kernel_pred(Equal_xy_3,		 equal_xy_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_X_2)CGAL_Kernel_pred(Equal_x_2,		 equal_x_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_X_3)CGAL_Kernel_pred(Equal_x_3,		 equal_x_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_Y_2)CGAL_Kernel_pred(Equal_y_2,		 equal_y_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_Y_3)CGAL_Kernel_pred(Equal_y_3,		 equal_y_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_Z_3)CGAL_Kernel_pred(Equal_z_3,		 equal_z_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_2)CGAL_Kernel_pred(Equal_2,		 equal_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_EQUAL_3)CGAL_Kernel_pred(Equal_3,		 equal_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_HAS_ON_BOUNDARY_2)CGAL_Kernel_pred(Has_on_boundary_2,		 has_on_boundary_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_HAS_ON_BOUNDARY_3)CGAL_Kernel_pred(Has_on_boundary_3,		 has_on_boundary_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_BOUNDED_SIDE_2)CGAL_Kernel_pred(Has_on_bounded_side_2,		 has_on_bounded_side_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_BOUNDED_SIDE_3)CGAL_Kernel_pred(Has_on_bounded_side_3,		 has_on_bounded_side_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_NEGATIVE_SIDE_2)CGAL_Kernel_pred(Has_on_negative_side_2,		 has_on_negative_side_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_NEGATIVE_SIDE_3)CGAL_Kernel_pred(Has_on_negative_side_3,		 has_on_negative_side_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_POSITIVE_SIDE_2)CGAL_Kernel_pred(Has_on_positive_side_2,		 has_on_positive_side_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_POSITIVE_SIDE_3)CGAL_Kernel_pred(Has_on_positive_side_3,		 has_on_positive_side_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_UNBOUNDED_SIDE_2)CGAL_Kernel_pred(Has_on_unbounded_side_2,		 has_on_unbounded_side_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_HAS_ON_UNBOUNDED_SIDE_3)CGAL_Kernel_pred(Has_on_unbounded_side_3,		 has_on_unbounded_side_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_HAS_ON_2)CGAL_Kernel_pred(Has_on_2,		 has_on_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_HAS_ON_3)CGAL_Kernel_pred(Has_on_3,		 has_on_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_INTERSECT_2)CGAL_Kernel_cons(Intersect_2,		 intersect_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_INTERSECT_3)CGAL_Kernel_cons(Intersect_3,		 intersect_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_IS_DEGENERATE_2)CGAL_Kernel_pred(Is_degenerate_2,		 is_degenerate_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_IS_DEGENERATE_3)CGAL_Kernel_pred(Is_degenerate_3,		 is_degenerate_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_IS_HORIZONTAL_2)CGAL_Kernel_pred(Is_horizontal_2,		 is_horizontal_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_IS_VERTICAL_2)CGAL_Kernel_pred(Is_vertical_2,		 is_vertical_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LEFT_TURN_2)CGAL_Kernel_pred(Left_turn_2,                 left_turn_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_LESS_DISTANCE_TO_POINT_2)CGAL_Kernel_pred(Less_distance_to_point_2,                 less_distance_to_point_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_LESS_DISTANCE_TO_POINT_3)CGAL_Kernel_pred(Less_distance_to_point_3,                 less_distance_to_point_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_LESS_ROTATE_CCW_2)CGAL_Kernel_pred(Less_rotate_ccw_2,		 less_rotate_ccw_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_LESS_SIGNED_DISTANCE_TO_LINE_2)CGAL_Kernel_pred(Less_signed_distance_to_line_2,                 less_signed_distance_to_line_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_LESS_SIGNED_DISTANCE_TO_PLANE_3)CGAL_Kernel_pred(Less_signed_distance_to_plane_3,		 less_signed_distance_to_plane_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_XYZ_3)CGAL_Kernel_pred(Less_xyz_3,		 less_xyz_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_XY_2)CGAL_Kernel_pred(Less_xy_2,		 less_xy_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_XY_3)CGAL_Kernel_pred(Less_xy_3,		 less_xy_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_X_2)CGAL_Kernel_pred(Less_x_2,		 less_x_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_X_3)CGAL_Kernel_pred(Less_x_3,		 less_x_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_YX_2)CGAL_Kernel_pred(Less_yx_2,		 less_yx_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_Y_2)CGAL_Kernel_pred(Less_y_2,		 less_y_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_Y_3)CGAL_Kernel_pred(Less_y_3,		 less_y_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_LESS_Z_3)CGAL_Kernel_pred(Less_z_3,		 less_z_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_ORIENTATION_2)CGAL_Kernel_pred(Orientation_2,		 orientation_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_ORIENTATION_3)CGAL_Kernel_pred(Orientation_3,		 orientation_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_ORIENTED_SIDE_2)CGAL_Kernel_pred(Oriented_side_2,		 oriented_side_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || defined(CGAL_CA_ORIENTED_SIDE_3)CGAL_Kernel_pred(Oriented_side_3,		 oriented_side_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_SIDE_OF_BOUNDED_CIRCLE_2)CGAL_Kernel_pred(Side_of_bounded_circle_2,		 side_of_bounded_circle_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_SIDE_OF_BOUNDED_SPHERE_3)CGAL_Kernel_pred(Side_of_bounded_sphere_3,		 side_of_bounded_sphere_3_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_SIDE_OF_ORIENTED_CIRCLE_2)CGAL_Kernel_pred(Side_of_oriented_circle_2,		 side_of_oriented_circle_2_object)#endif#if !defined(CGAL_CA_LIMITED_INTERFACE) || \    defined(CGAL_CA_SIDE_OF_ORIENTED_SPHERE_3)CGAL_Kernel_pred(Side_of_oriented_sphere_3,		 side_of_oriented_sphere_3_object)#endif// deprecated functors were removed ...#undef CGAL_Kernel_pred#undef CGAL_Kernel_cons

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -