mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 06:19:05 +08:00
draco: Fix a couple comment typos in float_points_tree_decoder.h.
This commit is contained in:
parent
967e8390f6
commit
9fa96af9d1
@ -37,7 +37,7 @@ class FloatPointsTreeDecoder {
|
|||||||
#ifndef DRACO_OLD_GCC
|
#ifndef DRACO_OLD_GCC
|
||||||
template <class OutputIteratorT>
|
template <class OutputIteratorT>
|
||||||
bool DecodePointCloud(DecoderBuffer *buffer, OutputIteratorT &&out);
|
bool DecodePointCloud(DecoderBuffer *buffer, OutputIteratorT &&out);
|
||||||
#endif // BUILD_OLD_GCC
|
#endif // DRACO_OLD_GCC
|
||||||
|
|
||||||
// Initializes a DecoderBuffer from |data|, and calls function above.
|
// Initializes a DecoderBuffer from |data|, and calls function above.
|
||||||
template <class OutputIteratorT>
|
template <class OutputIteratorT>
|
||||||
@ -85,7 +85,7 @@ bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,
|
|||||||
OutputIteratorT local = std::forward<OutputIteratorT>(out);
|
OutputIteratorT local = std::forward<OutputIteratorT>(out);
|
||||||
return DecodePointCloud(buffer, local);
|
return DecodePointCloud(buffer, local);
|
||||||
}
|
}
|
||||||
#endif // BUILD_OLD_GCC
|
#endif // DRACO_OLD_GCC
|
||||||
|
|
||||||
template <class OutputIteratorT>
|
template <class OutputIteratorT>
|
||||||
bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,
|
bool FloatPointsTreeDecoder::DecodePointCloud(DecoderBuffer *buffer,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user