CGAL 5.2.2 - Linear Cell Complex
|
The concept CellAttributeWithPoint
is a refinement of the CellAttribute
concept, to represent a cell attribute containing a point.
LinearCellComplexItems
Types | |
typedef unspecified_type | Point |
Type of the used point. | |
typedef CellAttribute::Info | Info |
Type of the information, defined in the CellAttribute concept. | |
Creation | |
CellAttributeWithPoint () | |
Default constructor. | |
CellAttributeWithPoint (const Point &apoint) | |
Constructor initializing the point of this attribute by the copy contructor Point (apoint) . | |
CellAttributeWithPoint (const Point &apoint, const Info &info) | |
Constructor initializing the point of this attribute by the copy contructor Point (apoint) and initializing the information of this attribute by the copy contructor Info (info) . More... | |
Access Member Functions | |
Point & | point () |
Returns the point of this attribute. | |
const Point & | point () const |
Returns the point of this attribute, when this is const. | |