Changeset 261 for trunk/VUT/GtpVisibilityPreprocessor/include
- Timestamp:
- 09/08/05 18:45:51 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/include/Preprocessor.h
r221 r261 34 34 @return true on success 35 35 */ 36 virtual bool LoadView cells(const string filename);36 virtual bool LoadViewCells(const string filename); 37 37 38 38 /** Generate the viewCells automatically. The particular algorithm to be used depends … … 42 42 @return true on successful viewcell generation. 43 43 */ 44 virtual bool GenerateView cells();44 virtual bool GenerateViewCells(); 45 45 46 46 /** Export all preprocessed data in a XML format understandable by the
Note: See TracChangeset
for help on using the changeset viewer.