mirror of https://github.com/CGAL/cgal
Merge 323a7cd09d into 26a5fc70e4
This commit is contained in:
commit
fc492fa6f7
|
|
@ -4109,7 +4109,7 @@ namespace CGAL {
|
|||
}
|
||||
|
||||
/** 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.
|
||||
*/
|
||||
bool is_volume_combinatorial_pyramid(Dart_const_descriptor d1) const
|
||||
|
|
|
|||
|
|
@ -147,7 +147,7 @@ struct Get_cell_topo<CMap, 3, 3>
|
|||
else if(cmap.is_volume_combinatorial_tetrahedron10(it))
|
||||
{ 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(),
|
||||
itvend=cmap.template darts_of_cell<3>(it).end(); itv!=itvend; ++itv)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ typedef Base<unsigned short, Id::B> B;
|
|||
typedef Base<unsigned short, Id::I> I;
|
||||
} // namespace LAS_property
|
||||
|
||||
// documenation in ../LAS.h
|
||||
// documentation in ../LAS.h
|
||||
template <typename PointMap>
|
||||
std::tuple<PointMap,
|
||||
typename Kernel_traits<typename PointMap::value_type>::Kernel::Construct_point_3,
|
||||
|
|
|
|||
|
|
@ -230,7 +230,7 @@ void process_properties (const LASpoint& reader, OutputValueType& new_element,
|
|||
|
||||
/// \endcond
|
||||
|
||||
// documenation in ../LAS.h
|
||||
// documentation in ../LAS.h
|
||||
template <typename OutputIteratorValueType,
|
||||
typename PointOutputIterator,
|
||||
typename ... PropertyHandler>
|
||||
|
|
@ -279,7 +279,7 @@ bool read_LAS_with_properties(std::istream& is,
|
|||
|
||||
/// \endcond
|
||||
|
||||
// documenation in ../LAS.h
|
||||
// documentation in ../LAS.h
|
||||
template <typename OutputIteratorValueType,
|
||||
typename PointOutputIterator,
|
||||
typename CGAL_NP_TEMPLATE_PARAMETERS_NO_DEFAULT>
|
||||
|
|
|
|||
Loading…
Reference in New Issue