Processing math: 0%
\newcommand{\E}{\mathrm{E}} \newcommand{\A}{\mathrm{A}} \newcommand{\R}{\mathrm{R}} \newcommand{\N}{\mathrm{N}} \newcommand{\Q}{\mathrm{Q}} \newcommand{\Z}{\mathrm{Z}} \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }
CGAL 4.12 - 3D Triangulations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Triangulation_cell_base_with_circumcenter_3< Traits, Cb > Class Template Reference

#include <CGAL/Triangulation_cell_base_with_circumcenter_3.h>

Inherits from

Cb.

Definition

Deprecated:
This class is deprecated since CGAL 4.4.

The class Delaunay_triangulation_cell_base_with_circumcenter_3 should be used instead. Regular_triangulation_cell_base_with_weighted_circumcenter_3 and Triangulation_cell_base_with_info_3 can also be used in other frameworks.

The class Triangulation_cell_base_with_circumcenter_3 derives from Cb, a cell base class of a 3D triangulation. It provides an easy way to cache the computation of the circumcenters of tetrahedra. Note that input/output operators discard this additional information.

All functions modifying the vertices of the cell, invalidate the cached circumcenter.

Template Parameters
Traitsis the geometric traits class and must be a model of TriangulationTraits_3.
Cbis a cell base class from which Triangulation_cell_base_with_circumcenter_3 derives. Cb should be a model of TriangulationCellBase_3 or DelaunayTriangulationCellBase_3. It has the default value Triangulation_cell_base_3<Traits>.
Is Model Of:
DelaunayTriangulationCellBase_3
See also
CGAL::Triangulation_cell_base_3
CGAL::Triangulation_cell_base_with_info_3

Types

typedef Traits::Point_3 Point
 

Access Functions

const Pointcircumcenter (const Traits &gt=Traits()) const
 Computes the circumcenter of the tetrahedron, or retrieves it if already computed.