All Implemented Interfaces:
Provider<Mask>, ProviderAsStack

public class And extends CombineBase
Outputs the logical operation and voxelwise on both masks, modifying {mask} with the result.
Author:
Owen Feehan
  • Constructor Details

    • And

      public And()
  • Method Details

    • createFromTwoMasks

      protected Mask createFromTwoMasks(Mask maskToModify, Mask maskOther)
      Description copied from class: CombineBase
      Creates a mask from some combination of two masks.
      Specified by:
      createFromTwoMasks in class CombineBase
      Parameters:
      maskToModify - first mask (which is also the mask modified with the result)
      maskOther - second mask (which is not modified)
      Returns:
      either maskToModify or maskOther depending on implementation