Changeset 1030 for branches/Carsten_PtrWork2/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoVectorPropertyFields.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/OSGGeoVectorPropertyFields.h
r1017 r1030 94 94 95 95 public: 96 typedef FieldTraits<GeoVectorPropertyPtr> Self; 97 96 typedef FieldTraits<GeoVectorPropertyPtr> Self; 97 98 typedef MChildFCPointerField < GeoVectorProperty > HandledMChildField; 99 typedef MInternalFCPointerField< GeoVectorProperty > HandledMInternalField; 100 typedef MWeakFCPointerField < GeoVectorProperty > HandledMWeakField; 101 102 typedef SChildFCPointerField < GeoVectorProperty > HandledSChildField; 103 typedef SInternalFCPointerField< GeoVectorProperty > HandledSInternalField; 104 typedef SWeakFCPointerField < GeoVectorProperty > HandledSWeakField; 105 98 106 enum { Convertible = NotConvertible }; 99 107 … … 149 157 typedef FieldTraits<GeoVectorPropertyParentPtr> Self; 150 158 159 typedef MParentFCPointerField< GeoVectorProperty > HandledMParentField; 160 typedef SParentFCPointerField< GeoVectorProperty > HandledSParentField; 161 151 162 enum { Convertible = NotConvertible }; 152 163
