Changeset 1030 for branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorFields.h
- Timestamp:
- 12/03/07 15:48:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork2/Source/Contrib/Manipulators/OSGRotateManipulatorFields.h
r1017 r1030 94 94 95 95 public: 96 typedef FieldTraits<RotateManipulatorPtr> Self;96 typedef FieldTraits<RotateManipulatorPtr> Self; 97 97 98 typedef MChildFCPointerField < RotateManipulator > HandledMChildField; 99 typedef MInternalFCPointerField< RotateManipulator > HandledMInternalField; 100 typedef MWeakFCPointerField < RotateManipulator > HandledMWeakField; 101 102 typedef SChildFCPointerField < RotateManipulator > HandledSChildField; 103 typedef SInternalFCPointerField< RotateManipulator > HandledSInternalField; 104 typedef SWeakFCPointerField < RotateManipulator > HandledSWeakField; 105 98 106 enum { Convertible = NotConvertible }; 99 107 }; … … 116 124 typedef FieldTraits<RotateManipulatorParentPtr> Self; 117 125 126 typedef MParentFCPointerField< RotateManipulator > HandledMParentField; 127 typedef SParentFCPointerField< RotateManipulator > HandledSParentField; 128 118 129 enum { Convertible = NotConvertible }; 119 130 };
