Ignore:
Timestamp:
09/05/06 09:51:56 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1314 r1323  
    265265protected: 
    266266 
     267        enum {SEQUENTIAL, INTERLEAVED}; 
    267268        int mObjectSpaceSubdivisionType; 
     269        /// the original osp type 
     270        int mSavedObjectSpaceSubdivisionType; 
     271 
    268272        int mConstructionType; 
    269273 
Note: See TracChangeset for help on using the changeset viewer.