Ignore:
Timestamp:
02/16/06 18:29:36 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r613 r649  
    108108        int Type() const; 
    109109 
    110   void SetParent(ViewCellInterior *parent); 
     110        void SetParent(ViewCellInterior *parent); 
    111111 
    112112        /** Adds a passing ray to the passing ray container. 
     
    357357        bool Export(ofstream &stream); 
    358358 
     359        /** Export statistics of this view cell tree. 
     360        */ 
     361        void ExportStats(); 
    359362 
    360363protected: 
Note: See TracChangeset for help on using the changeset viewer.