|
| CellAttributeWithPoint () |
| Default constructor.
|
|
| CellAttributeWithPoint (const Point &apoint) |
| Constructor initializing the point of this attribute by the copy constructor Point (apoint) .
|
|
| CellAttributeWithPoint (const Point &apoint, const Info &info) |
| Constructor initializing the point of this attribute by the copy constructor Point (apoint) and initializing the information of this attribute by the copy constructor Info (info) .
|
|
|
Point & | point () |
| Returns the point of this attribute.
|
|
const Point & | point () const |
| Returns the point of this attribute, when this is const.
|
|
◆ CellAttributeWithPoint()
CellAttributeWithPoint::CellAttributeWithPoint |
( |
const Point & |
apoint, |
|
|
const Info & |
info |
|
) |
| |
Constructor initializing the point of this attribute by the copy constructor Point
(apoint)
and initializing the information of this attribute by the copy constructor Info
(info)
.
Defined only if Info
is different from void
.