- Timestamp:
- 05/05/08 06:39:01 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.h
r1178 r1193 180 180 SFUInt32 *editSFMode (void); 181 181 const SFUInt32 *getSFMode (void) const; 182 const SFUnrecChildGeoVectorPropertyPtr *getSFPositions (void) const; 182 const SFUnrecChildGeoVectorPropertyPtr *getSFPositions (void) const; 183 SFUnrecChildGeoVectorPropertyPtr *editSFPositions (void); 183 184 184 185 #ifdef OSG_1_GET_COMPAT … … 187 188 MFVec3f *editMFSizes (void); 188 189 const MFVec3f *getMFSizes (void) const; 189 const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions (void) const; 190 const SFUnrecChildGeoVectorPropertyPtr *getSFColors (void) const; 191 const SFUnrecChildGeoVectorPropertyPtr *getSFNormals (void) const; 190 const SFUnrecChildGeoVectorPropertyPtr *getSFSecPositions (void) const; 191 SFUnrecChildGeoVectorPropertyPtr *editSFSecPositions (void); 192 const SFUnrecChildGeoVectorPropertyPtr *getSFColors (void) const; 193 SFUnrecChildGeoVectorPropertyPtr *editSFColors (void); 194 const SFUnrecChildGeoVectorPropertyPtr *getSFNormals (void) const; 195 SFUnrecChildGeoVectorPropertyPtr *editSFNormals (void); 192 196 193 197 #ifdef OSG_1_GET_COMPAT … … 232 236 #endif 233 237 UInt32 &editMode (void); 234 const UInt32 &getMode (void) const;238 const UInt32 getMode (void) const; 235 239 236 240 GeoVectorPropertyPtr getPositions (void) const; … … 241 245 #endif 242 246 Vec3f &editSizes (const UInt32 index); 243 const Vec3f &getSizes (const UInt32 index) const; 244 MFVec3f &editSizes (void); 245 const MFVec3f &getSizes (void) const; 247 const Vec3f getSizes (const UInt32 index) const; 246 248 247 249 GeoVectorPropertyPtr getSecPositions (void) const; … … 256 258 #endif 257 259 Int32 &editIndices (const UInt32 index); 258 const Int32 &getIndices (const UInt32 index) const; 259 MFInt32 &editIndices (void); 260 const MFInt32 &getIndices (void) const; 260 const Int32 getIndices (const UInt32 index) const; 261 261 262 262 #ifdef OSG_1_GET_COMPAT … … 265 265 #endif 266 266 Real32 &editTextureZs (const UInt32 index); 267 const Real32 &getTextureZs (const UInt32 index) const; 268 MFReal32 &editTextureZs (void); 269 const MFReal32 &getTextureZs (void) const; 267 const Real32 getTextureZs (const UInt32 index) const; 270 268 271 269 #ifdef OSG_1_GET_COMPAT … … 273 271 #endif 274 272 UInt32 &editDrawOrder (void); 275 const UInt32 &getDrawOrder (void) const;273 const UInt32 getDrawOrder (void) const; 276 274 277 275 #ifdef OSG_1_GET_COMPAT … … 279 277 #endif 280 278 bool &editDynamic (void); 281 const bool &getDynamic (void) const;279 const bool getDynamic (void) const; 282 280 283 281 #ifdef OSG_1_GET_COMPAT … … 285 283 #endif 286 284 ParticleBSPTree &editBsp (void); 287 const ParticleBSPTree &getBsp (void) const;285 const ParticleBSPTree getBsp (void) const; 288 286 289 287 #ifdef OSG_1_GET_COMPAT … … 291 289 #endif 292 290 Int32 &editNumParticles (void); 293 const Int32 &getNumParticles (void) const;291 const Int32 getNumParticles (void) const; 294 292 295 293 /*! \} */ … … 317 315 /*! \name Ptr MField Set */ 318 316 /*! \{ */ 319 320 321 322 323 324 317 325 318 /*! \} */ … … 508 501 509 502 510 #ifdef OSG_1_GET_COMPAT511 SFUInt32 *getSFPump (void);512 #endif513 503 SFUInt32 *editSFPump (void); 514 504 const SFUInt32 *getSFPump (void) const; 515 505 516 #ifdef OSG_1_GET_COMPAT517 UInt32 &getPump (void);518 #endif519 506 UInt32 &editPump (void); 520 const UInt32 &getPump (void) const;507 const UInt32 getPump (void) const; 521 508 522 509 /*! \} */ … … 531 518 /*! \name Ptr MField Set */ 532 519 /*! \{ */ 520 533 521 /*! \} */ 534 522 /*---------------------------------------------------------------------*/
