Changeset 1148 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 07/25/06 01:39:35 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj
r1146 r1148 344 344 </File> 345 345 <File 346 RelativePath="..\src\RenderSimulator.cpp"> 347 </File> 348 <File 349 RelativePath="..\src\RenderSimulator.h"> 350 </File> 351 <File 346 352 RelativePath="..\src\ResourceManager.h"> 347 353 </File> … … 530 536 </File> 531 537 <File 538 RelativePath="..\src\QtGlRenderer.cpp"> 539 </File> 540 <File 541 RelativePath="..\src\QtGlRenderer.h"> 542 </File> 543 <File 532 544 RelativePath="..\src\Renderer.cpp"> 533 545 </File> 534 546 <File 535 547 RelativePath="..\src\Renderer.h"> 536 </File>537 <File538 RelativePath="..\src\RenderSimulator.cpp">539 </File>540 <File541 RelativePath="..\src\RenderSimulator.h">542 548 </File> 543 549 </Filter> -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1145 r1148 1298 1298 } 1299 1299 1300 1300 1301 int ViewCellsManager::CountValidViewcells() const 1301 1302 {
Note: See TracChangeset
for help on using the changeset viewer.