OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918

author:ORS Team
contact:http://theobjects.com
email:info@theobjects.com
organization:Object Research Systems (ORS), Inc.
address:760 St-Paul West, suite 101, Montreal, Quebec, Canada, H3C 1M4
copyright:Object Research Systems (ORS), Inc. All rights reserved 2021.
date:Feb 08 2018 10:26
dragonflyVersion:
 3.5.0.427 (D)
UUID:7bf43b9c0ce411e89b4ec86000a21918

Class Code

class OrsPythonPlugins.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918.OrsAutoProcessStack_7bf43b9c0ce411e89b4ec86000a21918(varname=None)
classmethod OrsAutoProcessStack_openGUI()

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.

TIME_CONVERSION = 60000
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
addClassifierOperation(row_idx)
addFilterOperation(row_idx)
addMacroOperation(row_idx)
addRegisterOperation(row_idx)
addStructuredGridSlice(structured_grid_id, structured_grid_GUID)
applyLUTs(apply2D=True, apply3D=True, updateForm=True)
cleanup()

Deletes the variables managed by the plugin. It is the place to remove callbacks and other references to Python objects that would prevent them to be garbage collected. This method is called during the process of deletion of the plugin. It calls for the cleanup and deletion of the forms.

clearStructuredGridSlice()
datasetCreated()
deleteOperation(operation)
exec_()
executeStreamJob()
exportOperationStack(filename)
get2DLUT()
get3DLUT()
getAutocenter()
getComputeIntersectionBox()
getComputeIntersectionROI()
getDataOperationModel()
getIgnoreFirstSlice()
getIgnoreFirstSliceCount()
getImageStreamProcessingRunning()
classmethod getMainFormClass()

Gets the class of the main form

Returns:output
getPullTimeInterval()
getReconstructedStructuredGrid(id)
getUnprocessedFiles()
getWorkingDataset(forceCreation=True)
importOperationStack(filename)
keepAlive = False
multiple = False
classmethod openGUI()

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.

orsCurrentDisplayChange()
pauseImageStreamProcessing()
processFile(file_path, progress)
reprocessOperationStack()
reset(delete_dataset=True)
savable = False
selectImageStream()
set2DLUT(lutUUID)
set3DLUT(lutUUID)
setAutocenter(value)
setComputeIntersectionBox(value)
setComputeIntersectionROI(value)
setIgnoreFirstSlice(value)
setIgnoreFirstSliceCount(value)
setImageDirectory(image_directory)
setPullTimeInterval(pull_time_interval_min)
setReconstructedStructuredGrid(id, reconstructed_structured_grid)
setStatusMsg(msg)
showInToolbar = False
sliceShapeValid(slice_dataset)
startImageStreamProcessing()
stopImageStreamProcessing()
structuredGridSliceIterator()
classmethod toolsMenu()

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.

updateImageStreamProcessing()
updateMainformUIValues()