mosaic.container.DataContainer.new# DataContainer.new(data, *args, **kwargs)[source]# Create new point cloud from existing data. Parameters: datanp.ndarray or list of intPoints or indices of existing clouds to use. Returns: intIndex of new point cloud, -1 if creation failed.