Show
Ignore:
Timestamp:
05/05/08 07:12:19 (4 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortFirst/OSGTileLoadBalancer.h

    r1177 r1198  
    110110    /*! \{                                                                 */ 
    111111 
    112     void update             (NodePtr           node   ); 
    113     void balance            (ViewportPtr       vp, 
     112    void update             (Node             *node   ); 
     113    void balance            (Viewport         *vp, 
    114114                             bool              shrink, 
    115115                             ResultT          &result ); 
    116116    void addRenderNode      (const RenderNode &rn,UInt32 id); 
    117     void drawVolumes        (WindowPtr win); 
    118     void setRegionStatistics(ViewportPtr           vp, 
    119                              ResultT              &result); 
     117    void drawVolumes        (Window           *win); 
     118    void setRegionStatistics(Viewport         *vp, 
     119                             ResultT          &result); 
    120120 
    121121    /*! \}                                                                 */ 
     
    177177 
    178178    double runFaceBench(GLuint dlist,UInt32 size,Real32 visible); 
    179     void updateSubtree (const NodePtr node,TileGeometryLoadMapT &loadMap); 
     179    void updateSubtree (Node * const node,TileGeometryLoadMapT &loadMap); 
    180180    void splitRegion   (UInt32          rnFrom, 
    181181                        UInt32          rnTo,