forked from PointCloudLibrary/pcl
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add PLYwriter::writeBinary ostream overload (PointCloudLibrary#5975)
* Added PLYWriter::writeBinary() ofstream overload modified existing PLYWriter::writeBinary() to open file and then call new overload for data aggregation added PLYWriter::writeBinary() overload that adds data to referenced ofstream buffer * Correct new PLYWriter::writeBinary() header removed unnecessary class qualifiers * Apply suggestions from code review Improved description of new overload Added default zero value for Eigen::Vector4f$ origin Formatting Co-authored-by: Markus Vieth <[email protected]> * Modified PLYWriter::writeBinary to use std::ostream instead of std::ofstream * Changed pclWriter::writeBinary ostream variable name to os --------- Co-authored-by: Markus Vieth <[email protected]>
- Loading branch information
1 parent
d39bfc3
commit aa05e54
Showing
2 changed files
with
148 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters