| Directory: | ./ |
|---|---|
| File: | include/pinocchio/bindings/python/parsers/sdf.hpp |
| Date: | 2025-02-12 21:03:38 |
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 4 | 4 | 100.0% |
| Branches: | 0 | 0 | -% |
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | // | ||
| 2 | // Copyright (c) 2020 CNRS | ||
| 3 | // | ||
| 4 | |||
| 5 | #ifndef __pinocchio_python_parsers_sdf_hpp__ | ||
| 6 | #define __pinocchio_python_parsers_sdf_hpp__ | ||
| 7 | |||
| 8 | namespace pinocchio | ||
| 9 | { | ||
| 10 | namespace python | ||
| 11 | { | ||
| 12 | void exposeSDFModel(); | ||
| 13 | void exposeSDFGeometry(); | ||
| 14 | |||
| 15 | 65 | inline void exposeSDFParser() | |
| 16 | { | ||
| 17 | 65 | exposeSDFModel(); | |
| 18 | 65 | exposeSDFGeometry(); | |
| 19 | 65 | } | |
| 20 | } // namespace python | ||
| 21 | } // namespace pinocchio | ||
| 22 | |||
| 23 | #endif // ifndef __pinocchio_python_parsers_sdf_hpp__ | ||
| 24 |