Back to FabImage Library website
You are here: Start » Function Reference » Point3DGrid Spatial Transforms » CropPoint3DGrid

CropPoint3DGrid
Header: | FIL.h |
---|---|
Namespace: | fil |
Removes from the grid points that are not contained in a given rectangular box.
Syntax
C++
C#
void fil::CropPoint3DGrid ( const fil::Point3DGrid& inPoint3DGrid, ftl::Optional<float> inMinX, ftl::Optional<float> inMaxX, ftl::Optional<float> inMinY, ftl::Optional<float> inMaxY, ftl::Optional<float> inMinZ, ftl::Optional<float> inMaxZ, fil::Point3DGrid& outPoint3DGrid )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoint3DGrid | const Point3DGrid& | ||
![]() |
inMinX | Optional<float> | NIL | |
![]() |
inMaxX | Optional<float> | NIL | |
![]() |
inMinY | Optional<float> | NIL | |
![]() |
inMaxY | Optional<float> | NIL | |
![]() |
inMinZ | Optional<float> | NIL | |
![]() |
inMaxZ | Optional<float> | NIL | |
![]() |
outPoint3DGrid | Point3DGrid& |