Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
hrplib
hrpCollision
Opcode
Opcode.cpp
Go to the documentation of this file.
1
/*
3
* OPCODE - Optimized Collision Detection
4
* Copyright (C) 2001 Pierre Terdiman
5
* Homepage: http://www.codercorner.com/Opcode.htm
6
*/
8
10
16
18
/*
19
Finding a good name is difficult!
20
Here's the draft for this lib.... Spooky, uh?
21
22
VOID? Very Optimized Interference Detection
23
ZOID? Zappy's Optimized Interference Detection
24
CID? Custom/Clever Interference Detection
25
AID / ACID! Accurate Interference Detection
26
QUID? Quick Interference Detection
27
RIDE? Realtime Interference DEtection
28
WIDE? Wicked Interference DEtection (....)
29
GUID!
30
KID ! k-dop interference detection :)
31
OPCODE! OPtimized COllision DEtection
32
*/
33
35
// Precompiled Header
36
#include "
Stdafx.h
"
37
38
bool
Opcode::InitOpcode
()
39
{
40
Log
(
"// Initializing OPCODE\n\n"
);
41
// LogAPIInfo();
42
return
true
;
43
}
44
45
void
ReleasePruningSorters
();
46
bool
Opcode::CloseOpcode
()
47
{
48
Log
(
"// Closing OPCODE\n\n"
);
49
50
ReleasePruningSorters
();
51
52
return
true
;
53
}
54
55
#ifdef ICE_MAIN
56
57
void
ModuleAttach(HINSTANCE hinstance)
58
{
59
}
60
61
void
ModuleDetach()
62
{
63
}
64
65
#endif
Opcode::InitOpcode
FUNCTION OPCODE_API bool InitOpcode()
Definition:
Opcode.cpp:38
Opcode::CloseOpcode
FUNCTION OPCODE_API bool CloseOpcode()
Definition:
Opcode.cpp:46
Stdafx.h
ReleasePruningSorters
void ReleasePruningSorters()
Definition:
OPC_BoxPruning.cpp:74
Log
#define Log
Definition:
OPC_IceHook.h:28
openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat Apr 13 2019 02:14:24