| |
- builtins.object
-
- CountPairDataGeneric
- CountPairData_1_1
- CountPairData_1_2
- CountPairData_1_3
- GenericResidueConnectionData
- rosetta.core.conformation.Atom(builtins.object)
-
- EtableAtom
- rosetta.core.scoring.trie.TrieCountPairBase(builtins.object)
-
- TrieCountPair1BC3
- TrieCountPair1BC4
- TrieCountPairAll
- TrieCountPairGeneric
- TrieCountPairNone
class EtableAtom(rosetta.core.conformation.Atom) |
| |
- Method resolution order:
- EtableAtom
- rosetta.core.conformation.Atom
- builtins.object
Methods defined here:
- __eq__(...) from builtins.PyCapsule
- __eq__(self : rosetta.core.scoring.etable.etrie.EtableAtom, other : rosetta.core.scoring.etable.etrie.EtableAtom) -> bool
equality operator for shared-prefix detection
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(rosetta.core.scoring.etable.etrie.EtableAtom) -> NoneType
2. __init__(self : rosetta.core.scoring.etable.etrie.EtableAtom, res : rosetta.core.conformation.Residue, atom_index : int) -> NoneType
3. __init__(self : rosetta.core.scoring.etable.etrie.EtableAtom, : rosetta.core.scoring.etable.etrie.EtableAtom) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- __str__(...) from builtins.PyCapsule
- __str__(rosetta.core.scoring.etable.etrie.EtableAtom) -> str
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.core.scoring.etable.etrie.EtableAtom, : rosetta.core.scoring.etable.etrie.EtableAtom) -> rosetta.core.scoring.etable.etrie.EtableAtom
- atom_type(...) from builtins.PyCapsule
- atom_type(*args, **kwargs)
Overloaded function.
1. atom_type(rosetta.core.scoring.etable.etrie.EtableAtom) -> int
deprecated!
2. atom_type(self : rosetta.core.scoring.etable.etrie.EtableAtom, setting : int) -> NoneType
deprecated!
- is_hydrogen(...) from builtins.PyCapsule
- is_hydrogen(*args, **kwargs)
Overloaded function.
1. is_hydrogen(rosetta.core.scoring.etable.etrie.EtableAtom) -> bool
property required by RotamerTrie class
2. is_hydrogen(self : rosetta.core.scoring.etable.etrie.EtableAtom, setting : bool) -> NoneType
setter method for data required by RotamerTrie class
- print(...) from builtins.PyCapsule
- print(rosetta.core.scoring.etable.etrie.EtableAtom) -> NoneType
send a description of the atom to standard out
Methods inherited from rosetta.core.conformation.Atom:
- mm_type(...) from builtins.PyCapsule
- mm_type(*args, **kwargs)
Overloaded function.
1. mm_type(self : rosetta.core.conformation.Atom, mm_type_in : int) -> NoneType
set the mm atom type number
2. mm_type(rosetta.core.conformation.Atom) -> int
get the mm atom type number
- type(...) from builtins.PyCapsule
- type(*args, **kwargs)
Overloaded function.
1. type(self : rosetta.core.conformation.Atom, type_in : int) -> NoneType
set the atom type number
2. type(rosetta.core.conformation.Atom) -> int
Returns the AtomType number
- xyz(...) from builtins.PyCapsule
- xyz(*args, **kwargs)
Overloaded function.
1. xyz(rosetta.core.conformation.Atom) -> rosetta.numeric.xyzVector_double_t
Returns the atom coordinates as an xyzVector
2. xyz(self : rosetta.core.conformation.Atom, xyz_in : rosetta.numeric.xyzVector_double_t) -> NoneType
Sets the atom coordinates using an xyzVector
|
class TrieCountPairGeneric(rosetta.core.scoring.trie.TrieCountPairBase) |
| |
- Method resolution order:
- TrieCountPairGeneric
- rosetta.core.scoring.trie.TrieCountPairBase
- builtins.object
Methods defined here:
- __call__(...) from builtins.PyCapsule
- __call__(self : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric, at1dat : rosetta.core.scoring.etable.etrie.CountPairDataGeneric, at2dat : rosetta.core.scoring.etable.etrie.CountPairDataGeneric, weight : float, path_dist : int) -> bool
------------ Useful Functions ------------------///
- __init__(...) from builtins.PyCapsule
- __init__(*args, **kwargs)
Overloaded function.
1. __init__(self : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric, res1 : rosetta.core.conformation.Residue, res2 : rosetta.core.conformation.Residue, res1_cpdat_for_res2 : int, res2_cpdat_for_res1 : int) -> NoneType
2. __init__(self : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric, : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric) -> NoneType
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
- crossover(...) from builtins.PyCapsule
- crossover(self : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric, setting : int) -> NoneType
- hard_crossover(...) from builtins.PyCapsule
- hard_crossover(self : rosetta.core.scoring.etable.etrie.TrieCountPairGeneric, setting : bool) -> NoneType
- print(...) from builtins.PyCapsule
- print() -> NoneType
Methods inherited from rosetta.core.scoring.trie.TrieCountPairBase:
- assign(...) from builtins.PyCapsule
- assign(self : rosetta.core.scoring.trie.TrieCountPairBase, : rosetta.core.scoring.trie.TrieCountPairBase) -> rosetta.core.scoring.trie.TrieCountPairBase
|
|