PyMacroPTPlugin.PTForestCalculator¶
- class PTForestCalculator¶
PTForestCalculatorclassDetails
This class provides the a calculator to iterate over all
PTODPair(structured set of paths ) of aPTForestInherited by:
PTSkimCalculator,PTLinkAnalysisCalculatorSynopsis¶
Methods¶
def
__init__()def
getFilter()
Virtual methods¶
def
doPTODPair()def
init()def
postProcess()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__(iForest, iFilter, iModel, iParallelProcessing)¶
- Parameters:
iForest –
PTForestiFilter –
PTForestFilteriModel –
GKModeliParallelProcessing – bool
Processes the input
PTODPair- getFilter()¶
- Return type:
Gets the filter used
- init()¶
Initializes the class before processing any
PTODPair- postProcess()¶
Post-processes the class after processing all
PTODPair