Show
Ignore:
Timestamp:
10/21/07 16:27:52 (1 year ago)
Author:
cneumann
Message:

added: typedefs for types of member fields in fc

missing includes

NOTE: Edit/GetFieldHandles are not functional right now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/Carsten_PtrWork/Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindowBase.h

    r976 r979  
    117117    static const OSG::BitVector NextFieldMask = 
    118118        (TypeTraits<BitVector>::One << NextFieldId); 
     119         
     120    typedef SFBool                 BalanceFieldType; 
     121    typedef SFBool                 BestCutFieldType; 
     122    typedef SFBool                 ShowBalancingFieldType; 
     123    typedef SFUInt32               TileSizeFieldType; 
     124    typedef SFBool                 ShortFieldType; 
     125         
    119126 
    120127    /*---------------------------------------------------------------------*/