Changeset 978


Ignore:
Timestamp:
07/08/20 01:51:27 (4 years ago)
Author:
Maciej Komosinski
Message:

Mentioned newly added enum in the documentation of NeuroClass::getPreferredLocation()

File:
1 edited

Legend:

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

    r977 r978  
    278278        int getPreferredOutput() { return (int)prefoutput; }
    279279
    280         /** @return 0 if the object doesn't need any assignment to the body element.
    281                 @return 1 = it likes to be attached to the Part ( @see Neuro::attachToPart() )
    282                 @return 2 = the object prefers to have the Joint ( @see Neuro::attachToJoint() )
     280        /** @return 0 (PREFER_UNATTACHED) if the neuron doesn't need any assignment to a body element.
     281                @return 1 (PREFER_PART) if the neuron likes to be attached to a Part ( @see Neuro::attachToPart() )
     282                @return 2 (PREFER_JOINT) if the neuron prefers to be attached to a Joint ( @see Neuro::attachToJoint() )
    283283                */
    284284        int getPreferredLocation() { return (int)preflocation; }
Note: See TracChangeset for help on using the changeset viewer.