Collision Checker
broadphase_failure.h
Go to the documentation of this file.
1 #pragma once
3 namespace collision {
4 namespace test {
6  virtual int get_type(void) const { return 0; }
7 };
8 
10  public:
11  virtual int get_type(void) const { return 1; }
14 };
15 
17  public:
18  virtual int get_type(void) const { return 2; }
21 };
22 
23 } // namespace test
24 } // namespace collision
std::shared_ptr< const CollisionChecker > CollisionCheckerConstPtr
std::shared_ptr< const CollisionObject > CollisionObjectConstPtr