#include <ProbMultiRegCam3DStr.h>
Public Member Functions | |
| InterPoints () | |
| Default constructor. | |
| InterPoints (Position3D xy) | |
| Complete constructor. | |
| InterPoints (vector< Position3D > xy) | |
| Complete constructor. | |
| InterPoints (Decimal x, Decimal y, Decimal z) | |
| Complete(list) constructor. | |
| ~InterPoints () | |
| Default destructor. | |
| int | getSize () |
| Returns the actual size of the interPoints stored. | |
| InterPoints & | operator= (const InterPoints &rhs) |
| Assignement operator. | |
| void | insertPoint (Position3D xy) |
| Set a single point. | |
| void | deletePoint (int pos) |
| Delete a position in the list. | |
| void | deleteLastPoint () |
| Delete the last point in the list. | |
| void | insertPoints (vector< Position3D > xy) |
| Insert a set of points. | |
| void | insertPoint (Position3D ip, int pos) |
| Insert a new point in the list in position pos. | |
| Position3D | getPoint (int pos) |
| Return the stored point at 'pos' coordinate. | |
| Position3D | getLastPoint () |
| Return the last stored item. | |
| string | print () |
| Print the list of points stored. | |
| kybalg::InterPoints::InterPoints | ( | ) |
Default constructor.
| kybalg::InterPoints::InterPoints | ( | Position3D | xy | ) |
Complete constructor.
| kybalg::InterPoints::InterPoints | ( | vector< Position3D > | xy | ) |
Complete constructor.
| kybalg::InterPoints::~InterPoints | ( | ) |
Default destructor.
| int kybalg::InterPoints::getSize | ( | ) |
Returns the actual size of the interPoints stored.
| InterPoints & kybalg::InterPoints::operator= | ( | const InterPoints & | rhs | ) |
Assignement operator.
| void kybalg::InterPoints::insertPoint | ( | Position3D | xy | ) |
Set a single point.
| void kybalg::InterPoints::deletePoint | ( | int | pos | ) |
Delete a position in the list.
| void kybalg::InterPoints::deleteLastPoint | ( | ) |
Delete the last point in the list.
| void kybalg::InterPoints::insertPoints | ( | vector< Position3D > | xy | ) |
Insert a set of points.
| void kybalg::InterPoints::insertPoint | ( | Position3D | ip, | |
| int | pos | |||
| ) |
Insert a new point in the list in position pos.
| Position3D kybalg::InterPoints::getPoint | ( | int | pos | ) |
Return the stored point at 'pos' coordinate.
| Position3D kybalg::InterPoints::getLastPoint | ( | ) |
Return the last stored item.
| string kybalg::InterPoints::print | ( | ) |
Print the list of points stored.
1.5.6