edu.duke.cs.osprey
3.3
edu.duke.cs.osprey
/
edu.duke.cs.osprey.molscope.render
/
MoleculeRenderEffects
/
Writer
Writer
inner
class
Writer
:
AutoCloseable
Content copied to clipboard
Functions
Properties
Functions
clear
Link copied to clipboard
fun
clear
(
)
Content copied to clipboard
close
Link copied to clipboard
open
override
fun
close
(
)
Content copied to clipboard
get
Link copied to clipboard
operator
fun
get
(
atom
:
Atom
)
:
RenderEffect
?
Content copied to clipboard
remove
Link copied to clipboard
fun
remove
(
atom
:
Atom
)
Content copied to clipboard
fun
remove
(
selector
:
MoleculeSelector
)
Content copied to clipboard
fun
remove
(
atoms
:
Collection
<
Atom
>
)
Content copied to clipboard
set
Link copied to clipboard
operator
fun
set
(
atom
:
Atom
,
effect
:
RenderEffect
)
Content copied to clipboard
operator
fun
set
(
selector
:
MoleculeSelector
,
effect
:
RenderEffect
)
Content copied to clipboard
operator
fun
set
(
atoms
:
Collection
<
Atom
>
,
effect
:
RenderEffect
)
Content copied to clipboard
Properties
mol
Link copied to clipboard
val
mol
:
Molecule
Content copied to clipboard