Contains a pointer (link) to another point container.
More...
|
double | _distanceFromPoint |
|
object | Lock [get] |
| This object's central lock object to be used by other object. Do not use this object for locking in class' methods, for this you should use InternalLock. More...
|
|
PointContainerType | Point [get, set] |
| Gets or sets the point that is contained in the current container. More...
|
|
double | DistanceFromPoint [get, set] |
| Distance to the point containing the current link in its neighbor list. More...
|
|
object | Lock [get] |
|
Contains a pointer (link) to another point container.
- Template Parameters
-
PointContainerType | Type of point link that is used by point container. |
PointType | Type of the point class object that is enclosed in the pointed-to container. |
$A Sep08 May09 Dec11;
- Type Constraints
-
PointContainerType | : | PointContainer | |
PointContainerType | : | PointLink | |
PointContainerType | : | PointContainerType | |
PointContainerType | : | PointType | |
PointContainerType | : | PointContainerType | |
PointContainerType | : | PointType | |
IG.Num.PointLink< PointContainerType, PointType >.PointLink |
( |
PointContainerType |
point | ) |
|
|
inline |
The documentation for this class was generated from the following file: