Changeset 459 for trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyBase.cpp
- Timestamp:
- 12/29/06 10:28:00 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Properties/OSGGeoIntegralPropertyBase.cpp
r436 r459 73 73 74 74 /*! \class OSG::GeoIntegralProperty 75 Parent class for integral (i.e. one dimensional unsigned integer 76 typed) properties. 75 Parent class for integral (i.e. one dimensional unsigned integer typed) properties. 77 76 */ 78 77 … … 105 104 "</FieldContainer>\n", 106 105 "Parent class for integral (i.e. one dimensional unsigned integer typed) properties.\n" 106 "\n" 107 107 "The main use for this class is as a parent class for indices, lengths and \n" 108 108 "types for the Geometry.\n" … … 127 127 128 128 /*------------------------- decorator get ------------------------------*/ 129 130 129 131 130 132
