|
PLYwoot
Header-only C++17 library for parsing and writing PLY files
|
#include <ostream>Go to the source code of this file.
Functions | |
| std::ostream & | plywoot::detail::operator<< (std::ostream &os, HeaderScanner::Token t) |
|
inline |
Outputs the text representation of the given header scanner token t to the given output stream os.
| os | output stream to output the text representation of t to |
| t | header scanner token to convert to text |
Definition at line 35 of file header_scanner_ios.hpp.