Changeset 1161 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyBase.cpp
- Timestamp:
- 04/15/08 04:48:53 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyBase.cpp
r1127 r1161 219 219 OSG_FIELDTRAITS_GETTYPE(GeoIntegralPropertyPtr) 220 220 221 OSG_EXPORT_PTR_SFIELD_FULL( FieldContainerPtrSField,221 OSG_EXPORT_PTR_SFIELD_FULL(PointerSField, 222 222 GeoIntegralPropertyPtr, 223 223 0); 224 224 225 OSG_EXPORT_PTR_MFIELD_FULL( FieldContainerPtrMField,225 OSG_EXPORT_PTR_MFIELD_FULL(PointerMField, 226 226 GeoIntegralPropertyPtr, 227 227 0); … … 233 233 234 234 235 OSG_EXPORT_PTR_SFIELD( FieldContainerPtrChildSField,235 OSG_EXPORT_PTR_SFIELD(ChildPointerSField, 236 236 GeoIntegralPropertyPtr, 237 237 UnrecordedRefCountPolicy, … … 239 239 240 240 241 OSG_EXPORT_PTR_MFIELD( FieldContainerPtrChildMField,241 OSG_EXPORT_PTR_MFIELD(ChildPointerMField, 242 242 GeoIntegralPropertyPtr, 243 243 UnrecordedRefCountPolicy,
