Ignore:
Timestamp:
10/19/06 16:14:29 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1642 r1649  
    4242class Exporter; 
    4343 
    44  
     44#define COUNT_ORIGIN_OBJECTS 1 
    4545 
    4646/** View space / object space hierarchy statistics. 
     
    376376        /** After the suddivision has ended, do some final tasks. 
    377377        */ 
    378         void FinishObjectSpaceSubdivision(const ObjectContainer &objects) const; 
     378        void FinishObjectSpaceSubdivision(const ObjectContainer &objects, const bool removeRayRefs = true) const; 
    379379 
    380380        /** Returns depth of object space subdivision. 
     
    487487        /// maximum number of leaves 
    488488        int mTermMaxLeaves; 
     489        /// Maximal allowed memory consumption. 
     490        float mTermMaxMemory; 
    489491 
    490492        //////////////////// 
Note: See TracChangeset for help on using the changeset viewer.