UnityMol  1.0.25beta
UMol.UnityMolGenericRepresentationManager Class Referenceabstract
Inheritance diagram for UMol.UnityMolGenericRepresentationManager:
UMol.FieldLinesRepresentationManager UMol.UnityMolBondLineManager UMol.UnityMolCartoonManager UMol.UnityMolHBallMeshManager UMol.UnityMolHbondManager UMol.UnityMolHStickMeshManager UMol.UnityMolSphereManager UMol.UnityMolSurfaceManager

Public Member Functions

abstract void DisableRenderers ()
 Disables the renderers for all objects managed by the instance of the manager. More...
 
abstract void EnableRenderers ()
 Enables the renderers for all objects managed by the instance of the manager. More...
 
abstract void Init (SubRepresentation rep)
 Initializes this instance of the manager. More...
 
abstract void Clean ()
 
abstract void ShowShadows (bool show)
 
abstract void ShowHydrogens (bool show)
 
abstract void ShowSideChains (bool show)
 
abstract void ShowBackbone (bool show)
 
abstract void SetColor (Color col, UnityMolSelection sele)
 
abstract void SetColors (Color col, List< UnityMolAtom > atoms)
 
abstract void SetColors (List< Color > cols, List< UnityMolAtom > atoms)
 
abstract void SetColor (Color col, UnityMolAtom atom)
 
abstract void SetDistanceCueing (float distCueingValue)
 
abstract void updateWithTrajectory ()
 
abstract void updateWithModel ()
 
abstract void ShowAtom (UnityMolAtom atom, bool show)
 
abstract void SetSize (UnityMolAtom atom, float size)
 
abstract void SetSizes (List< UnityMolAtom > atoms, List< float > sizes)
 
abstract void SetSizes (List< UnityMolAtom > atoms, float size)
 
abstract void ResetSize (UnityMolAtom atom)
 
abstract void ResetSizes ()
 
abstract void ResetColor (UnityMolAtom atom)
 
abstract void ResetColors ()
 
abstract void HighlightRepresentation ()
 
abstract void DeHighlightRepresentation ()
 
abstract void SetSmoothness (float val)
 
abstract void SetMetal (float val)
 

Public Attributes

bool isEnabled = false
 State of the renderer More...
 
bool isInit = false
 State of the manager More...
 
bool areHydrogensOn = true
 Are hydrogens shown More...
 
bool areSideChainsOn = true
 Are side chains shown More...
 
bool isBackboneOn = true
 Is backbone shown More...
 

Member Function Documentation

◆ Clean()

◆ DeHighlightRepresentation()

◆ DisableRenderers()

abstract void UMol.UnityMolGenericRepresentationManager.DisableRenderers ( )
pure virtual

◆ EnableRenderers()

abstract void UMol.UnityMolGenericRepresentationManager.EnableRenderers ( )
pure virtual

◆ HighlightRepresentation()

◆ Init()

◆ ResetColor()

◆ ResetColors()

◆ ResetSize()

◆ ResetSizes()

◆ SetColor() [1/2]

◆ SetColor() [2/2]

◆ SetColors() [1/2]

◆ SetColors() [2/2]

abstract void UMol.UnityMolGenericRepresentationManager.SetColors ( List< Color >  cols,
List< UnityMolAtom atoms 
)
pure virtual

◆ SetDistanceCueing()

◆ SetMetal()

◆ SetSize()

◆ SetSizes() [1/2]

abstract void UMol.UnityMolGenericRepresentationManager.SetSizes ( List< UnityMolAtom atoms,
List< float >  sizes 
)
pure virtual

◆ SetSizes() [2/2]

◆ SetSmoothness()

◆ ShowAtom()

◆ ShowBackbone()

◆ ShowHydrogens()

◆ ShowShadows()

◆ ShowSideChains()

◆ updateWithModel()

◆ updateWithTrajectory()

Member Data Documentation

◆ areHydrogensOn

bool UMol.UnityMolGenericRepresentationManager.areHydrogensOn = true

Are hydrogens shown

◆ areSideChainsOn

bool UMol.UnityMolGenericRepresentationManager.areSideChainsOn = true

Are side chains shown

◆ isBackboneOn

bool UMol.UnityMolGenericRepresentationManager.isBackboneOn = true

Is backbone shown

◆ isEnabled

bool UMol.UnityMolGenericRepresentationManager.isEnabled = false

State of the renderer

◆ isInit

bool UMol.UnityMolGenericRepresentationManager.isInit = false

State of the manager


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