Show
Ignore:
Timestamp:
10/24/07 19:30:30 (10 months ago)
Author:
cneumann
Message:

fixed: FieldBundle? templates, pointers and fields updated

lots of compile errors - some remain

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/Contrib/VTK/OSGVTKMapperBase.inl

    r976 r988  
    4949\*****************************************************************************/ 
    5050 
    51 #include "OSGContainerPtrFuncs.h" 
     51// #include "OSGContainerPtrFuncs.h" 
    5252 
    5353OSG_BEGIN_NAMESPACE 
    5454 
    5555//! access the type of the class 
    56 inline 
    57 OSG::FieldContainerType &VTKMapperBase::getClassType(void) 
     56inline OSG::FieldContainerType & 
     57VTKMapperBase::getClassType(void) 
    5858{ 
    5959    return _type; 
     
    6161 
    6262//! access the numerical type of the class 
    63 inline 
    64 OSG::UInt32 VTKMapperBase::getClassTypeId(void) 
     63inline OSG::UInt32 
     64VTKMapperBase::getClassTypeId(void) 
    6565{ 
    6666    return _type.getId(); 
    6767} 
    6868 
    69 inline 
    70 OSG::UInt16 VTKMapperBase::getClassGroupId(void) 
     69inline OSG::UInt16 
     70VTKMapperBase::getClassGroupId(void) 
    7171{ 
    7272    return _type.getGroupId();