Library | Module

Class pfcSelectionPair



Description

This class represents a pair of selected objects.



Property Summary

pfcSelectionSel1
The first Selected object.
pfcSelectionSel2
The second Selected object.



Method Summary

static pfcSelectionPairCreate (pfcSelection inSel1, pfcSelection inSel2)
Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.



Property Detail


pfcSelectionSel1

The first Selected object.




pfcSelectionSel2

The second Selected object.





Method Detail


static pfcSelectionPairCreate (pfcSelection inSel1, pfcSelection inSel2)

Creates a new SelectionPair object; it's a field of SelectionEvaluator and GlobalInterference classes and represents the data necessary to call several functions that deal with interference.
Parameters:
inSel1
The first Selected object.
inSel2
The second Selected object.
Returns:
The SelectionPair object.