|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <istream>#include <limits>#include <ostream>
Include dependency graph for io_operators.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
defines output operators for int8 and uint8
Definition in file io_operators.h.
Namespaces | |
| pcl | |
| pcl::io | |
| pcl::io::ply | |
| pcl::io::ply::io_operators | |
Functions | |
| std::istream & | pcl::io::ply::io_operators::operator>> (std::istream &istream, int8 &value) |
| std::istream & | pcl::io::ply::io_operators::operator>> (std::istream &istream, uint8 &value) |
| std::ostream & | pcl::io::ply::io_operators::operator<< (std::ostream &ostream, int8 value) |
| std::ostream & | pcl::io::ply::io_operators::operator<< (std::ostream &ostream, uint8 value) |