Class TwoVoxelMappingBase

All Implemented Interfaces:
Provider<Channel>, ProviderAsStack
Direct Known Subclasses:
MaxTwoChannels, MinTwoChannels, MultiplyTwoChannels, SubtractTwoChannels

public abstract class TwoVoxelMappingBase extends ChannelProviderBinary
Takes the two channels and creates a NEW third channel whose pixels are a function of the two channels

Both the two input channels and the output channel are identically-sized.

Author:
Owen Feehan
  • Constructor Details

    • TwoVoxelMappingBase

      public TwoVoxelMappingBase(IntBinaryOperator operation)
      Creates a new TwoVoxelMappingBase instance.
      Parameters:
      operation - How to form an output voxel from the respective two input voxels.
  • Method Details