Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Apr 10, 2024
1 parent 725c69b commit 3d90915
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class AABBRayIntersectionGeomTraits_2 {
typedef unspecified_type Construct_source_2;

/*!
returns the `Construct_source_2` functor.
*/
Construct_source_2 construct_source_2_object();

Expand All @@ -52,6 +53,7 @@ class AABBRayIntersectionGeomTraits_2 {
typedef unspecified_type Construct_cartesian_const_iterator_2;

/*!
returns the `Construct_cartesian_const_iterator_2` functor.
*/
Construct_cartesian_const_iterator_2 construct_cartesian_const_iterator_2_object();

Expand All @@ -62,6 +64,7 @@ class AABBRayIntersectionGeomTraits_2 {
typedef unspecified_type Construct_vector_2;

/*!
returns the `Construct_vector_2` functor.
*/
Construct_vector_2 construct_vector_2_object();
};
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AABBRayIntersectionGeomTraits_3 {
typedef unspecified_type Construct_source_3;

/*!
returns the `Construct_source_3` functor.
*/
Construct_source_3 construct_source_3_object();

Expand All @@ -51,6 +52,7 @@ class AABBRayIntersectionGeomTraits_3 {
typedef unspecified_type Construct_cartesian_const_iterator_3;

/*!
returns the `Construct_cartesian_const_iterator_3` functor.
*/
Construct_cartesian_const_iterator_3 construct_cartesian_const_iterator_3_object();

Expand All @@ -61,6 +63,7 @@ class AABBRayIntersectionGeomTraits_3 {
typedef unspecified_type Construct_vector_3;

/*!
returns the `Construct_vector_3` functor.
*/
Construct_vector_3 construct_vector_3_object();
};
3 changes: 3 additions & 0 deletions AABB_tree/doc/AABB_tree/Concepts/AABBRayIntersectionTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class AABBRayIntersectionTraits {
typedef unspecified_type Construct_source;

/*!
returns the `Construct_source` functor.
*/
Construct_source construct_source_object();

Expand All @@ -51,6 +52,7 @@ class AABBRayIntersectionTraits {
typedef unspecified_type Construct_cartesian_const_iterator;

/*!
returns the `Construct_cartesian_const_iterator` functor.
*/
Construct_cartesian_const_iterator construct_cartesian_const_iterator_object();

Expand All @@ -61,6 +63,7 @@ class AABBRayIntersectionTraits {
typedef unspecified_type Construct_vector;

/*!
returns the `Construct_vector` functor.
*/
Construct_vector construct_vector_object();

Expand Down

0 comments on commit 3d90915

Please sign in to comment.