Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_Delaunay_triangulation_spherical_traits_3_base< Kernel, BasicKernel, SphereRep >::Construct_bbox_3 Class Reference

#include <Delaunay_triangulation_spherical_traits_3.hpp>

Public Types

typedef CGAL::Bbox_3 Bbox_3
 Model of bounding box in 3D. More...
 

Public Member Functions

Bbox_3 operator() (const Point_3 &p) const
 Functor constructing the bounding box of a 3D point with real coordinates in DTV. More...
 

Member Typedef Documentation

◆ Bbox_3

typedef CGAL::Bbox_3 Bbox_3

Model of bounding box in 3D.

Member Function Documentation

◆ operator()()

Bbox_3 operator() ( const Point_3 p) const
inline

Functor constructing the bounding box of a 3D point with real coordinates in DTV.