Collision Checker
i_solver_entity_fcl.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 #include <memory>
6 namespace collision {
7 namespace solvers {
8 namespace solverFCL {
10  public:
13  }
14  virtual ~ISolverEntity_FCL(void) {}
15 };
16 } // namespace solverFCL
17 } // namespace solvers
18 } // namespace collision
virtual FCL_COLLISION_ENTITY_TYPE getFclEntityType(void) const