- Timestamp:
- 01/27/09 14:23:20 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/osgUtil/Statistics.cpp
r9402 r9554 208 208 "", 209 209 ""); 210 I_Method0(osgUtil::Statistics::PrimitiveCountMap &, getPrimitiveCountMap, 211 Properties::NON_VIRTUAL, 212 __PrimitiveCountMap_R1__getPrimitiveCountMap, 213 "", 214 ""); 215 I_Method0(const osgUtil::Statistics::PrimitiveCountMap &, getPrimitiveCountMap, 216 Properties::NON_VIRTUAL, 217 __C5_PrimitiveCountMap_R1__getPrimitiveCountMap, 218 "", 219 ""); 210 220 I_Method0(osgUtil::Statistics::PrimitiveCountMap::iterator, GetPrimitivesBegin, 211 221 Properties::NON_VIRTUAL, 212 222 __PrimitiveCountMap_iterator__GetPrimitivesBegin, 213 " ",223 "deprecated ", 214 224 ""); 215 225 I_Method0(osgUtil::Statistics::PrimitiveCountMap::iterator, GetPrimitivesEnd, 216 226 Properties::NON_VIRTUAL, 217 227 __PrimitiveCountMap_iterator__GetPrimitivesEnd, 218 " ",228 "deprecated ", 219 229 ""); 220 230 I_SimpleProperty(int, BinNo, … … 227 237 0, 228 238 __void__setDepth__int); 239 I_SimpleProperty(osgUtil::Statistics::PrimitiveCountMap &, PrimitiveCountMap, 240 __PrimitiveCountMap_R1__getPrimitiveCountMap, 241 0); 229 242 I_SimpleProperty(osgUtil::Statistics::StatsType, Type, 230 243 0,
