Ignore:
Timestamp:
05/22/08 14:07:56 (16 years ago)
Author:
mattausch
Message:

debug version: problematic view points for vienna detected

File:
1 edited

Legend:

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

    r2176 r2695  
    722722        /// Pointer to the root of the tree 
    723723        BspNode *mRoot; 
    724          
    725724        /// the pointer to the view cells manager 
    726725        ViewCellsManager *mViewCellsManager; 
    727          
    728726        /// View cell corresponding to the space outside the valid view space 
    729727        BspViewCell *mOutOfBoundsCell; 
    730  
    731728        /// the bsp tree statistics 
    732729        BspTreeStatistics mBspStats; 
    733  
    734730        /// sorted split candidates used for sweep-heuristics 
    735731        vector<SortableEntry> *mLocalSubdivisionCandidates; 
    736  
    737732        /// box around the whole view domain 
    738733        AxisAlignedBox3 mBoundingBox; 
    739  
    740734        /// pointer to the hierarchy of view cells 
    741735        ViewCellsTree *mViewCellsTree; 
    742736 
    743737 
     738        /////////// 
    744739        //-- termination critera 
    745740 
Note: See TracChangeset for help on using the changeset viewer.