Ignore:
Timestamp:
10/03/06 12:07:06 (18 years ago)
Author:
mattausch
Message:

added the preprocessor front end

File:
1 edited

Legend:

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

    r1557 r1558  
    685685        void SetViewCellsTree(ViewCellsTree *vct); 
    686686         
    687         /** Returns view cell representing the empty view space. 
    688         */ 
    689         BspViewCell *GetOrCreateOutOfBoundsCell(); 
     687        /** Returns true if this view cell prepresents 
     688                invalid view space. 
     689        */ 
     690        bool IsOutOfBounds(ViewCell *vc) const; 
    690691 
    691692protected: 
     
    726727        }; 
    727728 
     729        /** Returns view cell representing the empty view space. 
     730        */ 
     731        BspViewCell *GetOrCreateOutOfBoundsCell(); 
     732 
    728733        void ExportNode(BspNode *node, OUT_STREAM &stream); 
    729734 
Note: See TracChangeset for help on using the changeset viewer.