Show
Ignore:
Timestamp:
05/05/08 06:39:01 (4 months ago)
Author:
vossg
Message:

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.h

    r1178 r1193  
    134134    /*! \{                                                                 */ 
    135135 
    136             const MFUnrecNodePtr      *getMFGroupNodes      (void) const; 
     136            const MFUnrecNodePtr      *getMFGroupNodes     (void) const; 
     137                  MFUnrecNodePtr      *editMFGroupNodes     (void); 
    137138 
    138139#ifdef OSG_1_GET_COMPAT 
     
    150151 
    151152                  NodePtr getGroupNodes     (const UInt32 index) const; 
    152             const MFUnrecNodePtr      &getGroupNodes     (void) const; 
    153153 
    154154#ifdef OSG_1_GET_COMPAT 
     
    157157#endif 
    158158                  UInt32              &editGroupLengths   (const UInt32 index); 
    159             const UInt32              &getGroupLengths    (const UInt32 index) const; 
    160                   MFUInt32            &editGroupLengths   (void); 
    161             const MFUInt32            &getGroupLengths   (void) const; 
     159            const UInt32               getGroupLengths    (const UInt32 index) const; 
    162160 
    163161#ifdef OSG_1_GET_COMPAT 
     
    165163#endif 
    166164                  bool                &editGroupsChanged  (void); 
    167             const bool                &getGroupsChanged   (void) const; 
     165            const bool                getGroupsChanged   (void) const; 
    168166 
    169167    /*! \}                                                                 */ 
     
    186184    void pushToGroupNodes           (const NodePtr value   ); 
    187185    void assignGroupNodes           (const MFUnrecNodePtr    &value); 
    188     void insertIntoGroupNodes      (      UInt32         uiIndex, 
    189                                              const NodePtr value   ); 
    190     void replaceInGroupNodes  (      UInt32         uiIndex, 
    191                                              const NodePtr value   ); 
    192     void replaceInGroupNodes (const NodePtr pOldElem, 
    193                                              const NodePtr pNewElem); 
    194186    void removeFromGroupNodes (UInt32                uiIndex ); 
    195187    void removeFromGroupNodes(const NodePtr value   ); 
    196188    void clearGroupNodes            (void                          ); 
    197  
    198  
    199189 
    200190