184 |
|
|
185 |
/** |
/** |
186 |
\brief |
\brief |
187 |
|
Return the reference number associated with the given data-point number. |
188 |
|
*/ |
189 |
|
ESCRIPT_DLL_API |
190 |
|
int getReferenceIDFromDataPointNo(int dataPointNo) const; |
191 |
|
|
192 |
|
/** |
193 |
|
\brief |
194 |
Return the reference number associated with the given sample number. |
Return the reference number associated with the given sample number. |
195 |
This function is not efficient. It is better to first call |
This function is not efficient. It is better to first call |
196 |
borrowSampleReferenceIDs and then when iterating over sampleNo to use sampleNo as an offset. |
borrowSampleReferenceIDs and then when iterating over sampleNo to use sampleNo as an offset. |