Changeset 1907


Ignore:
Timestamp:
12/17/06 15:34:57 (17 years ago)
Author:
mattausch
Message:

removed unneccesary mailing

File:
1 edited

Legend:

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

    r1905 r1907  
    893893        Intersectable::NewMail(3); 
    894894        KdLeaf::NewMail(3); 
    895         BvhLeaf::NewMail(3); 
    896895 
    897896        RayInfoContainer::const_iterator rit, rit_end = splitCandidate.mParentData.mRays->end(); 
     
    11711170        Intersectable::NewMail(); 
    11721171        KdNode::NewMail(); 
    1173         BvhLeaf::NewMail(); 
    11741172 
    11751173        float pvsSize = 0; 
     
    13151313        Intersectable::NewMail(); 
    13161314        KdLeaf::NewMail(); 
    1317         BvhLeaf::NewMail(); 
    13181315 
    13191316        const float volRatio =  
     
    15511548        Intersectable::NewMail(3); 
    15521549        KdLeaf::NewMail(3); 
    1553         //BvhLeaf::NewMail(3); 
    15541550 
    15551551        RayInfoContainer::const_iterator rit, rit_end = data.mRays->end(); 
     
    16291625        // create unique ids for pvs heuristics 
    16301626        Intersectable::NewMail(3); 
    1631         BvhLeaf::NewMail(3); 
    16321627        KdLeaf::NewMail(3); 
    16331628 
     
    22302225        Intersectable::NewMail(); 
    22312226        KdNode::NewMail(); 
    2232         BvhLeaf::NewMail(); 
    22332227 
    22342228        RayInfoContainer::const_iterator rit, rit_end = rays.end(); 
     
    23102304        Intersectable::NewMail(); 
    23112305        KdNode::NewMail(); 
    2312         BvhLeaf::NewMail(); 
    23132306 
    23142307        RayInfoContainer::const_iterator rit, rit_end = rays.end(); 
     
    30083001         
    30093002        KdLeaf::NewMail(); 
    3010         BvhLeaf::NewMail(); 
     3003        Intersectable::NewMail(); 
    30113004         
    30123005        RayInfoContainer::const_iterator rit, rit_end = tData.mRays->end(); 
Note: See TracChangeset for help on using the changeset viewer.