src.pcloud.factory.point_cloud_file_factory

Classes

PointCloudFileFactory(path)

class src.pcloud.factory.point_cloud_file_factory.PointCloudFileFactory(path)
Author:

Alberto M. Esmoris Pena

Class to instantiate PointCloud objects from files. See PointCloud and also PointCloudFactory.

Variables:

path (str) – The path where the input point cloud file is located.

__init__(path)

Initialize an instance of PointCloudFileFactory.

Parameters:

path – The path to the file representing a point cloud (must be stored in LAS format).

make()

Make a point cloud from a file. See src.pcloud.point_cloud_factory.PointCloudFactory.make() .