Package edu. duke. cs. osprey. molscope. view
Types
Link copied to clipboard
class BallAndStick(mol: Molecule, selector: MoleculeSelector) : MoleculeRenderView
Content copied to clipboard
views a molecule using the ball and stick convention
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MoleculeRenderInfo(mol: Molecule, selector: MoleculeSelector, onChange: (Int) -> Unit)
Content copied to clipboard
Tracks changes to molecules so renderers can update their render buffers.
Link copied to clipboard
class MoleculeRenderStack(originalMol: Molecule, info: MoleculeRenderInfo)
Content copied to clipboard
A mechanism to temporarily override a molecule being rendered
Link copied to clipboard
Represents a renderable view of a Molecule.
Link copied to clipboard
Represents a renderable view of a Thing.
Link copied to clipboard
class SpaceFilling(mol: Molecule, selector: MoleculeSelector) : MoleculeRenderView
Content copied to clipboard
views a molecule using the space-filling sphere convention