- Timestamp:
- 04/15/08 04:48:53 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Geometry/Base/ES/OSGGeometryBase.h
r1156 r1161 146 146 /*! \{ */ 147 147 148 const SFUnrec FieldContainerChildGeoIntegralPropertyPtr *getSFTypes (void) const;149 const SFUnrec FieldContainerChildGeoIntegralPropertyPtr *getSFLengths (void) const;150 const MFUnrec FieldContainerChildGeoVectorPropertyPtr *getMFProperties (void) const;151 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr *getMFPropIndices (void) const;148 const SFUnrecChildGeoIntegralPropertyPtr *getSFTypes (void) const; 149 const SFUnrecChildGeoIntegralPropertyPtr *getSFLengths (void) const; 150 const MFUnrecChildGeoVectorPropertyPtr *getMFProperties (void) const; 151 const MFUnrecChildGeoIntegralPropertyPtr *getMFPropIndices (void) const; 152 152 153 153 … … 157 157 158 158 GeoVectorPropertyPtrConst getProperties (const UInt32 index) const; 159 const MFUnrec FieldContainerChildGeoVectorPropertyPtr &getProperties (void) const;159 const MFUnrecChildGeoVectorPropertyPtr &getProperties (void) const; 160 160 161 161 GeoIntegralPropertyPtrConst getPropIndices (const UInt32 index) const; 162 const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &getPropIndices (void) const;162 const MFUnrecChildGeoIntegralPropertyPtr &getPropIndices (void) const; 163 163 164 164 /*! \} */ … … 181 181 182 182 void pushToProperties (GeoVectorPropertyPtrConstArg value ); 183 void assignProperties (const MFUnrec FieldContainerChildGeoVectorPropertyPtr &value);183 void assignProperties (const MFUnrecChildGeoVectorPropertyPtr &value); 184 184 void insertIntoProperties (UInt32 uiIndex, 185 185 GeoVectorPropertyPtrConstArg value ); … … 195 195 196 196 void pushToPropIndices (GeoIntegralPropertyPtrConstArg value ); 197 void assignPropIndices (const MFUnrec FieldContainerChildGeoIntegralPropertyPtr &value);197 void assignPropIndices (const MFUnrecChildGeoIntegralPropertyPtr &value); 198 198 void insertIntoPropIndices (UInt32 uiIndex, 199 199 GeoIntegralPropertyPtrConstArg value ); … … 256 256 /*! \{ */ 257 257 258 SFUnrec FieldContainerChildGeoIntegralPropertyPtr _sfTypes;259 SFUnrec FieldContainerChildGeoIntegralPropertyPtr _sfLengths;260 MFUnrec FieldContainerChildGeoVectorPropertyPtr _mfProperties;261 MFUnrec FieldContainerChildGeoIntegralPropertyPtr _mfPropIndices;258 SFUnrecChildGeoIntegralPropertyPtr _sfTypes; 259 SFUnrecChildGeoIntegralPropertyPtr _sfLengths; 260 MFUnrecChildGeoVectorPropertyPtr _mfProperties; 261 MFUnrecChildGeoIntegralPropertyPtr _mfPropIndices; 262 262 SFInt32 _sfClassicGLId; 263 263 SFInt32 _sfAttGLId;
