#include "Env.h"
#include <stdarg.h>
#include <iostream>
#include <assert.h>
Include dependency graph for BaseDebug.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Definition in file BaseDebug.h.
|
デバッグ用 printf 関数. DPF("メッセージ:%s", msg); Definition at line 13 of file BaseDebug.h. |
|
デバッグ用 出力ストリーム. DSTR << "メッセージ:" << msg; Definition at line 18 of file BaseDebug.h. Referenced by Spr::FISaveScene::AddSavedObject(), Spr::CDQHPlanes< TVtx >::CreateCone(), Spr::CDQHPlanes< TVtx >::CreateConvexHull(), Spr::CDQHLines< TVtx >::CreateConvexHull(), Spr::CDQHPlanes< TVtx >::FindFarthest(), Spr::CDQHLines< TVtx >::FindFarthest(), Spr::PHJointMulti< 3 >::PreIntegrate(), Spr::CDQHPlanes< TVtx >::TreatPlane(), and Spr::CDQHLines< TVtx >::TreatPlane(). |