Home
last modified time | relevance | path

Searched refs:OPCODE_API (Results 1 – 25 of 102) sorted by relevance

12345

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/utils/converter/opcode/
H A DOpcode.h45 #define OPCODE_API __attribute__((visibility("default"))) macro
47 #define OPCODE_API __declspec(dllexport) macro
51 #define OPCODE_API __attribute__((visibility("hidden"))) macro
53 #define OPCODE_API __declspec(dllimport) macro
57 #define OPCODE_API macro
93 FUNCTION OPCODE_API bool InitOpcode();
94 FUNCTION OPCODE_API bool CloseOpcode();
H A DOPC_OptimizedTree.h62 class OPCODE_API AABBCollisionNode
86 class OPCODE_API AABBQuantizedNode
102 class OPCODE_API AABBNoLeafNode
107 class OPCODE_API AABBQuantizedNoLeafNode
133 class OPCODE_API AABBOptimizedTree
178 class OPCODE_API AABBCollisionTree : public AABBOptimizedTree
183 class OPCODE_API AABBNoLeafTree : public AABBOptimizedTree
188 class OPCODE_API AABBQuantizedTree : public AABBOptimizedTree
197 class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree
H A DOPC_Picking.h34 OPCODE_API bool SetupAllHits (RayCollider& collider, CollisionFaces& contacts);
35 OPCODE_API bool SetupClosestHit (RayCollider& collider, CollisionFace& closest_contact);
36 OPCODE_API bool SetupShadowFeeler (RayCollider& collider);
37 OPCODE_API bool SetupInOutTest (RayCollider& collider);
39 OPCODE_API bool Picking(
H A DOPC_BoxPruning.h24 …FUNCTION OPCODE_API bool CompleteBoxPruning(udword nb, const AABB** array, Pairs& pairs, const Axe…
25 …FUNCTION OPCODE_API bool BipartiteBoxPruning(udword nb0, const AABB** array0, udword nb1, const AA…
28 FUNCTION OPCODE_API bool BruteForceCompleteBoxTest(udword nb, const AABB** array, Pairs& pairs);
29 …FUNCTION OPCODE_API bool BruteForceBipartiteBoxTest(udword nb0, const AABB** array0, udword nb1, c…
H A DOPC_TreeBuilders.h39 struct OPCODE_API BuildSettings
47 class OPCODE_API AABBTreeBuilder
129 class OPCODE_API AABBTreeOfVerticesBuilder : public AABBTreeBuilder
144 class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder
158 class OPCODE_API AABBTreeOfTrianglesBuilder : public AABBTreeBuilder
H A DOPC_AABBCollider.h23 struct OPCODE_API AABBCache : VolumeCache
37 class OPCODE_API AABBCollider : public VolumeCollider
85 class OPCODE_API HybridAABBCollider : public AABBCollider
/dports/games/irrlamb/irrlamb-1.0.1/src/OPCODE/
H A DOPC_OptimizedTree.h62 class OPCODE_API AABBCollisionNode
86 class OPCODE_API AABBQuantizedNode
102 class OPCODE_API AABBNoLeafNode
107 class OPCODE_API AABBQuantizedNoLeafNode
133 class OPCODE_API AABBOptimizedTree
178 class OPCODE_API AABBCollisionTree : public AABBOptimizedTree
183 class OPCODE_API AABBNoLeafTree : public AABBOptimizedTree
188 class OPCODE_API AABBQuantizedTree : public AABBOptimizedTree
197 class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree
H A DOPC_Picking.h34 OPCODE_API bool SetupAllHits (RayCollider& collider, CollisionFaces& contacts);
35 OPCODE_API bool SetupClosestHit (RayCollider& collider, CollisionFace& closest_contact);
36 OPCODE_API bool SetupShadowFeeler (RayCollider& collider);
37 OPCODE_API bool SetupInOutTest (RayCollider& collider);
39 OPCODE_API bool Picking(
H A DOpcode.h82 #define OPCODE_API// __declspec(dllexport) macro
84 #define OPCODE_API// __declspec(dllimport) macro
87 #define OPCODE_API macro
122 FUNCTION OPCODE_API bool InitOpcode(OPCODE_AbortHandler fnAbortHandler=NULL);
123 FUNCTION OPCODE_API bool CloseOpcode();
H A DOPC_TreeBuilders.h39 struct OPCODE_API BuildSettings
48 class OPCODE_API AABBTreeBuilder
131 class OPCODE_API AABBTreeOfVerticesBuilder : public AABBTreeBuilder
147 class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder
162 class OPCODE_API AABBTreeOfTrianglesBuilder : public AABBTreeBuilder
H A DOPC_AABBCollider.h23 struct OPCODE_API AABBCache : VolumeCache
37 class OPCODE_API AABBCollider : public VolumeCollider
85 class OPCODE_API HybridAABBCollider : public AABBCollider
/dports/games/alienarena-data/alienarena-7.66/source/unix/odesrc/OPCODE/
H A DOPC_OptimizedTree.h62 class OPCODE_API AABBCollisionNode
86 class OPCODE_API AABBQuantizedNode
102 class OPCODE_API AABBNoLeafNode
107 class OPCODE_API AABBQuantizedNoLeafNode
133 class OPCODE_API AABBOptimizedTree
178 class OPCODE_API AABBCollisionTree : public AABBOptimizedTree
183 class OPCODE_API AABBNoLeafTree : public AABBOptimizedTree
188 class OPCODE_API AABBQuantizedTree : public AABBOptimizedTree
197 class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree
H A DOpcode.h68 #define OPCODE_API// __declspec(dllexport) macro
70 #define OPCODE_API// __declspec(dllimport) macro
73 #define OPCODE_API macro
107 FUNCTION OPCODE_API bool InitOpcode();
108 FUNCTION OPCODE_API bool CloseOpcode();
H A DOPC_Picking.h34 OPCODE_API bool SetupAllHits (RayCollider& collider, CollisionFaces& contacts);
35 OPCODE_API bool SetupClosestHit (RayCollider& collider, CollisionFace& closest_contact);
36 OPCODE_API bool SetupShadowFeeler (RayCollider& collider);
37 OPCODE_API bool SetupInOutTest (RayCollider& collider);
39 OPCODE_API bool Picking(
H A DOPC_TreeBuilders.h39 struct OPCODE_API BuildSettings
47 class OPCODE_API AABBTreeBuilder
129 class OPCODE_API AABBTreeOfVerticesBuilder : public AABBTreeBuilder
144 class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder
158 class OPCODE_API AABBTreeOfTrianglesBuilder : public AABBTreeBuilder
H A DOPC_AABBCollider.h23 struct OPCODE_API AABBCache : VolumeCache
37 class OPCODE_API AABBCollider : public VolumeCollider
85 class OPCODE_API HybridAABBCollider : public AABBCollider
/dports/games/alienarena/alienarena-7.66/source/unix/odesrc/OPCODE/
H A DOPC_OptimizedTree.h62 class OPCODE_API AABBCollisionNode
86 class OPCODE_API AABBQuantizedNode
102 class OPCODE_API AABBNoLeafNode
107 class OPCODE_API AABBQuantizedNoLeafNode
133 class OPCODE_API AABBOptimizedTree
178 class OPCODE_API AABBCollisionTree : public AABBOptimizedTree
183 class OPCODE_API AABBNoLeafTree : public AABBOptimizedTree
188 class OPCODE_API AABBQuantizedTree : public AABBOptimizedTree
197 class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree
H A DOpcode.h68 #define OPCODE_API// __declspec(dllexport) macro
70 #define OPCODE_API// __declspec(dllimport) macro
73 #define OPCODE_API macro
107 FUNCTION OPCODE_API bool InitOpcode();
108 FUNCTION OPCODE_API bool CloseOpcode();
H A DOPC_Picking.h34 OPCODE_API bool SetupAllHits (RayCollider& collider, CollisionFaces& contacts);
35 OPCODE_API bool SetupClosestHit (RayCollider& collider, CollisionFace& closest_contact);
36 OPCODE_API bool SetupShadowFeeler (RayCollider& collider);
37 OPCODE_API bool SetupInOutTest (RayCollider& collider);
39 OPCODE_API bool Picking(
H A DOPC_TreeBuilders.h39 struct OPCODE_API BuildSettings
47 class OPCODE_API AABBTreeBuilder
129 class OPCODE_API AABBTreeOfVerticesBuilder : public AABBTreeBuilder
144 class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder
158 class OPCODE_API AABBTreeOfTrianglesBuilder : public AABBTreeBuilder
H A DOPC_AABBCollider.h23 struct OPCODE_API AABBCache : VolumeCache
37 class OPCODE_API AABBCollider : public VolumeCollider
85 class OPCODE_API HybridAABBCollider : public AABBCollider
/dports/devel/ode/ode-0.13/OPCODE/
H A DOPC_OptimizedTree.h62 class OPCODE_API AABBCollisionNode
86 class OPCODE_API AABBQuantizedNode
102 class OPCODE_API AABBNoLeafNode
107 class OPCODE_API AABBQuantizedNoLeafNode
133 class OPCODE_API AABBOptimizedTree
178 class OPCODE_API AABBCollisionTree : public AABBOptimizedTree
183 class OPCODE_API AABBNoLeafTree : public AABBOptimizedTree
188 class OPCODE_API AABBQuantizedTree : public AABBOptimizedTree
197 class OPCODE_API AABBQuantizedNoLeafTree : public AABBOptimizedTree
H A DOpcode.h73 #define OPCODE_API// __declspec(dllexport) macro
75 #define OPCODE_API// __declspec(dllimport) macro
78 #define OPCODE_API macro
112 FUNCTION OPCODE_API bool InitOpcode();
113 FUNCTION OPCODE_API bool CloseOpcode();
H A DOPC_Picking.h34 OPCODE_API bool SetupAllHits (RayCollider& collider, CollisionFaces& contacts);
35 OPCODE_API bool SetupClosestHit (RayCollider& collider, CollisionFace& closest_contact);
36 OPCODE_API bool SetupShadowFeeler (RayCollider& collider);
37 OPCODE_API bool SetupInOutTest (RayCollider& collider);
39 OPCODE_API bool Picking(
H A DOPC_TreeBuilders.h39 struct OPCODE_API BuildSettings
47 class OPCODE_API AABBTreeBuilder
130 class OPCODE_API AABBTreeOfVerticesBuilder : public AABBTreeBuilder
146 class OPCODE_API AABBTreeOfAABBsBuilder : public AABBTreeBuilder
161 class OPCODE_API AABBTreeOfTrianglesBuilder : public AABBTreeBuilder

12345