#include <fstream>
Go to the source code of this file.
Classes | |
struct | pcl::RegionXY |
Defines a region in XY-space. More... | |
Namespaces | |
namespace | pcl |
Functions | |
template<class Type > | |
void | pcl::read (std::istream &stream, Type &value) |
Function for reading data from a stream. | |
template<class Type > | |
void | pcl::read (std::istream &stream, Type *value, int nr_values) |
Function for reading data arrays from a stream. | |
template<class Type > | |
void | pcl::write (std::ostream &stream, Type value) |
Function for writing data to a stream. | |
template<class Type > | |
void | pcl::write (std::ostream &stream, Type *value, int nr_values) |
Function for writing data arrays to a stream. |