- Timestamp:
- 04/15/08 04:48:53 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/WS/OSGGeometryBase.h
r1156 r1161 150 150 /*! \{ */ 151 151 152 const SFUnrec FieldContainerChildGeoIntegralPropertyPtr *getSFTypes (void) const;153 const SFUnrec FieldContainerChildGeoIntegralPropertyPtr *getSFLengths (void) const;154 const MFUnrec FieldContainerChildGeoVectorPropertyPtr *getMFProperties (void) const;155 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr *getMFPropIndices (void) const;152 const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes (void) const; 153 const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths (void) const; 154 const MFUnrecChildGeoVectorPropertyPtr *getMFProperties (void) const; 155 const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices (void) const; 156 156 157 157 #ifdef OSG_1_GET_COMPAT … … 167 167 168 168 GeoVectorPropertyPtrConst getProperties (const UInt32 index) const; 169 const MFUnrec FieldContainerChildGeoVectorPropertyPtr &getProperties (void) const;169 const MFUnrecChildGeoVectorPropertyPtr &getProperties (void) const; 170 170 171 171 GeoIntegralPropertyPtrConst getPropIndices (const UInt32 index) const; 172 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &getPropIndices (void) const;172 const MFUnrecChildGeoIntegralPropertyPtr &getPropIndices (void) const; 173 173 174 174 #ifdef OSG_1_GET_COMPAT … … 198 198 199 199 void pushToProperties (GeoVectorPropertyPtrConstArg value ); 200 void assignProperties (const MFUnrec FieldContainerChildGeoVectorPropertyPtr &value);200 void assignProperties (const MFUnrecChildGeoVectorPropertyPtr &value); 201 201 void insertIntoProperties (UInt32 uiIndex, 202 202 GeoVectorPropertyPtrConstArg value ); … … 212 212 213 213 void pushToPropIndices (GeoIntegralPropertyPtrConstArg value ); 214 void assignPropIndices (const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &value);214 void assignPropIndices (const MFUnrecChildGeoIntegralPropertyPtr &value); 215 215 void insertIntoPropIndices (UInt32 uiIndex, 216 216 GeoIntegralPropertyPtrConstArg value ); … … 273 273 /*! \{ */ 274 274 275 SFUnrec FieldContainerChildGeoIntegralPropertyPtr _sfTypes;276 SFUnrec FieldContainerChildGeoIntegralPropertyPtr _sfLengths;277 MFUnrec FieldContainerChildGeoVectorPropertyPtr _mfProperties;278 MFUnrec FieldContainerChildGeoIntegralPropertyPtr _mfPropIndices;275 SFUnrecChildGeoIntegralPropertyPtr _sfTypes; 276 SFUnrecChildGeoIntegralPropertyPtr _sfLengths; 277 MFUnrecChildGeoVectorPropertyPtr _mfProperties; 278 MFUnrecChildGeoIntegralPropertyPtr _mfPropIndices; 279 279 SFBool _sfDlistCache; 280 280 SFInt32 _sfClassicGLId;
