- Timestamp:
- 05/05/08 06:58:23 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortLast/OSGSortLastWindowBase.h
r1193 r1197 150 150 151 151 152 Node PtrgetGroupNodes (const UInt32 index) const;152 Node * getGroupNodes (const UInt32 index) const; 153 153 154 154 #ifdef OSG_1_GET_COMPAT … … 182 182 /*! \{ */ 183 183 184 void pushToGroupNodes ( const NodePtrvalue );185 void assignGroupNodes (const MFUnrecNodePtr &value);186 void removeFromGroupNodes (UInt32 uiIndex );187 void removeFromGroupNodes( const NodePtrvalue );184 void pushToGroupNodes (Node * const value ); 185 void assignGroupNodes (const MFUnrecNodePtr &value); 186 void removeFromGroupNodes (UInt32 uiIndex ); 187 void removeFromGroupNodes(Node * const value ); 188 188 void clearGroupNodes (void ); 189 189 … … 206 206 /*! \{ */ 207 207 208 static SortLastWindowTransitPtr create (void);209 static SortLastWindow PtrcreateEmpty (void);210 211 static SortLastWindowTransitPtr createLocal (212 BitVector bFlags = FCLocal::All);213 214 static SortLastWindow PtrcreateEmptyLocal(208 static SortLastWindowTransitPtr create (void); 209 static SortLastWindow *createEmpty (void); 210 211 static SortLastWindowTransitPtr createLocal ( 212 BitVector bFlags = FCLocal::All); 213 214 static SortLastWindow *createEmptyLocal( 215 215 BitVector bFlags = FCLocal::All); 216 216 … … 306 306 307 307 #ifdef OSG_MT_CPTR_ASPECT 308 virtual FieldContainer PtrcreateAspectCopy(void) const;308 virtual FieldContainer *createAspectCopy(void) const; 309 309 #endif 310 310
