Interface IPointCloudOctant
Used in IPointCloudOctree. Allows the use in non-generic context, e.g. in IPointReaders.
Inherited Members
Namespace: Fusee.PointCloud.Common
Assembly: Fusee.PointCloud.Common.dll
Syntax
public interface IPointCloudOctant : IEmptyOctant<double3, double>, IBucket<double3, double>
Properties
NumberOfPointsInNode
The number of points that fall into this octant.
Declaration
int NumberOfPointsInNode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |