OrsCreateStructuredGridFromVisualBox_b2a37f5e135b11e897af107b441a0862

author:ORS Team
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:Feb 16 2018 15:55
dragonflyVersion:
 3.5.0.428 (D)
UUID:b2a37f5e135b11e897af107b441a0862

Class Code

class OrsPythonPlugins.OrsCreateStructuredGridFromVisualBox_b2a37f5e135b11e897af107b441a0862.OrsCreateStructuredGridFromVisualBox_b2a37f5e135b11e897af107b441a0862.OrsCreateStructuredGridFromVisualBox_b2a37f5e135b11e897af107b441a0862(varname=None, managed=True)
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
canBeGenericallyOpened = False
classmethod chooseStructuredGridType(aVisualBoxGUID)
classmethod choseStructuredGid(listSelectedObjectsRepr)

Contextual menu.

This code will be executed when a contextual menu has to be displayed.

The menu item instances used in this method should be taken from menu item definitions declared in this plugin and filled with proper values (section, action, enabled, …). If multiple menu items have to be used by this method, they should be defined using the same pattern.

Parameters:listSelectedObjectsRepr – list of selected objects (this argument is given as string representation)
Returns:output – None, a single menu item instance, or a list of menu item instances
closable = True
closeWidget(name)
classmethod createAChannel(title, dataType, sizeX, sizeY, sizeZ, sizeT, spacingX, spacingY, spacingZ, offset, slope, addNoise, gaussian, noiseStdDev, noiseRatio, initValue, visualBoxGUID, progress)
classmethod createAChannelFromVisualBox(visualBoxGUID, referenceChannel, title, iTIndex)
classmethod createAROIOrMultiROIFromVisualBox(visualBoxGUID, referenceObj, title, structuredGridManagedClass, iTIndex)
classmethod createAnEmptyROIOrMultiROIFromVisualBox(visualBoxGUID, title, structuredGridManagedClass, iTIndex)
keepAlive = False
multiple = True
classmethod openGUI()
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)
savable = False
setStructuredGridManagedClass(aStructuredGridClass)
setTimeIndex(iTIndex)
setVisualBoxGUID(aVisualBoxGUID)