Changeset 646


Ignore:
Timestamp:
12/31/16 20:36:13 (7 years ago)
Author:
Maciej Komosinski
Message:

Support for multiple coexisting implementations of the same neuron class, and detecting which one is current

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/neuro/neuroimpl.h

    r375 r646  
    247247virtual int getDrawingCount() {return 0;}
    248248virtual int* getDrawing(int i) {return 0;}
     249
     250/** is this implementation current? script neurons retain their original implementation when reloading *.neuro */
     251virtual bool isCurrent() {return true;}
    249252
    250253void commit();
Note: See TracChangeset for help on using the changeset viewer.