Ignore:
Timestamp:
08/21/06 18:39:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1239 r1251  
    568568        /** Returns true if tree can be terminated. 
    569569        */ 
    570         inline bool LocalTerminationCriteriaMet(const OspTraversalData &data) const; 
     570        bool LocalTerminationCriteriaMet(const OspTraversalData &data) const; 
    571571 
    572572        /** Returns true if global tree can be terminated. 
    573573        */ 
    574         inline bool GlobalTerminationCriteriaMet(const OspTraversalData &data) const; 
     574        bool GlobalTerminationCriteriaMet(const OspTraversalData &data) const; 
    575575 
    576576        /** Selects an axis aligned for the next split. 
     
    579579        float SelectSplitPlane( 
    580580                const OspTraversalData &tData, 
    581                 AxisAlignedPlane &plane, 
    582                 float &pFront, 
    583                 float &pBack); 
     581                AxisAlignedPlane &plane); 
    584582         
    585583        /** Propagates valid flag up the tree. 
Note: See TracChangeset for help on using the changeset viewer.