You are here: Start » AVL.NET » Function Reference » Point3DGrid » Point3DGrid Features » AVL.Point3DGridValidPointsRegion

AVL.Point3DGridValidPointsRegion

Computes region of locations where points are valid in a points 3D grid and where they are invalid.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Point3DGridValidPointsRegion
(
	AvlNet.Point3DGrid inPoint3DGrid,
	NullableRef<AvlNet.Region> inRoi,
	AvlNet.Region outValidPointsRegion,
	AvlNet.Region outInvalidPointsRegion
)

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inRoiAvlNet.NullableRef<AvlNet.Region>Range of pixels to be processed. Default value: atl::NIL.
outValidPointsRegionAvlNet.RegionRegion of locations where points are valid.
outInvalidPointsRegionAvlNet.RegionRegion of locations where points are invalid.

Function Overrides

See also