Ignore:
Timestamp:
08/04/06 12:10:35 (18 years ago)
Author:
mar637
Message:

towards a working version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/LineCatalog.h

    r1108 r1113  
    7171  /**
    7272    * Return a string representation of this table
     73    * @param an integer descriing the row number to show
     74    * default -1 is all rows
    7375    * @return std::string
    7476    */
     77  std::string summary(int row=-1) const;
     78
     79  double getFrequency(uint row) const;
     80
     81  std::string getName(uint row) const;
    7582
    7683private:
Note: See TracChangeset for help on using the changeset viewer.