Function: isDMPointCloudVolume()
isDMPointCloudVolume(
pointCloudMetadata
):pointCloudMetadata is Object
Type guard to check if the point cloud metadata is of type DMDataSourceType
Parameters
• pointCloudMetadata: object
| object
The metadata object to check
Returns
pointCloudMetadata is Object
True if the object is of type PointCloudObjectMetadata<DMDataSourceType>
, false otherwise