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

Public Member Functions

void addRibbon (GameObject rib)
 
GameObject[] getRibbons ()
 
void DestroyRibbons ()
 
void CreateRibbons ()
 

Private Attributes

List< GameObject > ribbonsList = new List<GameObject>()
 
GameObject ribbonsParent = new GameObject ("RibbonsParent")
 

Detailed Description

Definition at line 5 of file SecondaryStructureManager.cs.

Member Function Documentation

void SecondaryStructureManager.addRibbon ( GameObject  rib)

Definition at line 11 of file SecondaryStructureManager.cs.

Referenced by PostProcessing.SubGenerateMeshes().

+ Here is the caller graph for this function:

void SecondaryStructureManager.CreateRibbons ( )

Definition at line 27 of file SecondaryStructureManager.cs.

References Ribbons.CreateRibbons().

Referenced by SecSGUI.EnableSecS(), GuidedNavigationManager.ResetChainsPos(), SecondaryStructureOldGUI.SecStructMenu(), and SecSGUI.UpdateRibbonsProp().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void SecondaryStructureManager.DestroyRibbons ( )
GameObject [] SecondaryStructureManager.getRibbons ( )

Definition at line 17 of file SecondaryStructureManager.cs.

Member Data Documentation

List<GameObject> SecondaryStructureManager.ribbonsList = new List<GameObject>()
private

Definition at line 8 of file SecondaryStructureManager.cs.

GameObject SecondaryStructureManager.ribbonsParent = new GameObject ("RibbonsParent")
private

Definition at line 9 of file SecondaryStructureManager.cs.


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