edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.gui.prep
/
DuplicateAtoms
/
AtomGroup
Atom
Group
inner
class
AtomGroup
(
name
:
String
,
chain
:
Polymer.Chain
?
,
res
:
Polymer.Residue
?
,
atoms
:
List
<
Atom
>
)
Content copied to clipboard
Functions
Properties
Functions
add
Link copied to clipboard
fun
add
(
atomi
:
Int
)
Content copied to clipboard
included
Link copied to clipboard
fun
included
(
atomi
:
Int
)
:
Boolean
Content copied to clipboard
remove
Link copied to clipboard
fun
remove
(
atomi
:
Int
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
atoms
Link copied to clipboard
val
atoms
:
List
<
Atom
>
Content copied to clipboard
chain
Link copied to clipboard
val
chain
:
Polymer.Chain
?
Content copied to clipboard
location
Link copied to clipboard
val
location
:
String
?
Content copied to clipboard
a friendly description for the location of the atom
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
res
Link copied to clipboard
val
res
:
Polymer.Residue
?
Content copied to clipboard