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/VspTree.h

    r1239 r1251  
    843843        /** Returns true if tree can be terminated. 
    844844        */ 
    845         inline bool LocalTerminationCriteriaMet(const VspTraversalData &data) const; 
     845        bool LocalTerminationCriteriaMet(const VspTraversalData &data) const; 
    846846 
    847847        /** Returns true if global tree can be terminated. 
    848848        */ 
    849         inline bool GlobalTerminationCriteriaMet(const VspTraversalData &data) const; 
     849        bool GlobalTerminationCriteriaMet(const VspTraversalData &data) const; 
    850850 
    851851        /** Adds ray sample contributions to the PVS. 
Note: See TracChangeset for help on using the changeset viewer.