Ignore:
Timestamp:
10/27/06 03:05:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.h

    r1684 r1686  
    693693#endif 
    694694 
    695         void UpdateNode(const AxisAlignedPlane &splitPlane, 
    696                                     VspTraversalData &tData, 
    697                                         VspTraversalData &frontData, 
    698                                         VspTraversalData &backData); 
    699  
    700         SubdivisionCandidate *CreateSubdivisionCandidate(VspInterior *oldNode); 
     695        VspNode *SubdivideAndCopy(SplitQueue &tQueue, SubdivisionCandidate *splitCandidate); 
    701696 
    702697protected: 
Note: See TracChangeset for help on using the changeset viewer.