Private Attributes | |
__instance | |
Definition at line 10 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.__init__ | ( | self, | |
instance | |||
) |
Definition at line 11 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.cutFlowName | ( | self | ) |
Definition at line 14 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.cutFlowPassed | ( | self | ) |
Definition at line 17 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.cutFlowSize | ( | self | ) |
Definition at line 20 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.getCutFlowResultMasking | ( | self, | |
things_to_mask | |||
) |
Definition at line 38 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.getCutResultByIndex | ( | self, | |
idx | |||
) |
Definition at line 26 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.getCutResultByName | ( | self, | |
name | |||
) |
Definition at line 29 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.getNameAtIndex | ( | self, | |
idx | |||
) |
Definition at line 23 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.getValueCutUpon | ( | self, | |
idx_or_name | |||
) |
Definition at line 35 of file VIDCutFlowResult.py.
def VIDCutFlowResult.VIDCutFlowResult.isCutMasked | ( | self, | |
idx_or_name | |||
) |
Definition at line 32 of file VIDCutFlowResult.py.
|
private |
Definition at line 12 of file VIDCutFlowResult.py.
Referenced by VIDSelectorBase.VIDSelectorBase.__call__(), VIDSelectorBase.VIDSelectorBase.__repr__(), and VIDSelectorBase.VIDSelectorBase.initialize().