Added the getCounter() method so subclasses have a hand on the generation nb

This commit is contained in:
evomarc 2002-02-11 06:26:48 +00:00
commit 49dd11d2c5

View file

@ -83,6 +83,10 @@ public :
*/
virtual bool hasChanged() {return boolChanged;}
/** accessor to the counter: needed by the gnuplot subclass
*/
unsigned getCounter() {return counter;}
/** accessor to the current filename: needed by the gnuplot subclass
*/
string getFileName() {return currentFileName;}