Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6279 in orxonox.OLD


Ignore:
Timestamp:
Dec 25, 2005, 12:52:23 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: descriptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r6278 r6279  
    4747 *  D,E: Member within the Group, to specify further deriavtions within the Group.
    4848 *       These may be anything from 1,2,4,8 (at D and E)
    49  *  !! consider, that you may not have a derivated class from group a and group b.
     49 *  !! consider, that you __may not__ have a derivated class from group a and group b.
    5050 *
    5151 * The last three entries F,G,H are for any leaf classes in existence.
     
    5353 *  F: LEAF-GroupSpecifier
    5454 *  G,H: UNIQUE NUMBER eithin F-Group.
     55 *
     56 * You only have to extend the Class with your ClassID-tag.
     57 * If something goes Wrong, you get an Assertion-Warning in BaseObject.
     58 * !! Abstrace/Non-total-leaf classes do not have a LEAF-part.
    5559 * -------------------------------------------------------------------------------------------
    5660 *
     
    281285  CL_SPATIAL_SEPARATION         =    0x00000d0d,
    282286  CL_QUADTREE                   =    0x00000d0e,
    283   CL_QUADTREE_NODE              =    0x00000d0f
     287  CL_QUADTREE_NODE              =    0x00000d0f,
    284288};
    285289
Note: See TracChangeset for help on using the changeset viewer.