OrsSimpleFilters¶
Filter plugin for general purposes, including basic kernel specifications
| 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. |
| date: | July 2017 |
| dragonflyVersion: | |
| 3.1.0.286 (D) | |
| UUID: | 8d2f34a8761a11e7988b448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsSimpleFilters.OrsSimpleFilters.OrsSimpleFilters(varname=None, managed=True, pluginParent=None)¶ -
UIDescriptors= [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]¶
-
apply(xMin, yMin, zMin, tMin, xMax, yMax, zMax, tMax)¶
-
availableFilterModules= {}¶
-
closable= True¶
-
closeWidget(name)¶
-
getAbbreviatedOutputName(outputIndex)¶
-
classmethod
getAbout()¶
-
getArgumentDescriptors()¶
-
getBooleanArgument(argumentName)¶
-
getClassCount()¶
-
classmethod
getDescriptionOfFilter(filterUUID, plugin=None)¶
-
getDisplayUI()¶
-
classmethod
getFilterCanBeUsedForFeatureExtraction(aFilterUUID)¶
-
classmethod
getFilterClassFromFilter(filterUUID)¶
-
classmethod
getFilterExist(aFilterUUID, aFilterVersion=None, plugin=None)¶
-
getFilterInfo()¶
-
classmethod
getFilterIs2D(aFilterUUID)¶
-
classmethod
getFilterIs3D(aFilterUUID)¶
-
getFilterName()¶
-
getFilterUUID()¶
-
getFilterUserDescription()¶
-
getFilterVersion()¶
-
classmethod
getFilters(plugin=None)¶
-
getInputChannel(inputChannelIndex)¶
-
classmethod
getInputChannelCountForFilter(aFilterUUID)¶
-
getInputChannelLabel(inputChannelIndex)¶
-
getInputChannelsCount()¶
-
getIsVisibleKernelDim()¶
-
getIsVisibleKernelShape()¶
-
getIsVisibleKernelSize()¶
-
getKernelDim()¶
-
getKernelShape()¶
-
getKernelSize()¶
-
getLengthDependenceX(inputChannelIndex)¶
-
getLengthDependenceY(inputChannelIndex)¶
-
getLengthDependenceZ(inputChannelIndex)¶
-
getListAvailableKernelDim()¶
-
getListAvailableKernelSize()¶
-
getMinimalXSizeOfChannelForKernel()¶
-
getMinimalYSizeOfChannelForKernel()¶
-
getMinimalZSizeOfChannelForKernel()¶
-
getNumericArgument(argumentName)¶
-
getOutputChannel(outputChannelIndex)¶
-
classmethod
getOutputChannelCountForFilter(aFilterUUID)¶
-
getOutputChannelLabel(outputChannelIndex)¶
-
getOutputChannelsCount()¶
-
getOutputSlicesCount()¶
-
getSetupDescription()¶
-
getState()¶
-
getStringArgument(argumentName)¶
-
getSuggestedOutputDataType(outputChannelIndex)¶
-
classmethod
getVersionOfFilter(filterUUID, plugin=None)¶
-
isCancelable()¶
-
keepAlive= False¶
-
multiple= True¶
-
openWidget(name, dock=None, tab=None, x=-1, y=-1, w=-1, l=-1, order=-1)¶
-
openWidgetInParent(name, parent, layout)¶
-
savable= False¶
-
setBooleanArgument(argumentName, argumentValue)¶
-
setFilter(filterUUID, plugin=None, version=None)¶
-
setIndexFirstVoxelInputChannel(inputChannelIndex, x, y, z, t)¶
-
setIndexFirstVoxelOutputChannel(outputChannelIndex, x, y, z, t)¶
-
setInputChannel(inputChannelId, inputChannelIndex)¶
-
setIsSelected(isSelected)¶
-
setKernelDim(kernelDim)¶
-
setKernelShape(kernelShape)¶
-
setKernelSize(kernelSize)¶
-
setNumericArgument(argumentName, argumentValue)¶
-
setOutputChannel(outputChannelId, outputChannelIndex)¶
-
setProgress(progressId)¶
-
setStringArgument(argumentName, argumentValue)¶
-
setupFromDescription(description, fromPython=False)¶
-
validate()¶
-