some improvements for non-musr type handling

This commit is contained in:
nemu
2009-05-04 11:52:34 +00:00
parent 86bc9a28ac
commit 2012c537e8
6 changed files with 101 additions and 47 deletions

View File

@ -166,8 +166,7 @@ typedef struct {
* <p>
*/
typedef struct {
int fXIndex; ///< index for the x-data vector
int fYIndex; ///< index for the y-data vector
bool fFromAscii; ///< if true: data file was an ascii input file, otherwise it is a db input file
PStringVector fLabels; ///< vector of all labels (used for x-, y-axis title in view)
PStringVector fDataTags; ///< vector of all data tags
vector<PDoubleVector> fData; ///< vector of all data