OrsSliceAnalysis_6f5200cc55ec11e78ad8c86000a21918

Analyses all slices of a dataset

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 2019.
date:Jun 20 2017 15:12
dragonflyVersion:
 3.0.0.271 (D)
UUID:6f5200cc55ec11e78ad8c86000a21918

Class Code

class OrsPythonPlugins.OrsSliceAnalysis_6f5200cc55ec11e78ad8c86000a21918.OrsSliceAnalysis_6f5200cc55ec11e78ad8c86000a21918.OrsSliceAnalysis_6f5200cc55ec11e78ad8c86000a21918(varname=None, managed=True)
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
canBeGenericallyOpened = False
closable = True
closeWidget(name)
computeMeasurements()
deletePlugin(aWidget=None)
exportMeasurements(filename)
getMeasurementList()
getSliceCount()
getSliceThickness()
getSourceMask()
getSourceStructuredGrid()
getSourceView()
getUseInvertedMask()
getViewBox()
keepAlive = False
multiple = True
onViewPlaneChanged()
classmethod openGUI()
classmethod openSliceAnalysis(viewGUID)
classmethod openSliceAnalysisMenuItem(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
classmethod openSliceAnalysisMenuItem_menuItemDefinition()

Declaration of a plugin menu item.

This method has to be decorated by “menuItem(menuItemDefinition=True)”.

Returns:output – Menu item instance
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)
recomputeMeasurements()
resetMeasurement()
savable = False
setSourceMask(mask)
setSourceStructuredGrid(structuredGrid)
setSourceView(view)
setUseInvertedMask(value)
updateViewBox(newViewBox, clearResults)
updateViewToCurrentSliceIdx(idx)