Ignore:
Timestamp:
09/08/05 18:45:51 (19 years ago)
Author:
mattausch
Message:

added viewcell loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Preprocessor.h

    r242 r261  
    2525class Preprocessor { 
    2626public: 
     27   ~Preprocessor(); 
     28 
    2729  /** Load the input scene.  
    2830      @param filename file to load 
     
    3739        @return true on success 
    3840  */ 
    39   virtual bool LoadViewcells(const string filename); 
     41  virtual bool LoadViewCells(const string filename); 
    4042   
    4143  /** Generate the viewCells automatically. The particular algorithm to be used depends 
     
    4547      @return true on successful viewcell generation. 
    4648  */ 
    47   virtual bool GenerateViewcells(); 
     49  virtual bool GenerateViewCells(); 
    4850   
    4951  /** Export all preprocessed data in a XML format understandable by the 
     
    9698  ObjectContainer mOccludees; 
    9799  /// list of all loaded/generated viewcells 
    98   ViewCellContainer mViewcells; 
     100  ViewCellContainer mViewCells; 
    99101   
    100102  BspTree * mBspTree; 
Note: See TracChangeset for help on using the changeset viewer.