UnityMol  0.9.6-875
UnityMol viewer / In developement
UnityMolMain Class Reference
+ Collaboration diagram for UnityMolMain:

Static Public Member Functions

static string getVersionString ()
 
static SurfaceManager getSurfaceManager ()
 
static ArtemisManager getArtemisManager ()
 
static SecondaryStructureManager getSecondaryStructureManager ()
 
static GuidedNavigationManager getGuidedNavigationManager ()
 
static ElectrostaticManager getElectrostaticManager ()
 
static SugarManager getSugarManager ()
 
static GenericManager getCurrentAtomManager ()
 
static GenericManager getCurrentBondManager ()
 
static VRPN.VRPNManager getVRPNManager ()
 
static void setCurrentAtomManager (GenericManager manager)
 
static void setCurrentBondManager (GenericManager manager)
 
static BackendManager getBackendManager ()
 
static void setBackendManager (BackendManager backend)
 

Static Private Attributes

static string version = "0.9.6"
 
static SurfaceManager surfaceManager = new SurfaceManager()
 
static ArtemisManager artemisManager = new ArtemisManager()
 
static SecondaryStructureManager secondaryStructureManager = new SecondaryStructureManager()
 
static GuidedNavigationManager guidedNavigationManager = new GuidedNavigationManager()
 
static ElectrostaticManager electrostaticManager = new ElectrostaticManager()
 
static SugarManager sugarManager = new SugarManager()
 
static GenericManager atomManager
 
static GenericManager bondManager
 
static VRPN.VRPNManager vrpnManager = new VRPN.VRPNManager()
 
static BackendManager hirerna_backend
 

Detailed Description

Definition at line 4 of file UnityMolMain.cs.

Member Function Documentation

static ArtemisManager UnityMolMain.getArtemisManager ( )
static
static BackendManager UnityMolMain.getBackendManager ( )
static

Definition at line 73 of file UnityMolMain.cs.

References hirerna_backend.

Referenced by HiRERNAContestOldGUI.HiRERNAContestMenu().

+ Here is the caller graph for this function:

static GuidedNavigationManager UnityMolMain.getGuidedNavigationManager ( )
static

Definition at line 38 of file UnityMolMain.cs.

References guidedNavigationManager.

Referenced by Molecule3D.clearScene(), GuidedNavigationOldGUI.GuidedOptions(), and Reorient.Reorient.LoadSymmetry().

+ Here is the caller graph for this function:

static SecondaryStructureManager UnityMolMain.getSecondaryStructureManager ( )
static
static SugarManager UnityMolMain.getSugarManager ( )
static

Definition at line 46 of file UnityMolMain.cs.

References sugarManager.

static string UnityMolMain.getVersionString ( )
static

Definition at line 19 of file UnityMolMain.cs.

References version.

Referenced by BackendManager.PerformFormRequest(), and UI.GUIMoleculeController.RenderHelp().

+ Here is the caller graph for this function:

static VRPN.VRPNManager UnityMolMain.getVRPNManager ( )
static

Definition at line 58 of file UnityMolMain.cs.

References vrpnManager.

Referenced by Molecule3D.clearScene(), VRPNTestScript.Start(), VRPN.VRPNGUIController.Start(), and VRPNTestScript.Update().

+ Here is the caller graph for this function:

static void UnityMolMain.setBackendManager ( BackendManager  backend)
static

Definition at line 78 of file UnityMolMain.cs.

Referenced by HiRERNAContestOldGUI.HiRERNAContestMenu().

+ Here is the caller graph for this function:

static void UnityMolMain.setCurrentAtomManager ( GenericManager  manager)
static
static void UnityMolMain.setCurrentBondManager ( GenericManager  manager)
static

Member Data Documentation

ArtemisManager UnityMolMain.artemisManager = new ArtemisManager()
staticprivate

Definition at line 8 of file UnityMolMain.cs.

Referenced by getArtemisManager().

GenericManager UnityMolMain.atomManager
staticprivate

Definition at line 13 of file UnityMolMain.cs.

Referenced by getCurrentAtomManager().

GenericManager UnityMolMain.bondManager
staticprivate

Definition at line 14 of file UnityMolMain.cs.

Referenced by getCurrentBondManager().

ElectrostaticManager UnityMolMain.electrostaticManager = new ElectrostaticManager()
staticprivate

Definition at line 11 of file UnityMolMain.cs.

Referenced by getElectrostaticManager().

GuidedNavigationManager UnityMolMain.guidedNavigationManager = new GuidedNavigationManager()
staticprivate

Definition at line 10 of file UnityMolMain.cs.

Referenced by getGuidedNavigationManager().

BackendManager UnityMolMain.hirerna_backend
staticprivate

Definition at line 17 of file UnityMolMain.cs.

Referenced by getBackendManager().

SecondaryStructureManager UnityMolMain.secondaryStructureManager = new SecondaryStructureManager()
staticprivate

Definition at line 9 of file UnityMolMain.cs.

Referenced by getSecondaryStructureManager().

SugarManager UnityMolMain.sugarManager = new SugarManager()
staticprivate

Definition at line 12 of file UnityMolMain.cs.

Referenced by getSugarManager().

SurfaceManager UnityMolMain.surfaceManager = new SurfaceManager()
staticprivate

Definition at line 7 of file UnityMolMain.cs.

Referenced by getSurfaceManager().

string UnityMolMain.version = "0.9.6"
staticprivate

Definition at line 5 of file UnityMolMain.cs.

Referenced by getVersionString().

VRPN.VRPNManager UnityMolMain.vrpnManager = new VRPN.VRPNManager()
staticprivate

Definition at line 15 of file UnityMolMain.cs.

Referenced by getVRPNManager().


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