PCLMemberCopy¶
-
MLModule
¶ genre PCLFilters
author Wolf Spindler
package FMEstable/PCL
dll MLPCLFilters
definition MLPCLFilters.def see also PCLPointMemberArithmetic
,PCLPassThrough
,PCLCopy
,PCLIndexFilter
,PCLInfo
inherits from PCLModule
keywords points
,clouds
,PCL
,copy
,member
,field
,filter
,duplicate
Purpose¶
PCLMemberCopy
creates a copy of the point cloud at inputPCLObject0
and sets it as result outputPCLObject0
. While doing this, for each point the value of the source member(field) specified in Source
is copied to the one specified in Destination
. If any source and/or destination member(field) do not exist or are identical then no member(field) is modified but the original input value is passed to the output.
Note that rgba, rgb, and label are still unsupported since they would need casts before copying them to another member(fields).
Input Fields¶
Output Fields¶
outputPCLObject0¶
-
name:
outputPCLObject0
, type:
MLBase
¶ The output point cloud containing points from
inputPCLObject0
whose field members are possibly copied. Default indices for all source points are also provided in the output base object.
Parameter Fields¶
Visible Fields¶
Source¶
-
name:
source
, type:
Enum
, default:
x / data[0]
¶ Specifies the source point member(field) whose value shall be copied to the one specified in
Destination
.
Destination¶
-
name:
destination
, type:
Enum
, default:
x / data[0]
¶ Specifies the destination point member(field) to which the value specified in
Destination
is copied.