edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.molscope.molecule
/
AtomMap
Atom
Map
class
AtomMap
:
Bijection
<
Atom
>
Content copied to clipboard
A bijection between two sets of atoms.
Types
Constructors
Functions
Constructors
Atom
Map
Link copied to clipboard
fun
AtomMap
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
add
Link copied to clipboard
fun
add
(
a
:
Atom
,
b
:
Atom
)
Content copied to clipboard
add
All
Link copied to clipboard
fun
addAll
(
other
:
Bijection
<
Atom
>
)
Content copied to clipboard
get
A
Link copied to clipboard
fun
getA
(
b
:
Atom
)
:
Atom
?
Content copied to clipboard
get
AOr
Throw
Link copied to clipboard
fun
getAOrThrow
(
b
:
Atom
)
:
Atom
Content copied to clipboard
get
B
Link copied to clipboard
fun
getB
(
a
:
Atom
)
:
Atom
?
Content copied to clipboard
get
BOr
Throw
Link copied to clipboard
fun
getBOrThrow
(
a
:
Atom
)
:
Atom
Content copied to clipboard
remove
A
Link copied to clipboard
fun
removeA
(
a
:
Atom
)
:
Boolean
Content copied to clipboard
remove
AOr
Throw
Link copied to clipboard
fun
removeAOrThrow
(
a
:
Atom
)
Content copied to clipboard
remove
B
Link copied to clipboard
fun
removeB
(
b
:
Atom
)
:
Boolean
Content copied to clipboard
remove
BOr
Throw
Link copied to clipboard
fun
removeBOrThrow
(
b
:
Atom
)
Content copied to clipboard