This is the class used to store information about the areas used for the current model.
Definition: areatime.h:18
This class implements a dynamic vector of char values.
Definition: charptrvector.h:8
This class implements a dynamic vector of DoubleVector values.
Definition: doublematrix.h:11
This class implements a dynamic vector of int values.
Definition: intvector.h:11
This is the class used to store information about the timesteps used for the current model.
Definition: areatime.h:87
int countColumns(CommentStream &infile)
This is the function that will count the number of columns of data in a file.
Definition: readfunc.cc:40
void readRefWeights(CommentStream &infile, DoubleMatrix &M)
This is the function that will read reference weight data from a file into a matrix.
Definition: readfunc.cc:6
void readAmounts(CommentStream &infile, const IntVector &tmpareas, const TimeClass *const TimeInfo, const AreaClass *const Area, FormulaMatrix &amount, const char *givenname)
Definition: readfunc.cc:93
void readGrowthAmounts(CommentStream &infile, const TimeClass *const TimeInfo, const AreaClass *const Area, FormulaMatrixPtrVector &amount, const CharPtrVector &lenindex, const IntVector &tmpareas)
Definition: readfunc.cc:162