![]()  | 
  
    UnityMol
    1.0.25beta
    
   | 
 
Part of the SMCRA data structure, UnityMolChain stores the residues of the structure as a list of UnityMolResidue A reference to the model it belongs is provided More...
Public Member Functions | |
| UnityMolChain (List< UnityMolResidue > _residues, string _name) | |
| UnityMolChain constructor taking a list of residues as arg  More... | |
| UnityMolChain (UnityMolResidue _residue, string _name) | |
| UnityMolChain constructor taking a residue as arg  More... | |
| void | AddResidues (List< UnityMolResidue > newResidues) | 
| Add a list of residues to the stored residues  More... | |
| void | AddResidues (Dictionary< int, UnityMolResidue > newResidues) | 
| Add a dictionary of residues to the stored residues  More... | |
| List< UnityMolAtom > | ToAtomList () | 
| UnityMolSelection | ToSelection (bool doBonds=true) | 
Public Attributes | |
| Dictionary< int, UnityMolResidue > | residues | 
| Store all the residues of the chain based on their ids  More... | |
| UnityMolModel | model | 
| Reference to the model the chain belongs to  More... | |
| string | name | 
| Name of the chain  More... | |
Properties | |
| List< UnityMolAtom > | allAtoms [get] | 
Part of the SMCRA data structure, UnityMolChain stores the residues of the structure as a list of UnityMolResidue A reference to the model it belongs is provided
| UMol.UnityMolChain.UnityMolChain | ( | List< UnityMolResidue > | _residues, | 
| string | _name | ||
| ) | 
UnityMolChain constructor taking a list of residues as arg
| UMol.UnityMolChain.UnityMolChain | ( | UnityMolResidue | _residue, | 
| string | _name | ||
| ) | 
UnityMolChain constructor taking a residue as arg
| void UMol.UnityMolChain.AddResidues | ( | List< UnityMolResidue > | newResidues | ) | 
Add a list of residues to the stored residues
| void UMol.UnityMolChain.AddResidues | ( | Dictionary< int, UnityMolResidue > | newResidues | ) | 
Add a dictionary of residues to the stored residues
| List<UnityMolAtom> UMol.UnityMolChain.ToAtomList | ( | ) | 
| UnityMolSelection UMol.UnityMolChain.ToSelection | ( | bool | doBonds = true | ) | 
| UnityMolModel UMol.UnityMolChain.model | 
Reference to the model the chain belongs to
| string UMol.UnityMolChain.name | 
Name of the chain
| Dictionary<int, UnityMolResidue> UMol.UnityMolChain.residues | 
Store all the residues of the chain based on their ids
      
  | 
  get |