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