|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
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") |
Definition at line 5 of file SecondaryStructureManager.cs.
| 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 | ( | ) |
Definition at line 21 of file SecondaryStructureManager.cs.
Referenced by SecSGUI.EnableSecS(), GuidedNavigationManager.ResetChainsPos(), SecondaryStructureOldGUI.SecStructMenu(), and SecSGUI.UpdateRibbonsProp().
Here is the caller graph for this function:| GameObject [] SecondaryStructureManager.getRibbons | ( | ) |
Definition at line 17 of file SecondaryStructureManager.cs.
|
private |
Definition at line 8 of file SecondaryStructureManager.cs.
|
private |
Definition at line 9 of file SecondaryStructureManager.cs.