00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef _GB_Defines_
00021 #define _GB_Defines_
00022
00023 #define GB_MAXORDER 11 // max spline order (degree = order-1)
00024
00025
00026
00027
00028
00029 #define GBPRIMALL 0xffffffff // All primitive types
00030
00031 #define GBPRIMRUN GBPRIMALL // Run of prims for file format
00032 #define GBPRIMRUNN "Run"
00033 #define GBNPOINTS "NPoints"
00034 #define GBNPRIMS "NPrims"
00035 #define GBNPOINTGROUPS "NPointGroups"
00036 #define GBNPRIMGROUPS "NPrimGroups"
00037
00038 #endif