Show
Ignore:
Timestamp:
09/06/06 00:48:55 (2 years ago)
Author:
vossg
Message:

fixed : missing symbols (compat mode)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/NodeCores/Drawables/Particles/OSGParticlesBase.inl

    r2 r54  
    9191} 
    9292 
     93#ifdef OSG_1_COMPAT 
     94inline 
     95UInt32 &ParticlesBase::getMode(void) 
     96{ 
     97    return this->editMode(); 
     98} 
     99#endif 
     100 
    93101//! Set the value of the Particles::_sfMode field. 
    94102inline 
     
    236244} 
    237245 
     246#ifdef OSG_1_COMPAT 
     247inline 
     248UInt32 &ParticlesBase::getDrawOrder(void) 
     249{ 
     250    return this->editDrawOrder(); 
     251} 
     252#endif 
     253 
    238254//! Set the value of the Particles::_sfDrawOrder field. 
    239255inline 
     
    261277} 
    262278 
     279#ifdef OSG_1_COMPAT 
     280inline 
     281bool &ParticlesBase::getDynamic(void) 
     282{ 
     283    return this->editDynamic(); 
     284} 
     285#endif 
     286 
    263287//! Set the value of the Particles::_sfDynamic field. 
    264288inline 
     
    286310} 
    287311 
     312#ifdef OSG_1_COMPAT 
     313inline 
     314UInt32 &ParticlesBase::getPump(void) 
     315{ 
     316    return this->editPump(); 
     317} 
     318#endif 
     319 
    288320//! Set the value of the Particles::_sfPump field. 
    289321inline 
     
    311343} 
    312344 
     345#ifdef OSG_1_COMPAT 
     346inline 
     347ParticleBSPTree &ParticlesBase::getBsp(void) 
     348{ 
     349    return this->editBsp(); 
     350} 
     351#endif 
     352 
    313353//! Set the value of the Particles::_sfBsp field. 
    314354inline 
     
    336376} 
    337377 
     378#ifdef OSG_1_COMPAT 
     379inline 
     380Int32 &ParticlesBase::getNumParticles(void) 
     381{ 
     382    return this->editNumParticles(); 
     383} 
     384#endif 
     385 
    338386//! Set the value of the Particles::_sfNumParticles field. 
    339387inline 
     
    369417} 
    370418 
     419#ifdef OSG_1_COMPAT 
     420inline 
     421Vec3f &ParticlesBase::getSizes(const UInt32 index) 
     422{ 
     423    return this->editSizes(index); 
     424} 
     425 
     426inline 
     427MFVec3f &ParticlesBase::getSizes(void) 
     428{ 
     429    return this->editSizes(); 
     430} 
     431 
     432#endif 
     433 
     434 
    371435//! Get the Particles::_mfSizes field. 
    372436inline 
     
    400464} 
    401465 
     466#ifdef OSG_1_COMPAT 
     467inline 
     468Int32 &ParticlesBase::getIndices(const UInt32 index) 
     469{ 
     470    return this->editIndices(index); 
     471} 
     472 
     473inline 
     474MFInt32 &ParticlesBase::getIndices(void) 
     475{ 
     476    return this->editIndices(); 
     477} 
     478 
     479#endif 
     480 
     481 
    402482//! Get the Particles::_mfIndices field. 
    403483inline 
     
    430510    return _mfTextureZs; 
    431511} 
     512 
     513#ifdef OSG_1_COMPAT 
     514inline 
     515Real32 &ParticlesBase::getTextureZs(const UInt32 index) 
     516{ 
     517    return this->editTextureZs(index); 
     518} 
     519 
     520inline 
     521MFReal32 &ParticlesBase::getTextureZs(void) 
     522{ 
     523    return this->editTextureZs(); 
     524} 
     525 
     526#endif 
     527 
    432528 
    433529//! Get the Particles::_mfTextureZs field.