00001 /* 00002 * PROPRIETARY INFORMATION. This software is proprietary to 00003 * Side Effects Software Inc., and is not to be reproduced, 00004 * transmitted, or disclosed in any way without written permission. 00005 * 00006 * Produced by: 00007 * Side Effects Software Inc 00008 * 123 Front Street West, Suite 1401 00009 * Toronto, Ontario 00010 * Canada M5J 2M2 00011 * 416-504-9876 00012 * 00013 * NAME: GEO_AttributeOwner.h (GEO Library, C++) 00014 * 00015 * COMMENTS: 00016 */ 00017 00018 #ifndef __GEO_AttributeOwner__ 00019 #define __GEO_AttributeOwner__ 00020 00021 enum GEO_AttributeOwner { 00022 GEO_INVALID_DICT=-1, 00023 GEO_POINT_DICT, 00024 GEO_VERTEX_DICT, 00025 GEO_PRIMITIVE_DICT, 00026 GEO_DETAIL_DICT 00027 }; 00028 00029 #endif
1.5.9