Ignore:
Timestamp:
06/27/05 17:22:08 (19 years ago)
Author:
mattausch
Message:

added item buffer functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/include/VisibilityInfo.h

    r145 r150  
    2828        */ 
    2929        void AddVisibility(const VisibilityInfo &info); 
    30  
     30        /** Adds visibility to current visibility information. 
     31        */ 
     32        void AddVisibility(const int visiblePixels, const int vrojectedPixels); 
    3133 
    3234protected: 
    33         /** number of visible pixels. */ 
     35        /** number of visible pixels.  
     36        */ 
    3437    int mVisiblePixels; 
    35         /** number of projected pixels */ 
     38        /** number of projected pixels  
     39        */ 
    3640        int mProjectedPixels; 
    3741}; 
Note: See TracChangeset for help on using the changeset viewer.