Search Result as returned by Minos
More...
Inherits IPosition, INamed, and IQualified.
|
static readonly SearchResult | Empty = new SearchResult(string.Empty, 0.0, Point2Dd.Empty, Point2Dd.Empty) |
| Object describing an empty Search Result
|
|
|
string | Name [get, set] |
| Name of the class that has been found
|
|
double | Quality [get] |
| Quality at which the object has been found
|
|
Point2Dd | Position [get] |
| Position at which the object has been found
|
|
double | X [get] |
| X position at which the object has been found
|
|
double | Y [get] |
| Y position at which the object has been found
|
|
Point2Dd | AdvanceVector [get] |
| Advance vector of the model that has been found
|
|
double | X [get] |
| X coordinate of the position.
|
|
double | Y [get] |
| Y coordinate of the position.
|
|
string | Name [get] |
| Name of the object.
|
|
double | Quality [get] |
| Name of the object.
|
|
Search Result as returned by Minos
◆ Equals()
override bool Equals |
( |
object |
obj | ) |
|
Equality comparison.
- Parameters
-
- Returns
- true if the objects are identical, falso otherwise
◆ GetHashCode()
override int GetHashCode |
( |
| ) |
|
Hash code generation.
- Returns
- hash code for the object
◆ operator!=()
Compare two SearchResult structs for inequality.
- Parameters
-
lhs | first object to be compared |
rhs | second object to be compared |
- Returns
- true if the objects differ, false otherwise
◆ operator==()
Compare two SearchResult structs for inequality.
- Parameters
-
lhs | first object to be compared |
rhs | second object to be compared |
- Returns
- false if the objects differ, true otherwise
◆ ToString()
override string ToString |
( |
| ) |
|
Conversion to string
- Returns
- string representation of this object