Ignore:
Timestamp:
07/19/06 00:26:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1141 r1142  
    439439        void GetPvs(ViewCell *vc, ObjectPvs &pvs) const; 
    440440 
    441         /** Returns pvs size of view cell. 
    442         */ 
    443         //int GetPvsSize(ViewCell *vc) const; 
    444         int GetPvsSize(ViewCell *vc, const bool countKdPvs = false) const; 
     441        /** Returns pvs size (i.e. the number of entries weighted by their "importance". 
     442        */ 
     443        int GetPvsSize(ViewCell *vc) const; 
    445444 
    446445        /** Returns actual number of object in this pvs and the children. 
Note: See TracChangeset for help on using the changeset viewer.