Changeset 1907 for GTP/trunk/Lib
- Timestamp:
- 12/17/06 15:34:57 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp
r1905 r1907 893 893 Intersectable::NewMail(3); 894 894 KdLeaf::NewMail(3); 895 BvhLeaf::NewMail(3);896 895 897 896 RayInfoContainer::const_iterator rit, rit_end = splitCandidate.mParentData.mRays->end(); … … 1171 1170 Intersectable::NewMail(); 1172 1171 KdNode::NewMail(); 1173 BvhLeaf::NewMail();1174 1172 1175 1173 float pvsSize = 0; … … 1315 1313 Intersectable::NewMail(); 1316 1314 KdLeaf::NewMail(); 1317 BvhLeaf::NewMail();1318 1315 1319 1316 const float volRatio = … … 1551 1548 Intersectable::NewMail(3); 1552 1549 KdLeaf::NewMail(3); 1553 //BvhLeaf::NewMail(3);1554 1550 1555 1551 RayInfoContainer::const_iterator rit, rit_end = data.mRays->end(); … … 1629 1625 // create unique ids for pvs heuristics 1630 1626 Intersectable::NewMail(3); 1631 BvhLeaf::NewMail(3);1632 1627 KdLeaf::NewMail(3); 1633 1628 … … 2230 2225 Intersectable::NewMail(); 2231 2226 KdNode::NewMail(); 2232 BvhLeaf::NewMail();2233 2227 2234 2228 RayInfoContainer::const_iterator rit, rit_end = rays.end(); … … 2310 2304 Intersectable::NewMail(); 2311 2305 KdNode::NewMail(); 2312 BvhLeaf::NewMail();2313 2306 2314 2307 RayInfoContainer::const_iterator rit, rit_end = rays.end(); … … 3008 3001 3009 3002 KdLeaf::NewMail(); 3010 BvhLeaf::NewMail();3003 Intersectable::NewMail(); 3011 3004 3012 3005 RayInfoContainer::const_iterator rit, rit_end = tData.mRays->end();
Note: See TracChangeset
for help on using the changeset viewer.