Changeset 1935 for GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
- Timestamp:
- 01/04/07 00:23:09 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1932 r1935 3561 3561 if (p < raysOut) 3562 3562 { 3563 if ( 0 &&(*rit)->mFlags & VssRay::BorderSample)3563 if ((*rit)->mFlags & VssRay::BorderSample) 3564 3564 { 3565 3565 vcRays.push_back(*rit); … … 3567 3567 else if ((*rit)->mFlags & VssRay::ReverseSample) 3568 3568 { 3569 cout << "l";3570 3569 vcRays2.push_back(*rit); 3571 3570 } 3572 else if(0)3571 else 3573 3572 { 3574 3573 vcRays3.push_back(*rit);
Note: See TracChangeset
for help on using the changeset viewer.