You are here: Start » FIL.NET » Invoke.Point3DGridValidPointsRegion
Computes region of locations where points are valid in a points 3D grid and where they are invalid.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Point3DGridValidPointsRegion ( Fil.Point3DGrid inPoint3DGrid, Optional<Fil.Region> inRoi, Fil.Region outValidPointsRegion, Fil.Region outInvalidPointsRegion )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3DGrid | Fil.Point3DGrid | |||
![]() | inRoi | Ftl.Optional<Fil.Region> | Range of pixels to be processed. Default value: ftl::NIL. | ||
![]() | outValidPointsRegion | Fil.Region | Region of locations where points are valid. | ||
![]() | outInvalidPointsRegion | Fil.Region | Region of locations where points are invalid. |