Ignore:
Timestamp:
03/07/07 16:26:58 (17 years ago)
Author:
mattausch
Message:

using mutationsamples for evaluation

File:
1 edited

Legend:

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

    r2198 r2199  
    897897                @param rightPvs updates the right pvs 
    898898        */ 
    899         void EvalHeuristics(const SortableEntry &ve, float &pvsLeft, float &pvsRight) const; 
     899        inline void EvalHeuristics(const SortableEntry &ve, float &pvsLeft, float &pvsRight) const; 
    900900 
    901901        /** Evaluates contribution of min event to pvs 
    902902        */ 
    903         int EvalMinEventContribution( 
     903        inline int EvalMinEventContribution( 
    904904                const VssRay &ray, const bool isTermination) const; 
    905905 
    906906        /** Evaluates contribution of max event to pvs 
    907907        */ 
    908         int EvalMaxEventContribution( 
     908        inline int EvalMaxEventContribution( 
    909909                const VssRay &ray, const bool isTermination) const; 
    910910 
    911911        /** Evaluates contribution of kd leaf when encountering a min event 
    912912        */ 
    913         int EvalMinEventContribution(KdLeaf *leaf) const; 
     913        inline int EvalMinEventContribution(KdLeaf *leaf) const; 
    914914        /**  Evaluates contribution of kd leaf when encountering a max event 
    915915        */ 
    916         int EvalMaxEventContribution(KdLeaf *leaf) const; 
     916        inline int EvalMaxEventContribution(KdLeaf *leaf) const; 
    917917 
    918918        /** Prepares objects for the heuristics. 
Note: See TracChangeset for help on using the changeset viewer.