Ignore:
Timestamp:
04/29/06 19:11:23 (18 years ago)
Author:
mattausch
Message:

working on preprocessor integration
added iv stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/include/Containers.h

    r68 r863  
    99  class ViewCell; 
    1010  class HierarchyNode; 
     11 
    1112  /** Container for Mesh pointers primarily for the use within the kDTree and 
    1213      BSP hierarchies */ 
     
    1819      BSP hierarchies */ 
    1920  typedef vector<HierarchyNode *> NodeContainer; 
     21 
    2022}; 
    21  
    2223 
    2324#endif // _Container_H__ 
Note: See TracChangeset for help on using the changeset viewer.