This commit is contained in:
albert-github 2025-12-03 12:21:03 +01:00 committed by GitHub
commit fc492fa6f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -4109,7 +4109,7 @@ namespace CGAL {
} }
/** Tests if a volume is a combinatorial pyramid. /** Tests if a volume is a combinatorial pyramid.
* @param d1 an intial dart * @param d1 an initial dart
* @return true iff the volume containing d1 is a combinatorial pyramid. * @return true iff the volume containing d1 is a combinatorial pyramid.
*/ */
bool is_volume_combinatorial_pyramid(Dart_const_descriptor d1) const bool is_volume_combinatorial_pyramid(Dart_const_descriptor d1) const

View File

@ -147,7 +147,7 @@ struct Get_cell_topo<CMap, 3, 3>
else if(cmap.is_volume_combinatorial_tetrahedron10(it)) else if(cmap.is_volume_combinatorial_tetrahedron10(it))
{ return TETRAHEDRON10; } { return TETRAHEDRON10; }
// For non symetric object, we need to test all darts // For non symmetric object, we need to test all darts
for (auto itv=cmap.template darts_of_cell<3>(it).begin(), for (auto itv=cmap.template darts_of_cell<3>(it).begin(),
itvend=cmap.template darts_of_cell<3>(it).end(); itv!=itvend; ++itv) itvend=cmap.template darts_of_cell<3>(it).end(); itv!=itvend; ++itv)
{ {

View File

@ -76,7 +76,7 @@ typedef Base<unsigned short, Id::B> B;
typedef Base<unsigned short, Id::I> I; typedef Base<unsigned short, Id::I> I;
} // namespace LAS_property } // namespace LAS_property
// documenation in ../LAS.h // documentation in ../LAS.h
template <typename PointMap> template <typename PointMap>
std::tuple<PointMap, std::tuple<PointMap,
typename Kernel_traits<typename PointMap::value_type>::Kernel::Construct_point_3, typename Kernel_traits<typename PointMap::value_type>::Kernel::Construct_point_3,

View File

@ -230,7 +230,7 @@ void process_properties (const LASpoint& reader, OutputValueType& new_element,
/// \endcond /// \endcond
// documenation in ../LAS.h // documentation in ../LAS.h
template <typename OutputIteratorValueType, template <typename OutputIteratorValueType,
typename PointOutputIterator, typename PointOutputIterator,
typename ... PropertyHandler> typename ... PropertyHandler>
@ -279,7 +279,7 @@ bool read_LAS_with_properties(std::istream& is,
/// \endcond /// \endcond
// documenation in ../LAS.h // documentation in ../LAS.h
template <typename OutputIteratorValueType, template <typename OutputIteratorValueType,
typename PointOutputIterator, typename PointOutputIterator,
typename CGAL_NP_TEMPLATE_PARAMETERS_NO_DEFAULT> typename CGAL_NP_TEMPLATE_PARAMETERS_NO_DEFAULT>