Class PointCloudIO

Class Documentation

class PointCloudIO

Hdf5IO Feature for handling PointBuffer related IO.

This Feature of the Hdf5IO handles the IO of a PointBuffer object.

Example:

MyHdf5IO io;
PointBufferPtr pointcloud, pointcloud_in;

// writing
io.open("test.h5");
io.save("apointcloud", pointcloud);

// reading
pointcloud_in = io.loadPointCloud("apointcloud");

Generates attributes:

Dependencies:

  • VariantChannelIO