#include <ProbMultiRegCam3DStr.h>

Public Member Functions | |
| PosId3D () | |
| default constructor | |
| PosId3D (Position3D p) | |
| position constructor | |
| PosId3D (Position3D p, int i) | |
| complete constructor (T and assocType) | |
| PosId3D (const PosId3D &f) | |
| copy constructor | |
| Position3D | getPosition (void) |
| get the stored Position | |
| int | getId (void) |
| return the associated integer | |
| void | setId (int a) |
| set the associated integer | |
| string | print () |
| print the PosiFeature | |
| bool | notEqual (PosId3D &A, Decimal toll) |
| compound operator != | |
| MipBaselib::PosId3D::PosId3D | ( | ) | [inline] |
default constructor
| MipBaselib::PosId3D::PosId3D | ( | Position3D | p | ) | [inline] |
position constructor
| p | position to which a second assoObj could be associated |
| MipBaselib::PosId3D::PosId3D | ( | Position3D | p, | |
| int | i | |||
| ) | [inline] |
complete constructor (T and assocType)
| p | Position to which i the must be associated | |
| i | an int to associate with p |
| MipBaselib::PosId3D::PosId3D | ( | const PosId3D & | f | ) | [inline] |
copy constructor
| Position3D MipBaselib::PosId3D::getPosition | ( | void | ) | [inline] |
| int MipBaselib::PosId3D::getId | ( | void | ) | [inline] |
return the associated integer
| void MipBaselib::PosId3D::setId | ( | int | a | ) | [inline] |
set the associated integer
| a | the value to which the associated integer is set |
| string MipBaselib::PosId3D::print | ( | ) | [inline] |
print the PosiFeature
1.5.6