Ignore:
Timestamp:
05/02/06 18:08:04 (18 years ago)
Author:
mattausch
Message:

added parameter for fetching active view cell with getviewcell method in ViewCellsManager?

File:
1 edited

Legend:

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

    r870 r879  
    306306 
    307307        /** Returns view cell the current point is located in. 
    308         */ 
    309         ViewCell *GetViewCell(const Vector3 &point); 
     308                @param point the current view point 
     309                @param active if currently active view cells should be returned or 
     310                elementary view cell 
     311        */ 
     312        ViewCell *GetViewCell(const Vector3 &point, const bool active = false); 
    310313 
    311314 
Note: See TracChangeset for help on using the changeset viewer.