UnityMol  0.9.6-875
UnityMol viewer / In developement
Molecule.View.DisplayMolecule Class Reference
+ Collaboration diagram for Molecule.View.DisplayMolecule:

Static Public Member Functions

static List< GenericManagerGetManagers ()
 
static void AddPhysics ()
 
static void DeletePhysics ()
 
static void ToggleDistanceCueing (bool enabling)
 
static void DestroyAtomsAndBonds ()
 
static void DestroyBonds ()
 
static void DestroyAllAtomsAndBonds ()
 
static void InitManagers ()
 
static void HideMolecule ()
 
static void ShowMolecule ()
 
static void HideAtoms ()
 
static void ShowAtoms ()
 
static void ShowBonds ()
 
static void HideBonds ()
 
static void showHydrogens (bool hide)
 
static void ChangeRepresentation (UIData.AtomType newAtomType, UIData.BondType newBondType=UIData.BondType.nobond)
 
static void ClearMemory ()
 

Static Private Attributes

static HBallManager hbManager
 
static SphereManager spManager
 
static CubeManager cubeManager
 
static ShurikenParticleManager shManager
 
static HBallMeshManager hbmeshManager
 
static LineManager lineManager
 
static CubeBondManager cubeBondManager
 
static HStickManager hStickManager
 
static HStickMeshManager hStickMeshManager
 

Detailed Description

Definition at line 12 of file DisplayMolecule.cs.

Member Function Documentation

static void Molecule.View.DisplayMolecule.AddPhysics ( )
static

Definition at line 95 of file DisplayMolecule.cs.

References Molecule.Model.MoleculeModel.atomsByChar, and UI.UIData.resetInteractive.

Referenced by Molecule3D.OnGUI().

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.ChangeRepresentation ( UIData.AtomType  newAtomType,
UIData.BondType  newBondType = UIData.BondType.nobond 
)
static
static void Molecule.View.DisplayMolecule.ClearMemory ( )
static
static void Molecule.View.DisplayMolecule.DeletePhysics ( )
static

Definition at line 114 of file DisplayMolecule.cs.

References Molecule.Model.MoleculeModel.atomsByChar, and UI.UIData.resetInteractive.

Referenced by Molecule3D.OnGUI().

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.DestroyAllAtomsAndBonds ( )
static
static void Molecule.View.DisplayMolecule.DestroyAtomsAndBonds ( )
static

Definition at line 134 of file DisplayMolecule.cs.

References GenericManager.DestroyAll().

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 void Molecule.View.DisplayMolecule.DestroyBonds ( )
static

Definition at line 139 of file DisplayMolecule.cs.

References GenericManager.DestroyAll(), and UnityMolMain.getCurrentBondManager().

Referenced by GuidedNavigationManager.SpreadCAlpha(), GuidedNavigationManager.SpreadHyperballs(), and GuidedNavigationManager.SpreadSpheres().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static List<GenericManager> Molecule.View.DisplayMolecule.GetManagers ( )
static

Gets the list of active managers based on the atom type provided and based on the bond type in UIData.

Returns
The list of managers. A List<GenericManager> object that should contains the "atom" manager in position 0 and the "bond" manager in position 1 (if there is one).

Definition at line 31 of file DisplayMolecule.cs.

References UI.UIData.atomtype.

Referenced by Molecule3D.Start().

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.HideAtoms ( )
static

Definition at line 192 of file DisplayMolecule.cs.

References GenericManager.DisableRenderers(), and UnityMolMain.getCurrentAtomManager().

Referenced by SecSGUI.EnableSecS().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.HideBonds ( )
static

Definition at line 209 of file DisplayMolecule.cs.

References GenericManager.DisableRenderers(), and UnityMolMain.getCurrentBondManager().

+ Here is the call graph for this function:

static void Molecule.View.DisplayMolecule.HideMolecule ( )
static

Definition at line 183 of file DisplayMolecule.cs.

Referenced by RepresentationOldGUI.RenderingParameters(), SecondaryStructureOldGUI.SecStructMenu(), and SugarOldGUI.SugarM().

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.InitManagers ( )
static

Definition at line 177 of file DisplayMolecule.cs.

References GenericManager.Init().

+ Here is the call graph for this function:

static void Molecule.View.DisplayMolecule.ShowAtoms ( )
static

Definition at line 198 of file DisplayMolecule.cs.

References GenericManager.EnableRenderers(), and UnityMolMain.getCurrentAtomManager().

Referenced by SecSGUI.EnableSecS().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.ShowBonds ( )
static

Definition at line 202 of file DisplayMolecule.cs.

References GenericManager.EnableRenderers(), and UnityMolMain.getCurrentBondManager().

+ Here is the call graph for this function:

static void Molecule.View.DisplayMolecule.showHydrogens ( bool  hide)
static

Definition at line 216 of file DisplayMolecule.cs.

References UnityMolMain.getCurrentAtomManager(), UnityMolMain.getCurrentBondManager(), GenericManager.showHydrogens(), and UI.GUIMoleculeController.toggle_HIDE_HYDROGEN.

Referenced by RepresentationOldGUI.RenderingParameters(), and SugarOldGUI.SugarM().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.ShowMolecule ( )
static

Definition at line 188 of file DisplayMolecule.cs.

Referenced by RepresentationOldGUI.RenderingParameters(), SecondaryStructureOldGUI.SecStructMenu(), and SugarOldGUI.SugarM().

+ Here is the caller graph for this function:

static void Molecule.View.DisplayMolecule.ToggleDistanceCueing ( bool  enabling)
static

Definition at line 128 of file DisplayMolecule.cs.

References GenericManager.ToggleDistanceCueing().

Referenced by CamGUI.DistanceCueing(), and RepresentationOldGUI.HyperballStyle().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

CubeBondManager Molecule.View.DisplayMolecule.cubeBondManager
staticprivate

Definition at line 19 of file DisplayMolecule.cs.

CubeManager Molecule.View.DisplayMolecule.cubeManager
staticprivate

Definition at line 15 of file DisplayMolecule.cs.

HBallManager Molecule.View.DisplayMolecule.hbManager
staticprivate

Definition at line 13 of file DisplayMolecule.cs.

HBallMeshManager Molecule.View.DisplayMolecule.hbmeshManager
staticprivate

Definition at line 17 of file DisplayMolecule.cs.

HStickManager Molecule.View.DisplayMolecule.hStickManager
staticprivate

Definition at line 20 of file DisplayMolecule.cs.

HStickMeshManager Molecule.View.DisplayMolecule.hStickMeshManager
staticprivate

Definition at line 21 of file DisplayMolecule.cs.

LineManager Molecule.View.DisplayMolecule.lineManager
staticprivate

Definition at line 18 of file DisplayMolecule.cs.

ShurikenParticleManager Molecule.View.DisplayMolecule.shManager
staticprivate

Definition at line 16 of file DisplayMolecule.cs.

SphereManager Molecule.View.DisplayMolecule.spManager
staticprivate

Definition at line 14 of file DisplayMolecule.cs.


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