Changeset 863 for GTP/trunk/Lib/Vis/Preprocessing/include
- Timestamp:
- 04/29/06 19:11:23 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/include/Containers.h
r68 r863 9 9 class ViewCell; 10 10 class HierarchyNode; 11 11 12 /** Container for Mesh pointers primarily for the use within the kDTree and 12 13 BSP hierarchies */ … … 18 19 BSP hierarchies */ 19 20 typedef vector<HierarchyNode *> NodeContainer; 21 20 22 }; 21 22 23 23 24 #endif // _Container_H__
Note: See TracChangeset
for help on using the changeset viewer.