edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.molscope.molecule
/
AtomPair
Atom
Pair
class
AtomPair
(
a
:
Atom
,
b
:
Atom
)
Content copied to clipboard
A pair of atoms that defines equality by atom identity (ie ===), and is insensitive to atom order.
Constructors
Functions
Properties
Constructors
Atom
Pair
Link copied to clipboard
fun
AtomPair
(
a
:
Atom
,
b
:
Atom
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
operator
fun
component1
(
)
:
Atom
Content copied to clipboard
component2
Link copied to clipboard
operator
fun
component2
(
)
:
Atom
Content copied to clipboard
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
Content
Link copied to clipboard
fun
toContent
(
)
:
ContentAtomPair
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
a
Link copied to clipboard
val
a
:
Atom
Content copied to clipboard
b
Link copied to clipboard
val
b
:
Atom
Content copied to clipboard