![]() |
Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Model for the base of a geometric kernel for T_Delaunay_triangulation_spherical_traits_3. More...
#include <Delaunay_triangulation_spherical_traits_3.hpp>
Classes | |
class | Base |
Base for the kernel. More... | |
class | Construct_bbox_3 |
class | Construct_cartesian_const_iterator_3 |
class | Construct_point_3 |
class | Coplanar_side_of_bounded_circle_3 |
class | Orientation_3 |
class | Point_3 |
class | Side_of_oriented_sphere_3 |
Public Types | |
typedef SphereRep | Sphere |
typedef BasicKernel::template Base< Kernel >::Type | BaseK |
typedef T_Delaunay_triangulation_spherical_traits_3_base< Kernel, BasicKernel, SphereRep > | Self |
typedef BasicKernel::RT | RT |
Model for a ring number type. More... | |
typedef BasicKernel::FT | FT |
Model for a field number type. More... | |
typedef const RT * | Cartesian_const_iterator_3 |
Model for an iterator over coordinates of a 3D point. More... | |
Accessors | |
const BaseK & | old_kernel (void) const |
Access to the kernel base of this kernel. More... | |
Construct_point_3 | construct_point_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Construct_bbox_3 | construct_bbox_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Construct_cartesian_const_iterator_3 | construct_cartesian_const_iterator_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Side_of_oriented_sphere_3 | side_of_oriented_sphere_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Orientation_3 | orientation_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Coplanar_side_of_bounded_circle_3 | coplanar_side_of_bounded_circle_3_object (void) const |
Access to the functor with the corresponding name. More... | |
Model for the base of a geometric kernel for T_Delaunay_triangulation_spherical_traits_3.
It has to inherits from a base construction of geometric kernels in order to be compliant with the CGAL library kernels and constructions.
K | Model of a geometric kernel used for T_Delaunay_triangulation_spherical_traits_3. |
BasicKernel | Model of a geometric kernel that is a base for K. |
SphereRep |
Model of a sphere.
class SBL::GT::T_Delaunay_triangulation_spherical_traits_3_base::Base |
Base for the kernel.
Class Members | ||
---|---|---|
typedef T_Delaunay_triangulation_spherical_traits_3_base< Kernel2, BasicKernel, SphereRep > | Type |
typedef const RT* Cartesian_const_iterator_3 |
Model for an iterator over coordinates of a 3D point.
typedef BasicKernel::FT FT |
Model for a field number type.
typedef BasicKernel::RT RT |
Model for a ring number type.
typedef T_Delaunay_triangulation_spherical_traits_3_base<Kernel, BasicKernel, SphereRep> Self |
typedef SphereRep Sphere |
|
inline |
Access to the functor with the corresponding name.
|
inline |
Access to the functor with the corresponding name.
|
inline |
Access to the functor with the corresponding name.
|
inline |
Access to the functor with the corresponding name.
|
inline |
Access to the kernel base of this kernel.
|
inline |
Access to the functor with the corresponding name.
|
inline |
Access to the functor with the corresponding name.