add another functor requirement

This commit is contained in:
Sébastien Loriot 2012-08-29 05:52:13 +00:00
parent 3b121490a4
commit f45a163cf2
1 changed files with 5 additions and 0 deletions

View File

@ -90,6 +90,11 @@ Function object model of Kernel::ConstructSumOfVectors_3 for the aforementioned
*/
typedef Hidden_type Construct_sum_of_vectors_3;
/*!
Function object model of Kernel::ComputeApproximatedDihedralAngle_3 for the aforementioned geometric types.
*/
typedef Hidden_type Compute_approximated_dihedral_angle_3;
/// @}
}; /* end SegmentationGeomTraits */