SelectionResults
-
class
HPS.SelectionResults
: HPS.Object Public Functions
-
void
Assign
(HPS.SelectionResults in_that)
-
void
Copy
(HPS.SelectionResults in_that)
-
bool
Difference
(HPS.SelectionResults in_that)
-
override void
Dispose
()
-
bool
Equals
(HPS.SelectionResults in_that)
-
override bool
Equals
(Object obj)
-
ulong
GetCount
()
-
override int
GetHashCode
()
-
HPS.SelectionResultsIterator
GetIterator
()
-
HPS.Selection.Level
GetSelectionLevel
()
-
bool
Intersect
(HPS.SelectionResults in_that)
-
override HPS.Type
ObjectType
()
-
override void
Reset
()
-
SelectionResults
()
-
SelectionResults
(HPS.SelectionResults in_that)
-
bool
SymmetricDifference
(HPS.SelectionResults in_that)
-
bool
Union
(HPS.SelectionResults in_that)
Public Static Functions
-
bool
operator!=
(HPS.SelectionResults a, HPS.SelectionResults b)
-
bool
operator==
(HPS.SelectionResults a, HPS.SelectionResults b)
-
void