Ignore:
Timestamp:
04/08/06 23:35:12 (18 years ago)
Author:
mattausch
Message:

completed histogram

File:
1 edited

Legend:

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

    r734 r736  
    270270        ViewCellLeaf<T>(): mLeaf(NULL) { SetActive(); } 
    271271        ViewCellLeaf<T>(Mesh *mesh): 
    272                 ViewCell(mesh), mLeaf(NULL) { SetActive(); } 
    273  
     272        ViewCell(mesh), mLeaf(NULL) { SetActive(); } 
    274273         
    275274 
     
    299298        /** Returns number of leaves this view cell consists of. 
    300299        */ 
    301         int GetSize(ViewCell *vc) const; 
     300        int GetNumInitialViewCells(ViewCell *vc) const; 
    302301 
    303302        /** Collects leaves corresponding to a view cell. 
Note: See TracChangeset for help on using the changeset viewer.