![]() |
UnityMol
1.0.25beta
|
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... | |
|
pure virtual |
|
pure virtual |
|
pure virtual |
Disables the renderers for all objects managed by the instance of the manager.
Implemented in UMol.UnityMolHStickMeshManager, UMol.UnityMolHBallMeshManager, UMol.UnityMolBondLineManager, UMol.UnityMolSphereManager, UMol.UnityMolHbondManager, UMol.FieldLinesRepresentationManager, UMol.UnityMolSurfaceManager, and UMol.UnityMolCartoonManager.
|
pure virtual |
Enables the renderers for all objects managed by the instance of the manager.
Implemented in UMol.UnityMolHStickMeshManager, UMol.UnityMolHBallMeshManager, UMol.UnityMolBondLineManager, UMol.UnityMolSphereManager, UMol.UnityMolHbondManager, UMol.FieldLinesRepresentationManager, UMol.UnityMolSurfaceManager, and UMol.UnityMolCartoonManager.
|
pure virtual |
|
pure virtual |
Initializes this instance of the manager.
Implemented in UMol.UnityMolSurfaceManager, UMol.UnityMolCartoonManager, UMol.UnityMolHBallMeshManager, UMol.UnityMolHStickMeshManager, UMol.UnityMolBondLineManager, UMol.UnityMolSphereManager, UMol.UnityMolHbondManager, and UMol.FieldLinesRepresentationManager.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
bool UMol.UnityMolGenericRepresentationManager.areHydrogensOn = true |
Are hydrogens shown
bool UMol.UnityMolGenericRepresentationManager.areSideChainsOn = true |
Are side chains shown
bool UMol.UnityMolGenericRepresentationManager.isBackboneOn = true |
Is backbone shown
bool UMol.UnityMolGenericRepresentationManager.isEnabled = false |
State of the renderer
bool UMol.UnityMolGenericRepresentationManager.isInit = false |
State of the manager