- Timestamp:
- Dec 25, 2005, 12:52:23 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/defs/class_id.h
r6278 r6279 47 47 * D,E: Member within the Group, to specify further deriavtions within the Group. 48 48 * These may be anything from 1,2,4,8 (at D and E) 49 * !! consider, that you may nothave 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. 50 50 * 51 51 * The last three entries F,G,H are for any leaf classes in existence. … … 53 53 * F: LEAF-GroupSpecifier 54 54 * 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. 55 59 * ------------------------------------------------------------------------------------------- 56 60 * … … 281 285 CL_SPATIAL_SEPARATION = 0x00000d0d, 282 286 CL_QUADTREE = 0x00000d0e, 283 CL_QUADTREE_NODE = 0x00000d0f 287 CL_QUADTREE_NODE = 0x00000d0f, 284 288 }; 285 289
Note: See TracChangeset
for help on using the changeset viewer.