Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilhem Saurel
hpp-fcl
Commits
eb686fe2
Commit
eb686fe2
authored
Jan 31, 2019
by
Joseph Mirabel
Committed by
Joseph Mirabel
Feb 07, 2019
Browse files
Prepend HPP_ to header guards
parent
9ccacc0c
Changes
45
Hide whitespace changes
Inline
Side-by-side
include/hpp/fcl/BV/AABB.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_AABB_H
#define FCL_AABB_H
#ifndef
HPP_
FCL_AABB_H
#define
HPP_
FCL_AABB_H
#include
<stdexcept>
#include
<hpp/fcl/math/vec_3f.h>
...
...
include/hpp/fcl/BV/BV.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_H
#define FCL_BV_H
#ifndef
HPP_
FCL_BV_H
#define
HPP_
FCL_BV_H
#include
<hpp/fcl/BV/kDOP.h>
...
...
include/hpp/fcl/BV/BV_node.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_NODE_H
#define FCL_BV_NODE_H
#ifndef
HPP_
FCL_BV_NODE_H
#define
HPP_
FCL_BV_NODE_H
#include
<hpp/fcl/math/vec_3f.h>
#include
<hpp/fcl/math/matrix_3f.h>
...
...
include/hpp/fcl/BV/OBB.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_OBB_H
#define FCL_OBB_H
#ifndef
HPP_
FCL_OBB_H
#define
HPP_
FCL_OBB_H
#include
<hpp/fcl/math/vec_3f.h>
...
...
include/hpp/fcl/BV/OBBRSS.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_OBBRSS_H
#define FCL_OBBRSS_H
#ifndef
HPP_
FCL_OBBRSS_H
#define
HPP_
FCL_OBBRSS_H
#include
<hpp/fcl/BV/OBB.h>
...
...
include/hpp/fcl/BV/RSS.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_RSS_H
#define FCL_RSS_H
#ifndef
HPP_
FCL_RSS_H
#define
HPP_
FCL_RSS_H
#include
<stdexcept>
#include
<hpp/fcl/math/vec_3f.h>
...
...
include/hpp/fcl/BV/kDOP.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_KDOP_H
#define FCL_KDOP_H
#ifndef
HPP_
FCL_KDOP_H
#define
HPP_
FCL_KDOP_H
#include
<stdexcept>
#include
<hpp/fcl/math/vec_3f.h>
...
...
include/hpp/fcl/BV/kIOS.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_KIOS_H
#define FCL_KIOS_H
#ifndef
HPP_
FCL_KIOS_H
#define
HPP_
FCL_KIOS_H
#include
<hpp/fcl/BV/OBB.h>
...
...
include/hpp/fcl/BVH/BVH_front.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_FRONT_H
#define FCL_BVH_FRONT_H
#ifndef
HPP_
FCL_BVH_FRONT_H
#define
HPP_
FCL_BVH_FRONT_H
#include
<list>
...
...
include/hpp/fcl/BVH/BVH_internal.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_INTERNAL_H
#define FCL_BVH_INTERNAL_H
#ifndef
HPP_
FCL_BVH_INTERNAL_H
#define
HPP_
FCL_BVH_INTERNAL_H
#include
<hpp/fcl/data_types.h>
...
...
include/hpp/fcl/BVH/BVH_model.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_MODEL_H
#define FCL_BVH_MODEL_H
#ifndef
HPP_
FCL_BVH_MODEL_H
#define
HPP_
FCL_BVH_MODEL_H
#include
<hpp/fcl/collision_object.h>
#include
<hpp/fcl/BVH/BVH_internal.h>
...
...
include/hpp/fcl/BVH/BVH_utility.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_BVH_UTILITY_H
#define FCL_BVH_UTILITY_H
#ifndef
HPP_
FCL_BVH_UTILITY_H
#define
HPP_
FCL_BVH_UTILITY_H
#include
<hpp/fcl/BVH/BVH_model.h>
...
...
include/hpp/fcl/BVH/BV_fitter.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_FITTER_H
#define FCL_BV_FITTER_H
#ifndef
HPP_
FCL_BV_FITTER_H
#define
HPP_
FCL_BV_FITTER_H
#include
<hpp/fcl/BVH/BVH_internal.h>
#include
<hpp/fcl/BV/kIOS.h>
...
...
include/hpp/fcl/BVH/BV_splitter.h
View file @
eb686fe2
...
...
@@ -35,8 +35,8 @@
/** \author Jia Pan */
#ifndef FCL_BV_SPLITTER_H
#define FCL_BV_SPLITTER_H
#ifndef
HPP_
FCL_BV_SPLITTER_H
#define
HPP_
FCL_BV_SPLITTER_H
#include
<hpp/fcl/BVH/BVH_internal.h>
#include
<hpp/fcl/BV/kIOS.h>
...
...
include/hpp/fcl/collision.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_H
#define FCL_COLLISION_H
#ifndef
HPP_
FCL_COLLISION_H
#define
HPP_
FCL_COLLISION_H
#include
<hpp/fcl/math/vec_3f.h>
#include
<hpp/fcl/collision_object.h>
...
...
include/hpp/fcl/collision_data.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_DATA_H
#define FCL_COLLISION_DATA_H
#ifndef
HPP_
FCL_COLLISION_DATA_H
#define
HPP_
FCL_COLLISION_DATA_H
#include
<hpp/fcl/collision_object.h>
...
...
include/hpp/fcl/collision_func_matrix.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_FUNC_MATRIX_H
#define FCL_COLLISION_FUNC_MATRIX_H
#ifndef
HPP_
FCL_COLLISION_FUNC_MATRIX_H
#define
HPP_
FCL_COLLISION_FUNC_MATRIX_H
#include
<hpp/fcl/collision_object.h>
...
...
include/hpp/fcl/collision_node.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_NODE_H
#define FCL_COLLISION_NODE_H
#ifndef
HPP_
FCL_COLLISION_NODE_H
#define
HPP_
FCL_COLLISION_NODE_H
#include
<hpp/fcl/traversal/traversal_node_base.h>
#include
<hpp/fcl/traversal/traversal_node_bvhs.h>
...
...
include/hpp/fcl/collision_object.h
View file @
eb686fe2
...
...
@@ -36,8 +36,8 @@
/** \author Jia Pan */
#ifndef FCL_COLLISION_OBJECT_BASE_H
#define FCL_COLLISION_OBJECT_BASE_H
#ifndef
HPP_
FCL_COLLISION_OBJECT_BASE_H
#define
HPP_
FCL_COLLISION_OBJECT_BASE_H
#include
<hpp/fcl/deprecated.hh>
#include
<hpp/fcl/BV/AABB.h>
...
...
include/hpp/fcl/collision_utility.h
View file @
eb686fe2
...
...
@@ -14,8 +14,8 @@
// received a copy of the GNU Lesser General Public License along with
// hpp-fcl. If not, see <http://www.gnu.org/licenses/>.
#ifndef FCL_COLLISION_UTILITY_H
#define FCL_COLLISION_UTILITY_H
#ifndef
HPP_
FCL_COLLISION_UTILITY_H
#define
HPP_
FCL_COLLISION_UTILITY_H
#include
<hpp/fcl/collision_object.h>
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment