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