|
| Coordinates | getReferenceCoordinates () const noexcept |
| | Get reference coordinates.
|
| const ApiRef< List< ItemType > > | getItems () const noexcept |
| | Get the items list.
|
| int | size () const noexcept |
| | Get the number of items.
|
| const ApiRef< typename ItemType::BaseObject > | getItem (int index) const noexcept |
| | Get the specified item by index;.
|
| int | getDistance (int index) const noexcept |
| | Get the distance in meters from the item to the reference coordinate.
|
| int | getDeviation (int index) const noexcept |
| | Get the deviation in meters from the item to the expected reference coordinate trajectory ( e.g.
|
template<typename ItemType>
class gem::CoordinatesReferenceList< ItemType >
CoordinatesReferenceList object.
Implements share-read / write Api object over ICoordinatesReferenceList.