Show / Hide Table of Contents

Interface IPointAccessor

Every point cloud needs a point accessor. Provides access to the point parameters like position or color.

Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public interface IPointAccessor

Properties

ColorType

Data type of the color values.

Declaration
PointColorType ColorType { get; }
Property Value
Type Description
PointColorType

CurvatureType

Data type of the curvature values.

Declaration
PointCurvatureType CurvatureType { get; }
Property Value
Type Description
PointCurvatureType

GpsTimeType

Data type of the gps time values.

Declaration
PointGpsTimeType GpsTimeType { get; }
Property Value
Type Description
PointGpsTimeType

HitCountType

Data type of the hit count values.

Declaration
PointHitCountType HitCountType { get; }
Property Value
Type Description
PointHitCountType

IntensityType

Data type of the intensity values.

Declaration
PointIntensityType IntensityType { get; }
Property Value
Type Description
PointIntensityType

LabelType

Data type of the label values.

Declaration
PointLabelType LabelType { get; }
Property Value
Type Description
PointLabelType

NormalType

Data type of the normal vectors.

Declaration
PointNormalType NormalType { get; }
Property Value
Type Description
PointNormalType

PointType

Returns the point type this accessor can use.

Declaration
PointType PointType { get; }
Property Value
Type Description
PointType

PositionType

Data type of the position values.

Declaration
PointPositionType PositionType { get; }
Property Value
Type Description
PointPositionType
Generated by DocFX
GitHub Repo
Back to top