|
CGAL 5.1 - Linear Cell Complex
|
#include <Concepts/CellAttributeWithPoint.h>
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. More... | |
| typedef CellAttribute::Info | Info |
Type of the information, defined in the CellAttribute concept. More... | |
Creation | |
| CellAttributeWithPoint () | |
| Default constructor. More... | |
| CellAttributeWithPoint (const Point &apoint) | |
Constructor initializing the point of this attribute by the copy contructor Point(apoint). More... | |
| 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. More... | |
| const Point & | point () const |
| Returns the point of this attribute, when this is const. More... | |
Type of the information, defined in the CellAttribute concept.
| typedef unspecified_type CellAttributeWithPoint::Point |
Type of the used point.
| CellAttributeWithPoint::CellAttributeWithPoint | ( | ) |
Default constructor.
| CellAttributeWithPoint::CellAttributeWithPoint | ( | const Point & | apoint | ) |
Constructor initializing the point of this attribute by the copy contructor Point(apoint).
| Point& CellAttributeWithPoint::point | ( | ) |
Returns the point of this attribute.
| const Point& CellAttributeWithPoint::point | ( | ) | const |
Returns the point of this attribute, when this is const.