- Timestamp:
- 10/20/07 18:11:52 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/Carsten_PtrWork/Source/Contrib/Manipulators/OSGRotateManipulatorBase.cpp
r965 r976 244 244 245 245 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_DEV) 246 DataType FieldTraits<RotateManipulatorPtr>::_type("RotateManipulatorPtr", "ManipulatorPtr"); 246 DataType FieldTraits<RotateManipulatorInternalRefPtr>::_type( 247 "RotateManipulatorInternalRefPtr", 248 "ManipulatorInternalRefPtr"); 249 DataType FieldTraits<RotateManipulatorWeakRefPtr>::_type( 250 "RotateManipulatorWeakRefPtr", 251 "ManipulatorWeakRefPtr"); 252 DataType FieldTraits<RotateManipulatorParentPtr>::_type( 253 "RotateManipulatorParentPtr", 254 "ManipulatorParentPtr"); 247 255 #endif 248 256
