Ignore:
Timestamp:
02/19/07 02:51:22 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.h

    r2116 r2124  
    188188class HierarchyManager 
    189189{ 
     190        friend class VspOspViewCellsManager; 
     191 
    190192public: 
     193         
    191194        /** Constructor with the view space partition tree and 
    192195                the object space hierarchy type as argument. 
    193196        */ 
    194197        HierarchyManager(const int objectSpaceHierarchyType); 
     198         
    195199        /** Hack: OspTree will copy the content from this kd tree. 
    196200                Only view space hierarchy will be constructed. 
Note: See TracChangeset for help on using the changeset viewer.