sequential
| 549 | |
| 550 | // sequential |
| 551 | cVector * cDataReader::getNextFrame(int privateVec, int *result) |
| 552 | { |
| 553 | cVector *ret = getFrame(curR,-1,privateVec,result); |
| 554 | if ((ret != NULL)||(curR < 0)) curR++; |
| 555 | return ret; |
| 556 | } |
| 557 | |
| 558 | cMatrix * cDataReader::getNextMatrix(int privateVec, int readToEnd, int special) |
| 559 | { |
no outgoing calls
no test coverage detected