AtomsAdapterMixin

class sknano.core.atoms.AtomsAdapterMixin[source] [edit on github][source]

Bases: sknano.core.atoms.mixins.VMDAtomsAdapterMixin

Mixin Atoms class for 3rd party package compatibility.

Attributes

vmd_indices Array of VMD atom index attribute.

Methods

filter_vmd_indices(vmd_indices[, invert]) Filter Atoms by VMDAtomsAdapterMixin.vmd_indices.
filtered_vmd_indices(vmd_indices[, invert]) Return new Atoms filtered by vmd_indices.
get_atom_from_vmd_index(vmd_index) Get Atom by VMD atom index.
get_vmd_selection_string(keyword) Get a VMD selection string for the VMD keyword.