Changeset 2575 for GTP/trunk/Lib/Vis/Preprocessing/src/RssTree.h
- Timestamp:
- 01/03/08 15:53:44 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/RssTree.h
r2176 r2575 1099 1099 PushRoots(std::stack<RssTreeNode *> &st) const; 1100 1100 1101 void 1102 PushRoots(std::stack<RayTraversalData> &st, RssTreeNode::RayInfo &info) const; 1101 typedef std::stack<RayTraversalData> TstackEntry; 1102 1103 void 1104 PushRoots(TstackEntry &st, RssTreeNode::RayInfo &info) const; 1103 1105 1104 1106 void
Note: See TracChangeset
for help on using the changeset viewer.