UnityMol  1.0.25beta
UMol.BondRepresentationHbonds Class Reference
Inheritance diagram for UMol.BondRepresentationHbonds:
UMol.BondRepresentation

Public Member Functions

 BondRepresentationHbonds (string structName, UnityMolSelection sel)
 
void DisplayHBonds (Transform repParent)
 
void Clear ()
 
void recompute ()
 
void recomputeLight ()
 
- Public Member Functions inherited from UMol.BondRepresentation
 BondRepresentation (UnityMolSelection sel)
 
 BondRepresentation ()
 

Public Attributes

List< GameObject > meshesGO
 
Mesh curMesh
 
Dictionary< UnityMolAtom, List< GameObject > > atomToGo
 
Dictionary< UnityMolAtom, List< Mesh > > atomToMeshes
 
Dictionary< UnityMolAtom, List< int > > atomToVertices
 
UnityMolBonds hbonds
 
- Public Attributes inherited from UMol.BondRepresentation
UnityMolSelection selection
 
Transform representationParent
 
Transform representationTransform
 
int nbBonds
 

Additional Inherited Members

- Properties inherited from UMol.BondRepresentation
Dictionary< UnityMolAtom, UnityMolAtom[]> Dbonds [get]
 

Constructor & Destructor Documentation

◆ BondRepresentationHbonds()

UMol.BondRepresentationHbonds.BondRepresentationHbonds ( string  structName,
UnityMolSelection  sel 
)

Member Function Documentation

◆ Clear()

void UMol.BondRepresentationHbonds.Clear ( )

◆ DisplayHBonds()

void UMol.BondRepresentationHbonds.DisplayHBonds ( Transform  repParent)

◆ recompute()

void UMol.BondRepresentationHbonds.recompute ( )

◆ recomputeLight()

void UMol.BondRepresentationHbonds.recomputeLight ( )

Member Data Documentation

◆ atomToGo

Dictionary<UnityMolAtom, List<GameObject> > UMol.BondRepresentationHbonds.atomToGo

◆ atomToMeshes

Dictionary<UnityMolAtom, List<Mesh> > UMol.BondRepresentationHbonds.atomToMeshes

◆ atomToVertices

Dictionary<UnityMolAtom, List<int> > UMol.BondRepresentationHbonds.atomToVertices

◆ curMesh

Mesh UMol.BondRepresentationHbonds.curMesh

◆ hbonds

UnityMolBonds UMol.BondRepresentationHbonds.hbonds

◆ meshesGO

List<GameObject> UMol.BondRepresentationHbonds.meshesGO

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