structure name
source path
Gets the center of the (filtered) structure atoms
the center
Creates a copy of this structure.
new structure being a copy of this one
Calls dispose() method of property objects. Unsets properties to help garbage collection.
Chain iterator
the callback
Model iterator
the callback
Residue iterator
the callback
Multi-residue iterator
window size
the callback
Get a set of atoms
object defining how to initialize the atom set. Boolean: init with value; Filter: init with filter; BitArray: return bit array
set of atoms
Get set of atoms around a set of atoms from a filter
the filter object
radius to filter within
set of atoms
Get set of all atoms within the groups of a filter
the filter object
set of atoms
Get set of atoms around a point
the point
radius to filter within
set of atoms
Get set of atoms within a volume
the volume
radius to filter within
minimum value to be considered as within the volume
maximum value to be considered as within the volume
use only values falling outside of the min/max values
set of atoms
Gets the bounding box of the (filtered) structure atoms
the box
Get number of unique chainnames
limit count to filter
count
Gets the principal axes of the (filtered) structure atoms
the principal axes
Removes provided atom
atom to remove
Removes first atom meeting the given condition. The additional parameters determine the subset of atoms to check. If startIdx and count are less than zero, all atoms are checked for predicate.
predicate that evaluates to true for the atom to be removed
start index of the interval to search through
length of the interval
Removes given number of atoms starting at provided index
index to start at (refers to the location in atom store)
number of atoms to remove
Removes all atoms meeting the given condition. The additional parameters determine the subset of atoms to check. If startIdx and count are less than zero, all atoms are checked for predicate.
predicate that evaluates to true for atoms to be removed
start index of the interval to search through
length of the interval
Removes given chain from the structure.
chain to be removed
Removes atoms corresponding to the provided chemical element.
element name to remove
Removes given residue from the structure. The chain is not affected by the removal, i.e., the function does not handle any potential "discontinuity" that might be caused by this operation.
residue to be removed
Returns a string containing some information about the structure
string with information about the structure
Generated using TypeDoc
Structure