mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/graph][apps/sequence] In function store model, specify the
implementation of removeAll (always let an empty function in cartesian functions) Change-Id: I5e91a0ea427ba823eee4f86cdd8b7cd5426df2c6
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
virtual Function * definedFunctionAtIndex(int i);
|
||||
virtual Function * addEmptyFunction() = 0;
|
||||
virtual void removeFunction(Function * f) = 0;
|
||||
void removeAll();
|
||||
virtual void removeAll() = 0;
|
||||
int numberOfFunctions();
|
||||
// Functions can be undefined when they have a color and a name but no content
|
||||
int numberOfDefinedFunctions();
|
||||
|
||||
Reference in New Issue
Block a user