OrsDatasetStitching_a2cacc40fd5a11e7990dc860006dfcdd

Tool to assemble portions of a dataset into a single dataset

author:ORS Team, Arnaud Brignol, Francis Côté, Han-Thu Gloria Hang-Vo
contact:http://theobjects.com
email:info@theobjects.com
organization:Object Research Systems (ORS), Inc.
address:760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4
copyright:Object Research Systems (ORS), Inc. All rights reserved 2018.
date:Jan 19 2018 15:52
dragonflyVersion:
 3.5.0.418
UUID:a2cacc40fd5a11e7990dc860006dfcdd

Class Code

class OrsPythonPlugins.OrsDatasetStitching_a2cacc40fd5a11e7990dc860006dfcdd.OrsDatasetStitching_a2cacc40fd5a11e7990dc860006dfcdd.OrsDatasetStitching_a2cacc40fd5a11e7990dc860006dfcdd(varname=None, managed=True)
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
actionDisplayNextSlice()
actionDisplayPreviousSlice()
actionState_RefSelectionMultiple_Activation()
actionState_RefSelectionOne_Activation()
actionState_ToRegSelectionMultiple_Activation()
actionState_ToRegSelectionOne_Activation()
actionSwitchToRefSelectMode()
actionSwitchToSelectMultipleMode()
actionSwitchToToRegSelectMultipleMode()
actionSwitchToToRegSelectOneMode()
autoStitch(mode, progressBar)
autoStitchAll(mode, progressBar=None)
canBeGenericallyOpened = False
closable = True
closeWidget(name)
contextualMenu()

classmethod(function) -> method

Convert a function to be a class method.

A class method receives the class as implicit first argument, just like an instance method receives the instance. To declare a class method, use this idiom:

class C:

@classmethod def f(cls, arg1, arg2, …):

It can be called either on the class (e.g. C.f()) or on an instance (e.g. C().f()). The instance is ignored except for its class. If a class method is called for a derived class, the derived class object is passed as the implied first argument.

Class methods are different than C++ or Java static methods. If you want those, see the staticmethod builtin.

deletePlugin(aWidget=None)
deselectAll()
discard()
displayNextSlice()
displayPreviousSlice()
getConfigurationLayout()
getCurrentStitcher()
getInputChannel()
getLayoutManager()
getOutputName()
getRegularGridLayout()
handleChanged(oldState, newState)

This method is called when the state of the application is changed.

Parameters:
  • oldState (str) – name of the old (previous) state
  • newState (str) – name of the new (current) state
keepAlive = False
makeRegularGrid(layoutParam, layoutInfo)
minimumTimeInSeconds = 0.05
multiple = True
classmethod openDatasetStitchingMainForm(channelGUID)
classmethod openGUI()
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)
savable = False
selectAll()
selectMultiple(event)
selectOne(event)
setConfigurationLayout(value)
setInputChannel(channelGUID)
setOutputName(name)
setPluginContext(pluginContext)
setRegularGridLayout(value)
stateDescriptors = [<ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>, <ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>, <ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>, <ORSServiceClass.OrsPlugin.statedescriptor.StateDescriptor object>]
stateRefSelectionMultiple_OrsDatasetStitching = 'stateRefSelectionMultiple_OrsDatasetStitching'
stateRefSelectionOne_OrsDatasetStitching = 'stateRefSelectionOne_OrsDatasetStitching'
stateToRegSelectionMultiple_OrsDatasetStitching = 'stateToRegSelectionMultiple_OrsDatasetStitching'
stateToRegSelectionOne_OrsDatasetStitching = 'stateToRegSelectionOne_OrsDatasetStitching'
switchToRefSelectOneMode()
switchToToRegSelectOneMode()
updateChannelUnderCursorEntity(event)