edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.io
/
ConfLib
/
Conf
Conf
data
class
Conf
(
id
:
String
,
name
:
String
,
description
:
String
?
,
coords
:
Map
<
ConfLib.AtomInfo
,
Vector3d
>
,
anchorCoords
:
Map
<
ConfLib.Anchor
,
ConfLib.AnchorCoords
>
)
Content copied to clipboard
Functions
Properties
Functions
unique
Id
Link copied to clipboard
fun
uniqueId
(
conflib
:
ConfLib
,
frag
:
ConfLib.Fragment
)
:
String
Content copied to clipboard
Properties
anchorCoords
Link copied to clipboard
val
anchorCoords
:
Map
<
ConfLib.Anchor
,
ConfLib.AnchorCoords
>
Content copied to clipboard
coords
Link copied to clipboard
val
coords
:
Map
<
ConfLib.AtomInfo
,
Vector3d
>
Content copied to clipboard
description
Link copied to clipboard
val
description
:
String
?
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard