- Timestamp:
- 05/05/08 07:12:19 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Cluster/Window/SortFirst/OSGTileLoadBalancer.h
r1177 r1198 110 110 /*! \{ */ 111 111 112 void update (Node Ptrnode );113 void balance (Viewport Ptrvp,112 void update (Node *node ); 113 void balance (Viewport *vp, 114 114 bool shrink, 115 115 ResultT &result ); 116 116 void addRenderNode (const RenderNode &rn,UInt32 id); 117 void drawVolumes (Window Ptrwin);118 void setRegionStatistics(Viewport Ptrvp,119 ResultT &result);117 void drawVolumes (Window *win); 118 void setRegionStatistics(Viewport *vp, 119 ResultT &result); 120 120 121 121 /*! \} */ … … 177 177 178 178 double runFaceBench(GLuint dlist,UInt32 size,Real32 visible); 179 void updateSubtree ( const NodePtrnode,TileGeometryLoadMapT &loadMap);179 void updateSubtree (Node * const node,TileGeometryLoadMapT &loadMap); 180 180 void splitRegion (UInt32 rnFrom, 181 181 UInt32 rnTo,
