- Timestamp:
- 01/08/08 23:07:10 (17 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Triangle3.h
r2575 r2579 9 9 class AxisAlignedBox3; 10 10 class Ray; 11 classSimpleRay;11 struct SimpleRay; 12 12 class Plane3; 13 13 -
GTP/trunk/Lib/Vis/Preprocessing/src/main.cpp
r2575 r2579 183 183 #endif 184 184 185 //Now just call this function at the start of your program and if you're186 //compiling in debug mode (F5), any leaks will be displayed in the Output187 //window when the program shuts down. If you're not in debug mode this will188 //be ignored. Use it as you will!189 //note: from GDNet Direct [3.8.04 - 3.14.04] void detectMemoryLeaks() {190 _CrtSetDbgFlag(_CRTDBG_LEAK_CHECK_DF|_CRTDBG_ALLOC_MEM_DF);191 _CrtSetReportMode(_CRT_ASSERT,_CRTDBG_MODE_FILE);192 _CrtSetReportFile(_CRT_ASSERT,_CRTDBG_FILE_STDERR);193 194 185 InitTiming(); 195 186 Debug.open("debug.log");
Note: See TracChangeset
for help on using the changeset viewer.