Changeset 978
- Timestamp:
- 07/08/20 01:51:27 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/model/modelparts.h
r977 r978 278 278 int getPreferredOutput() { return (int)prefoutput; } 279 279 280 /** @return 0 if the object doesn't need any assignment to thebody element.281 @return 1 = it likes to be attached to thePart ( @see Neuro::attachToPart() )282 @return 2 = the object prefers to have theJoint ( @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() ) 283 283 */ 284 284 int getPreferredLocation() { return (int)preflocation; }
Note: See TracChangeset
for help on using the changeset viewer.