Skip to main content
Version: Next

Function: isClassicPointCloudVolume()

isClassicPointCloudVolume(pointCloudMetadata): pointCloudMetadata is Object

Type guard to check if the point cloud metadata is of type ClassicDataSourceType

Parameters

pointCloudMetadata: object | object

The metadata object to check

Returns

pointCloudMetadata is Object

True if the object is of type PointCloudObjectMetadata<ClassicDataSourceType>, false otherwise

Defined in

packages/data-providers/src/utilities/utils.ts:53