SparsePointCloudCreateT Method

CVB.Net Documentation
Creates a new point cloud with the specified numPoints and components of the given type T.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static SparsePointCloud Create<T>(
	long numPoints
)
where T : struct, new()

Parameters

numPoints
Type: SystemInt64
Amount of points to create.

Type Parameters

T
One of the Stemmer.Cvb.Point3D point types.

Return Value

Type: SparsePointCloud
Newly created point cloud.
Exceptions

ExceptionCondition
ArgumentExceptionWhen T is not double or float.
CvbExceptionWhen creating the sparse point cloud failed.
See Also

Reference