PointCloudBitfieldFilter constructor

PointCloudBitfieldFilter({
  1. required String attributeName,
  2. required List<int> requiredClearBits,
  3. required List<int> requiredSetBits,
})

Creates a point cloud bitfield filter with the specified collections of bit positions.

Parameters:

  • attributeName — The name of the attribute to use for the filter.
  • requiredClearBits — A collection of bit positions where a point is only displayed if the corresponding bit value is 0.
  • requiredSetBits — A collection of bit positions where a point is only displayed if the corresponding bit value is 1.