\( \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 5.0 - 3D Polyhedral Surface
PolyhedronItems_3::Vertex Concept Reference

Definition

The PolyhedronItems_3::Vertex concept refines the HalfedgeDSItems::Vertex concept. This concept adds the requirement for the support of the geometry.

Refines:
HalfedgeDSItems::Vertex

Types in PolyhedronItems_3::Vertex_wrapper<Refs,Traits>::Vertex

typedef unspecified_type Point
 point type stored in vertices. More...
 
typedef unspecified_type Supports_vertex_point
 \(\equiv\) CGAL::Tag_true. A point is always required.
 

Creation

 Vertex ()
 Default constructor.
 
 Vertex (Point)
 Constructor from a point.
 

Operations

Pointpoint ()
 
const Pointpoint () const
 

Member Typedef Documentation

◆ Point

point type stored in vertices.

A HalfedgeDS has no dimension, so this type is named Point and not Point_3