Ignore:
Timestamp:
10/23/06 20:24:14 (18 years ago)
Author:
mattausch
Message:

updated priority meaurement: taking total cost and memory into account

File:
1 edited

Legend:

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

    r1653 r1667  
    3535        /// number of view cells 
    3636        int viewCells; 
    37  
    3837        /// size of the PVS 
    3938        int pvsSize; 
    40  
    4139        /// largest PVS of all view cells 
    4240        int maxPvs; 
    43  
    4441        /// smallest PVS of all view cells 
    4542        int minPvs; 
    46  
    4743        /// view cells with empty PVS 
    4844        int emptyPvs; 
    49  
    5045        /// number of leaves covering the view space 
    5146        int leaves; 
    52  
    5347        /// largest number of leaves covered by one view cell 
    5448        int maxLeaves; 
    55  
     49        /// number of invalid view cells 
    5650        int invalid; 
    5751 
     
    8983 
    9084/** 
    91         View cell with an optional mesh representation 
     85        A view cell. View cells are regions in space. The visibility informations, 
     86        i.e., the primitives seen by the view cell are stored in a PVs. 
     87        A view cell can be represented in many different ways, e.g., 
     88        a mesh representation. 
    9289*/ 
    93  
    94  
    9590class ViewCell: public MeshInstance 
    9691{ 
Note: See TracChangeset for help on using the changeset viewer.