Changeset 1030 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyFields.h
- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyFields.h
r1017 r1030 94 94 95 95 public: 96 typedef FieldTraits<GeoIntegralPropertyPtr> Self; 97 96 typedef FieldTraits<GeoIntegralPropertyPtr> Self; 97 98 typedef MChildFCPointerField < GeoIntegralProperty > HandledMChildField; 99 typedef MInternalFCPointerField< GeoIntegralProperty > HandledMInternalField; 100 typedef MWeakFCPointerField < GeoIntegralProperty > HandledMWeakField; 101 102 typedef SChildFCPointerField < GeoIntegralProperty > HandledSChildField; 103 typedef SInternalFCPointerField< GeoIntegralProperty > HandledSInternalField; 104 typedef SWeakFCPointerField < GeoIntegralProperty > HandledSWeakField; 105 98 106 enum { Convertible = NotConvertible }; 99 107 … … 149 157 typedef FieldTraits<GeoIntegralPropertyParentPtr> Self; 150 158 159 typedef MParentFCPointerField< GeoIntegralProperty > HandledMParentField; 160 typedef SParentFCPointerField< GeoIntegralProperty > HandledSParentField; 161 151 162 enum { Convertible = NotConvertible }; 152 163
