#include <MultiRegCamStr.h>
Public Member Functions | |
| ObjId () | |
| Default constructor. | |
| ObjId (T obj, int id) | |
| Default constructor. | |
| ObjId (vector< T > obj, int id) | |
| Default constructor. | |
| ~ObjId () | |
| Default destructor. | |
| ObjId & | operator= (const ObjId &rhs) |
| Assignement operator =. | |
| vector< T > | getObj () |
| Get the object. | |
| int | getId () |
| Get the id. | |
| void | setObj (T obj) |
| Set the object. | |
| void | setObj (vector< T > obj, int id) |
| Set the object. | |
| void | setObj (vector< T > obj) |
| Set the object. | |
| void | setObj (T obj, int id) |
| Set the object. | |
| void | setId (int id) |
| Set the id of the object. | |
| MipAlgorithms::ObjId< T >::ObjId | ( | ) | [inline] |
Default constructor.
| MipAlgorithms::ObjId< T >::ObjId | ( | T | obj, | |
| int | id | |||
| ) | [inline] |
Default constructor.
| MipAlgorithms::ObjId< T >::ObjId | ( | vector< T > | obj, | |
| int | id | |||
| ) | [inline] |
Default constructor.
| MipAlgorithms::ObjId< T >::~ObjId | ( | ) | [inline] |
Default destructor.
| ObjId& MipAlgorithms::ObjId< T >::operator= | ( | const ObjId< T > & | rhs | ) | [inline] |
Assignement operator =.
| vector<T> MipAlgorithms::ObjId< T >::getObj | ( | ) | [inline] |
Get the object.
| int MipAlgorithms::ObjId< T >::getId | ( | ) | [inline] |
Get the id.
| void MipAlgorithms::ObjId< T >::setObj | ( | T | obj | ) | [inline] |
Set the object.
| void MipAlgorithms::ObjId< T >::setObj | ( | vector< T > | obj, | |
| int | id | |||
| ) | [inline] |
Set the object.
| void MipAlgorithms::ObjId< T >::setObj | ( | vector< T > | obj | ) | [inline] |
Set the object.
| void MipAlgorithms::ObjId< T >::setObj | ( | T | obj, | |
| int | id | |||
| ) | [inline] |
Set the object.
| void MipAlgorithms::ObjId< T >::setId | ( | int | id | ) | [inline] |
Set the id of the object.
1.5.6