Points: translate doxygen from DE to EN + fix superfluous whitespace (#5287)
* Points: translate doxygen from DE to EN + fix superfluous whitespace For the purpose of making the source documentation uniform, source comments in this file were translated to english. * Points: remove superfluous whitespace * Fix left over DE to EN translations (from Cam and Mesh code)
This commit is contained in:
@@ -277,7 +277,7 @@ protected:
|
||||
}
|
||||
virtual pos_type seekoff(std::streambuf::off_type off,
|
||||
std::ios_base::seekdir way,
|
||||
std::ios_base::openmode =
|
||||
std::ios_base::openmode =
|
||||
std::ios::in | std::ios::out) {
|
||||
int p_pos=-1;
|
||||
if (way == std::ios_base::beg)
|
||||
@@ -310,7 +310,7 @@ private:
|
||||
};
|
||||
|
||||
//Taken from https://github.com/PointCloudLibrary/pcl/blob/master/io/src/lzf.cpp
|
||||
unsigned int
|
||||
unsigned int
|
||||
lzfDecompress (const void *const in_data, unsigned int in_len,
|
||||
void *out_data, unsigned int out_len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user