avid.actions

Classes

ActionBase(actionTag[, session, ...])

Base class for action objects used in AVID to do any kind of processing with/on artefacts.

BatchActionBase(actionTag, primaryInputSelector)

Base class for action objects that resemble the logic to generate and to process a batch of SingleActionBased actions based ond the current session and the given selectors, sorters, linkers, splitters.

SingleActionBase(actionTag[, alwaysDo, ...])

Base class for action that directly will work on artefact and generate them.

Modules

avid.actions.actionBatchGenerator

avid.actions.artefactRefine

avid.actions.cliActionBase

avid.actions.cliBatchScheduler

avid.actions.dummy

avid.actions.fitting

Package with actions concercerning the fitting of dynamic data based on MITK mini apps.

avid.actions.genericCLIAction

avid.actions.matchpoint

Package with actions based on MatchPoint CLI applications or data types.

avid.actions.mitk

Package with actions based on MITK CLI applications or data types.

avid.actions.plastimatch

Package with actions based on Plastimatch CLI applications or data types.

avid.actions.pointSetConversion

avid.actions.pythonAction

avid.actions.regVarTool

avid.actions.rttb

Package with actions based on RTToolbox (RTTB) CLI applications or data types.

avid.actions.simpleScheduler

avid.actions.testingScheduler

avid.actions.threadingScheduler