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