Class Concatenate

Object
AnchorBean<StackProvider>
InitializableBean<StackProvider, ImageInitialization>
ImageBean<StackProvider>
BeanProviderAsStackBase<StackProvider, Stack>
StackProvider
Concatenate
All Implemented Interfaces:
Provider<Stack>, ProviderAsStack

public class Concatenate extends StackProvider
Combines all the channels from one or more sources (stacks, channels etc.)

All sources must provide images with the same dimensions, otherwise an exception is thrown.

Author:
Owen Feehan
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Stack
    get()
     
    List<ProviderAsStack>
     
    void
    setList(List<ProviderAsStack> list)
     

    Methods inherited from class org.anchoranalysis.image.bean.provider.stack.StackProvider

    getAsStack

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Concatenate

      public Concatenate()
  • Method Details

    • get

      public Stack get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getList

      public List<ProviderAsStack> getList()
    • setList

      public void setList(List<ProviderAsStack> list)