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/Groups/Misc/OSGProxyGroupBase.cpp

    r2 r54  
    398398} 
    399399 
     400#ifdef OSG_1_COMPAT 
     401SFBool *ProxyGroupBase::getSFEnabled(void) 
     402{ 
     403    return this->editSFEnabled(); 
     404} 
     405#endif 
     406 
    400407SFString *ProxyGroupBase::editSFUrl(void) 
    401408{ 
     
    409416    return &_sfUrl; 
    410417} 
     418 
     419#ifdef OSG_1_COMPAT 
     420SFString *ProxyGroupBase::getSFUrl(void) 
     421{ 
     422    return this->editSFUrl(); 
     423} 
     424#endif 
    411425 
    412426//! Get the ProxyGroup::_sfRoot field. 
     
    428442} 
    429443 
     444#ifdef OSG_1_COMPAT 
     445SFUInt32 *ProxyGroupBase::getSFState(void) 
     446{ 
     447    return this->editSFState(); 
     448} 
     449#endif 
     450 
    430451SFBool *ProxyGroupBase::editSFConcurrentLoad(void) 
    431452{ 
     
    440461} 
    441462 
     463#ifdef OSG_1_COMPAT 
     464SFBool *ProxyGroupBase::getSFConcurrentLoad(void) 
     465{ 
     466    return this->editSFConcurrentLoad(); 
     467} 
     468#endif 
     469 
    442470SFDynamicVolume *ProxyGroupBase::editSFVolume(void) 
    443471{ 
     
    452480} 
    453481 
     482#ifdef OSG_1_COMPAT 
     483SFDynamicVolume *ProxyGroupBase::getSFVolume(void) 
     484{ 
     485    return this->editSFVolume(); 
     486} 
     487#endif 
     488 
    454489SFUInt32 *ProxyGroupBase::editSFIndices(void) 
    455490{ 
     
    464499} 
    465500 
     501#ifdef OSG_1_COMPAT 
     502SFUInt32 *ProxyGroupBase::getSFIndices(void) 
     503{ 
     504    return this->editSFIndices(); 
     505} 
     506#endif 
     507 
    466508SFUInt32 *ProxyGroupBase::editSFTriangles(void) 
    467509{ 
     
    476518} 
    477519 
     520#ifdef OSG_1_COMPAT 
     521SFUInt32 *ProxyGroupBase::getSFTriangles(void) 
     522{ 
     523    return this->editSFTriangles(); 
     524} 
     525#endif 
     526 
    478527SFUInt32 *ProxyGroupBase::editSFPositions(void) 
    479528{ 
     
    488537} 
    489538 
     539#ifdef OSG_1_COMPAT 
     540SFUInt32 *ProxyGroupBase::getSFPositions(void) 
     541{ 
     542    return this->editSFPositions(); 
     543} 
     544#endif 
     545 
    490546SFUInt32 *ProxyGroupBase::editSFGeometries(void) 
    491547{ 
     
    500556} 
    501557 
     558#ifdef OSG_1_COMPAT 
     559SFUInt32 *ProxyGroupBase::getSFGeometries(void) 
     560{ 
     561    return this->editSFGeometries(); 
     562} 
     563#endif 
     564 
    502565SFString *ProxyGroupBase::editSFAbsoluteUrl(void) 
    503566{ 
     
    512575} 
    513576 
     577#ifdef OSG_1_COMPAT 
     578SFString *ProxyGroupBase::getSFAbsoluteUrl(void) 
     579{ 
     580    return this->editSFAbsoluteUrl(); 
     581} 
     582#endif 
     583 
    514584MFUInt8 *ProxyGroupBase::editMFInline(void) 
    515585{ 
     
    523593    return &_mfInline; 
    524594} 
     595 
     596#ifdef OSG_1_COMPAT 
     597MFUInt8 *ProxyGroupBase::getMFInline(void) 
     598{ 
     599    return this->editMFInline(); 
     600} 
     601#endif 
    525602 
    526603