UnityMol  0.9.6-875
UnityMol viewer / In developement
BFactorRep Class Reference

Static Public Member Functions

static void CreateBFRep ()
 
static string GetBFStyle (float BFValue)
 
static float GetMin (List< float > ListValues)
 
static float GetMax (List< float > ListValues)
 

Static Public Attributes

static List< float[]> backupCaList = MoleculeModel.backupCatomsLocationlist
 
static List< string > backupCaChainList = MoleculeModel.backupCaSplineChainList
 
static List< float > backupBfactCAList
 
static float minValue
 
static float maxValue
 
static string minval = ""
 
static string maxval = ""
 

Detailed Description

Definition at line 8 of file BFactorRep.cs.

Member Function Documentation

static void BFactorRep.CreateBFRep ( )
static

Definition at line 17 of file BFactorRep.cs.

References Molecule.Model.MoleculeModel.atomsLocationlist, Molecule.Model.MoleculeModel.atomsNamelist, Molecule.Model.MoleculeModel.atomsnumber, Molecule.Model.MoleculeModel.atomsTypelist, Molecule.Model.MoleculeModel.backupCaSplineChainList, Molecule.Model.MoleculeModel.backupCatomsLocationlist, Molecule.Model.MoleculeModel.BFactorList, Molecule.Model.MoleculeModel.bondCAList, Molecule.Model.MoleculeModel.bondEPList, Molecule.Model.MoleculeModel.bondsnumber, GenInterpolationArray_BF.CalculateSplineArray(), Molecule.Model.MoleculeModel.CaSplineChainList, Molecule.Model.MoleculeModel.CaSplineList, Molecule.Model.MoleculeModel.CaSplineTypeList, Molecule.Control.ControlMolecule.CreateBondsCAList(), Molecule.Control.ControlMolecule.CreateBondsEPList(), Molecule.Control.ControlMolecule.CreateBondsList_HiRERNA(), UI.UIData.ffType, GetBFStyle(), GetMax(), GetMin(), Molecule.Model.AtomModel.GetModel(), GenInterpolationArray_BF.InputBfactArray, GenInterpolationArray_BF.InputKeyNodes, GenInterpolationArray_BF.InputTypeArray, SecondaryStructureOldGUI.isRescale, maxValue, minValue, GenInterpolationArray_BF.OutputBfactArray, GenInterpolationArray_BF.OutputKeyNodes, GenInterpolationArray_BF.OutputTypeArray, and Molecule.Model.MoleculeModel.residueIds.

Referenced by SecondaryStructureOldGUI.ChooseSmoothness_BF(), SecondaryStructureOldGUI.ChooseStructure_BF(), and SecondaryStructureOldGUI.MinMaxChoice().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static string BFactorRep.GetBFStyle ( float  BFValue)
static

Definition at line 136 of file BFactorRep.cs.

Referenced by SurfaceManager.ColorVertices(), and CreateBFRep().

+ Here is the caller graph for this function:

static float BFactorRep.GetMax ( List< float >  ListValues)
static

Find the max value of a list of float.

Returns
The max.
Parameters
ListValuesList values.

Definition at line 179 of file BFactorRep.cs.

Referenced by SurfaceManager.ColorVertices(), and CreateBFRep().

+ Here is the caller graph for this function:

static float BFactorRep.GetMin ( List< float >  ListValues)
static

Find the min value of a list of float.

Returns
The minimum.
Parameters
ListValuesList values.

Definition at line 166 of file BFactorRep.cs.

Referenced by SurfaceManager.ColorVertices(), and CreateBFRep().

+ Here is the caller graph for this function:

Member Data Documentation

List<float> BFactorRep.backupBfactCAList
static

Definition at line 11 of file BFactorRep.cs.

List<string> BFactorRep.backupCaChainList = MoleculeModel.backupCaSplineChainList
static

Definition at line 10 of file BFactorRep.cs.

List<float[]> BFactorRep.backupCaList = MoleculeModel.backupCatomsLocationlist
static

Definition at line 9 of file BFactorRep.cs.

string BFactorRep.maxval = ""
static

Definition at line 15 of file BFactorRep.cs.

Referenced by SecondaryStructureOldGUI.MinMaxChoice().

float BFactorRep.maxValue
static

Definition at line 13 of file BFactorRep.cs.

Referenced by CreateBFRep().

string BFactorRep.minval = ""
static

Definition at line 14 of file BFactorRep.cs.

Referenced by SecondaryStructureOldGUI.MinMaxChoice().

float BFactorRep.minValue
static

Definition at line 12 of file BFactorRep.cs.

Referenced by CreateBFRep().


The documentation for this class was generated from the following file: