Changeset 883 for GTP/trunk/Lib
- Timestamp:
- 05/03/06 10:39:47 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp
r882 r883 1622 1622 ViewCell *root = vc; 1623 1623 1624 // a lso add pvs from this view cell to root1624 // add pvs from this view cell to root 1625 1625 while (root->GetParent()) 1626 1626 { … … 1629 1629 } 1630 1630 1631 // add pvs from leaves 1631 1632 stack<ViewCell *> tstack; 1632 1633 tstack.push(vc);
Note: See TracChangeset
for help on using the changeset viewer.