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/include/Preprocessor.h

    r221 r261  
    3434        @return true on success 
    3535    */ 
    36     virtual bool LoadViewcells(const string filename); 
     36    virtual bool LoadViewCells(const string filename); 
    3737 
    3838    /** Generate the viewCells automatically. The particular algorithm to be used depends 
     
    4242        @return true on successful viewcell generation. 
    4343    */ 
    44     virtual bool GenerateViewcells(); 
     44    virtual bool GenerateViewCells(); 
    4545     
    4646    /** Export all preprocessed data in a XML format understandable by the 
Note: See TracChangeset for help on using the changeset viewer.