Changeset 2690 for GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
- Timestamp:
- 05/20/08 17:15:44 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
r2687 r2690 231 231 void StorePvs(const ObjectContainer &objectPvs); 232 232 233 /** Compute visibility for a given view cell. 234 */ 235 void ComputeViewCell(ViewCell *vc); 236 /** Runs gvs on the current view cell. 237 */ 238 void ProcessViewCell(); 233 /** Compute visibility for the current view cell using gvs 234 */ 235 void ComputeViewCell(); 239 236 /** Use this for qt visualization. 240 237 */ … … 245 242 246 243 void CompileViewCellsFromPointList(); 244 245 bool AddTriangleObject(Intersectable *triObj); 246 247 void ComputeStats(); 248 249 int ConvertObjectPvs(); 247 250 248 251
Note: See TracChangeset
for help on using the changeset viewer.