Changeset 104 for cpp/gdk/neurolibrary.h


Ignore:
Timestamp:
07/23/13 18:15:30 (11 years ago)
Author:
sz
Message:

introducing object de/serialization - see serialtest.cpp
the core GDK classes can be now used in multiple threads (ifdef MULTITHREADED)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/gdk/neurolibrary.h

    r66 r104  
    2222int findClassIndex(const SString& classname, bool activeonly=1);
    2323NeuroClass* getClass(int classindex) {return (NeuroClass*)classes(classindex);}
     24SString getClassName(int classindex);
    2425int getClassCount() {return classes.size();}
    2526void removeClass(int i);
Note: See TracChangeset for help on using the changeset viewer.