Show / Hide Table of Contents

Interface IPointCloudOctant

Used in IPointCloudOctree. Allows the use in non-generic context, e.g. in IPointReaders.

Inherited Members
IEmptyOctant<double3, Double>.Children
IEmptyOctant<double3, Double>.IsLeaf
IEmptyOctant<double3, Double>.PosInParent
IEmptyOctant<double3, Double>.Level
IEmptyOctant<double3, Double>.CreateChild(Int32)
IBucket<double3, Double>.Center
IBucket<double3, Double>.Size
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
Generated by DocFX
GitHub Repo
Back to top