Ignore:
Timestamp:
07/06/20 23:32:03 (4 years ago)
Author:
Maciej Komosinski
Message:

Added NeuroClass::getSupportedJointTypes() and NeuroClass::isJointTypeSupported() for use in genetic operators

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/modelparts.cpp

    r973 r975  
    9999NeuroClass::NeuroClass(ParamEntry *_props, SString _description,
    100100        int _prefinputs, int _prefoutput, int _preflocation,
    101         int *_vectordata, bool own_vd, int vhints, int sup_shapes)
     101        int *_vectordata, bool own_vd, int vhints, int sup_shapes, int sup_joints)
    102102        :ownedvectordata(own_vd),
    103103        name(_props->name), longname(_props->id), description(_description),
Note: See TracChangeset for help on using the changeset viewer.