Show / Hide Table of Contents

Delegate LoadPointsHandler<TPoint>

Delegate that allows to inject the loading method of the PointReader - loads the points from file.

Namespace: Fusee.PointCloud.Core
Assembly: Fusee.PointCloud.Core.dll
Syntax
public delegate TPoint[] LoadPointsHandler<TPoint>(OctantId guid);
Parameters
Type Name Description
OctantId guid

Unique ID of an octant.

Returns
Type Description
TPoint[]
Type Parameters
Name Description
TPoint
Generated by DocFX
GitHub Repo
Back to top