|
BWAPI
|
#include <CGAL/basic.h>#include <CGAL/Filtered_predicate.h>#include <CGAL/Cartesian_converter.h>#include <CGAL/Simple_cartesian.h>#include <CGAL/Kernel/Type_equality_wrapper.h>#include <CGAL/MP_Float.h>#include <CGAL/Quotient.h>#include <CGAL/Exact_type_selecter.h>#include <CGAL/Static_filters.h>#include <CGAL/Kernel/interface_macros.h>

Go to the source code of this file.
Classes | |
| struct | Filtered_kernel_base< CK > |
| struct | Filtered_kernel_base< CK >::Base< Kernel2 > |
| struct | Filtered_kernel_base< CK >::Ambient_dimension< T > |
| struct | Filtered_kernel_base< CK >::Feature_dimension< T > |
| struct | Static_filters_base< CK > |
| struct | Static_filters_base< CK >::Base< Kernel2 > |
| struct | Filtered_kernel_adaptor< CK > |
| class | Filtered_kernel< CK > |
| A filtered polynomial kernel. More... | |
Defines | |
| #define | CGAL_Kernel_pred(P, Pf) |
| #define | CGAL_Kernel_cons(Y, Z) |
| #define CGAL_Kernel_cons | ( | Y, | |
| Z | |||
| ) |
| #define CGAL_Kernel_pred | ( | P, | |
| Pf | |||
| ) |
typedef Filtered_predicate<typename Exact_kernel::P, typename Approximate_kernel::P, C2E, C2F> P; \ P Pf() const { return P(); }
1.7.6.1