#include <BiReg.h>
Public Member Functions | |
| DDubIntList () | |
| Default constructor. | |
| DDubIntList (Observation &obs, DDubIntListPar p) | |
| Complete constructor. | |
| DDubIntList (DDubIntList &d) | |
| Copy constructor. | |
| void | update (Observation &obs, int firstNewDot) |
| Update the DDubIntList of an Observation. | |
| string | print () |
| Print function. | |
Public Attributes | |
| DDubIntListPar | par |
| Parameters. | |
| MipAlgorithms::DDubIntList::DDubIntList | ( | ) |
Default constructor.
| MipAlgorithms::DDubIntList::DDubIntList | ( | Observation & | obs, | |
| DDubIntListPar | p | |||
| ) |
| MipAlgorithms::DDubIntList::DDubIntList | ( | DDubIntList & | d | ) |
| void MipAlgorithms::DDubIntList::update | ( | Observation & | obs, | |
| int | firstNewDot | |||
| ) |
Update the DDubIntList of an Observation.
| [in] | obs | Observation. |
| [in] | firstNewDot | Index of the first new dot of the observation. |
| string MipAlgorithms::DDubIntList::print | ( | ) |
Print function.
Parameters.
1.5.6