UnityMol  1.0.25beta
ForceFields.FFAtom Class Reference

Class FFAtom Container for atom parameters in a force field. Subclass if you need to add more detailed info. More...

Public Member Functions

 FFAtom (string parent, string name, string type)
 
override String ToString ()
 

Public Attributes

string parent
 
string name
 
string type
 
float charge = 0.0f
 

Detailed Description

Class FFAtom Container for atom parameters in a force field. Subclass if you need to add more detailed info.

Constructor & Destructor Documentation

◆ FFAtom()

ForceFields.FFAtom.FFAtom ( string  parent,
string  name,
string  type 
)

Member Function Documentation

◆ ToString()

override String ForceFields.FFAtom.ToString ( )

Member Data Documentation

◆ charge

float ForceFields.FFAtom.charge = 0.0f

◆ name

string ForceFields.FFAtom.name

◆ parent

string ForceFields.FFAtom.parent

◆ type

string ForceFields.FFAtom.type

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