Ignore:
Timestamp:
10/16/06 18:59:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1626 r1627  
    419419protected: 
    420420 
    421         enum {SEQUENTIAL, INTERLEAVED}; 
     421        /** construction types 
     422                sequential: construct first view space, then object space 
     423                interleaved: construct view space and object space fully interleaved 
     424                gradient: construct view space / object space until a threshold is reached 
     425                multilevel: iterate until subdivisions converge to the optimum. 
     426        */ 
     427        enum {SEQUENTIAL, INTERLEAVED, GRADIENT, MULTILEVEL}; 
     428 
    422429        /// type of hierarchy construction 
    423430        int mConstructionType; 
Note: See TracChangeset for help on using the changeset viewer.