Added the getCounter() method so subclasses have a hand on the generation nb
This commit is contained in:
parent
6546cb8c52
commit
49dd11d2c5
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ public :
|
||||||
*/
|
*/
|
||||||
virtual bool hasChanged() {return boolChanged;}
|
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
|
/** accessor to the current filename: needed by the gnuplot subclass
|
||||||
*/
|
*/
|
||||||
string getFileName() {return currentFileName;}
|
string getFileName() {return currentFileName;}
|
||||||
|
|
|
||||||
Reference in a new issue