Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 383 of file cgal_kernel.h.
Classes | |
struct | Base |
Public Types | |
typedef BaseKernel::FT | FT |
typedef NewKernel | Kernel |
typedef point_basic< FT > | Point_2 |
typedef MySegmentC2< Kernel > | Segment_2 |
typedef MyConstruct_bbox_2< typename OldKernel::Construct_bbox_2 > | Construct_bbox_2 |
typedef MyConstruct_coord_iterator< FT > | Construct_cartesian_const_iterator_2 |
typedef const FT * | Cartesian_const_iterator_2 |
typedef MyConstruct_point_2< Kernel, OldKernel > | Construct_point_2 |
Public Member Functions | |
Construct_point_2 | construct_point_2_object () const |
Construct_bbox_2 | construct_bbox_2_object () const |
Construct_cartesian_const_iterator_2 | construct_cartesian_const_iterator_2_object () const |
typedef BaseKernel::FT FT |
Definition at line 386 of file cgal_kernel.h.
typedef NewKernel Kernel |
Definition at line 387 of file cgal_kernel.h.
typedef point_basic<FT> Point_2 |
Definition at line 388 of file cgal_kernel.h.
typedef MySegmentC2<Kernel> Segment_2 |
Definition at line 393 of file cgal_kernel.h.
typedef MyConstruct_bbox_2<typename OldKernel::Construct_bbox_2> Construct_bbox_2 |
Definition at line 394 of file cgal_kernel.h.
typedef MyConstruct_coord_iterator<FT> Construct_cartesian_const_iterator_2 |
Definition at line 395 of file cgal_kernel.h.
typedef const FT* Cartesian_const_iterator_2 |
Definition at line 396 of file cgal_kernel.h.
typedef MyConstruct_point_2<Kernel, OldKernel> Construct_point_2 |
Definition at line 397 of file cgal_kernel.h.
Construct_point_2 construct_point_2_object | ( | ) | const |
Definition at line 399 of file cgal_kernel.h.
Construct_bbox_2 construct_bbox_2_object | ( | ) | const |
Definition at line 400 of file cgal_kernel.h.
Construct_cartesian_const_iterator_2 construct_cartesian_const_iterator_2_object | ( | ) | const |
Definition at line 401 of file cgal_kernel.h.