![]() |
UnityMol
1.0.25beta
|
Public Member Functions | |
override void | DisableRenderers () |
Disables the renderers for all objects managed by the instance of the manager. More... | |
override void | EnableRenderers () |
Enables the renderers for all objects managed by the instance of the manager. More... | |
void | SwitchComputeMethod () |
void | SwitchCutSurface (bool isCut) |
override void | Init (SubRepresentation umolRep) |
Initializes this instance of the manager. More... | |
override void | Clean () |
override void | ShowShadows (bool show) |
override void | ShowHydrogens (bool show) |
override void | ShowSideChains (bool show) |
override void | ShowBackbone (bool show) |
void | ApplyColors () |
override void | SetColor (Color col, UnityMolSelection sele) |
override void | SetColor (Color col, UnityMolAtom a) |
void | SetColor (Color col, UnityMolAtom a, bool applyNow) |
void | ClearAO () |
override void | SetColors (Color col, List< UnityMolAtom > atoms) |
override void | SetColors (List< Color > cols, List< UnityMolAtom > atoms) |
void | ColorByCharge (bool normalizeDens, float minDens, float maxDens) |
override void | SetDistanceCueing (float distCueingValue) |
override void | updateWithTrajectory () |
As it is SUPER slow, do not update surface representations with trajectory for now More... | |
override void | updateWithModel () |
override void | ShowAtom (UnityMolAtom atom, bool show) |
override void | SetSize (UnityMolAtom atom, float size) |
override void | ResetSize (UnityMolAtom atom) |
override void | ResetSizes () |
override void | SetSizes (List< UnityMolAtom > atoms, List< float > sizes) |
override void | SetSizes (List< UnityMolAtom > atoms, float size) |
override void | ResetColor (UnityMolAtom atom) |
override void | ResetColors () |
void | SwitchWireframe () |
void | SwitchTransparent (bool force=false) |
override void | HighlightRepresentation () |
override void | DeHighlightRepresentation () |
override void | SetSmoothness (float val) |
override void | SetMetal (float val) |
void | SetAlpha (float alpha) |
Static Public Member Functions | |
static Color | dxDensityToColor (float dens, float minD, float maxD) |
static Color32 | dxDensityToColor32 (float dens, float minD, float maxD) |
Public Attributes | |
ISurfaceRepresentation | atomRep |
bool | isWireframe = false |
bool | isTransparent = false |
![]() | |
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... | |
void UMol.UnityMolSurfaceManager.ApplyColors | ( | ) |
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
void UMol.UnityMolSurfaceManager.ClearAO | ( | ) |
void UMol.UnityMolSurfaceManager.ColorByCharge | ( | bool | normalizeDens, |
float | minDens, | ||
float | maxDens | ||
) |
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Disables the renderers for all objects managed by the instance of the manager.
Implements UMol.UnityMolGenericRepresentationManager.
|
static |
|
static |
|
virtual |
Enables the renderers for all objects managed by the instance of the manager.
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Initializes this instance of the manager.
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
void UMol.UnityMolSurfaceManager.SetAlpha | ( | float | alpha | ) |
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
void UMol.UnityMolSurfaceManager.SetColor | ( | Color | col, |
UnityMolAtom | a, | ||
bool | applyNow | ||
) |
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
void UMol.UnityMolSurfaceManager.SwitchComputeMethod | ( | ) |
void UMol.UnityMolSurfaceManager.SwitchCutSurface | ( | bool | isCut | ) |
void UMol.UnityMolSurfaceManager.SwitchTransparent | ( | bool | force = false | ) |
void UMol.UnityMolSurfaceManager.SwitchWireframe | ( | ) |
|
virtual |
Implements UMol.UnityMolGenericRepresentationManager.
|
virtual |
As it is SUPER slow, do not update surface representations with trajectory for now
Implements UMol.UnityMolGenericRepresentationManager.
ISurfaceRepresentation UMol.UnityMolSurfaceManager.atomRep |
bool UMol.UnityMolSurfaceManager.isTransparent = false |
bool UMol.UnityMolSurfaceManager.isWireframe = false |