- Timestamp:
- 09/03/06 03:17:19 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 10 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.h
r1305 r1315 12 12 #include "SubdivisionCandidate.h" 13 13 #include "AxisAlignedBox3.h" 14 #include " KdIntersectable.h"14 #include "IntersectableWrapper.h" 15 15 16 16 -
GTP/trunk/Lib/Vis/Preprocessing/src/Exporter.cpp
r1293 r1315 3 3 #include "OspTree.h" 4 4 #include "KdTree.h" 5 #include " KdIntersectable.h"5 #include "IntersectableWrapper.h" 6 6 #include "BvHierarchy.h" 7 7 -
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1314 r1315 17 17 #include "Beam.h" 18 18 #include "KdTree.h" 19 #include " KdIntersectable.h"19 #include "IntersectableWrapper.h" 20 20 #include "VspTree.h" 21 21 #include "OspTree.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/IntersectableWrapper.cpp
r1233 r1315 1 #include " KdIntersectable.h"1 #include "IntersectableWrapper.h" 2 2 3 3 -
GTP/trunk/Lib/Vis/Preprocessing/src/ObjParser.cpp
r1314 r1315 13 13 #include "Environment.h" 14 14 #include "ResourceManager.h" 15 #include " KdIntersectable.h"15 #include "IntersectableWrapper.h" 16 16 17 17 -
GTP/trunk/Lib/Vis/Preprocessing/src/OspTree.cpp
r1297 r1315 17 17 #include "Beam.h" 18 18 #include "KdTree.h" 19 #include " KdIntersectable.h"19 #include "IntersectableWrapper.h" 20 20 #include "VspTree.h" 21 21 -
GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj
r1292 r1315 363 363 </File> 364 364 <File 365 RelativePath=". .\src\KdIntersectable.cpp">366 </File> 367 <File 368 RelativePath=". .\src\KdIntersectable.h">365 RelativePath=".\IntersectableWrapper.cpp"> 366 </File> 367 <File 368 RelativePath=".\IntersectableWrapper.h"> 369 369 </File> 370 370 <File -
GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.cpp
r1293 r1315 3 3 #include "Pvs.h" 4 4 #include "Intersectable.h" 5 #include " KdIntersectable.h"5 #include "IntersectableWrapper.h" 6 6 #include "KdTree.h" 7 7 #include "common.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r1313 r1315 18 18 #include "GlRenderer.h" 19 19 #include "ResourceManager.h" 20 #include " KdIntersectable.h"20 #include "IntersectableWrapper.h" 21 21 #include "VspTree.h" 22 22 #include "OspTree.h" -
GTP/trunk/Lib/Vis/Preprocessing/src/VrmlExporter.cpp
r1287 r1315 14 14 #include "RssTree.h" 15 15 #include "Beam.h" 16 #include " KdIntersectable.h"16 #include "IntersectableWrapper.h" 17 17 18 18 -
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp
r1314 r1315 17 17 #include "Beam.h" 18 18 #include "KdTree.h" 19 #include " KdIntersectable.h"19 #include "IntersectableWrapper.h" 20 20 #include "HierarchyManager.h" 21 21 #include "BvHierarchy.h"
Note: See TracChangeset
for help on using the changeset viewer.