Go to the source code of this file.
|
int | countColumns (CommentStream &infile) |
| This is the function that will count the number of columns of data in a file. More...
|
|
void | readRefWeights (CommentStream &infile, DoubleMatrix &M) |
| This is the function that will read reference weight data from a file into a matrix. More...
|
|
void | readAmounts (CommentStream &infile, const IntVector &tmpareas, const TimeClass *const TimeInfo, const AreaClass *const Area, FormulaMatrix &amount, const char *givenname) |
|
void | readGrowthAmounts (CommentStream &infile, const TimeClass *const TimeInfo, const AreaClass *const Area, FormulaMatrixPtrVector &amount, const CharPtrVector &lenindex, const IntVector &tmpareas) |
|
◆ countColumns()
This is the function that will count the number of columns of data in a file.
- Parameters
-
- Returns
- number of columns of data in the file
- Note
- This function currently counts the number of columns that the first line of data in the file has, and then assumes that the rest of the file has the same number of columns
◆ readAmounts()
◆ readGrowthAmounts()
◆ readRefWeights()
This is the function that will read reference weight data from a file into a matrix.
- Parameters
-