The Bond class represents a bond to be used with the Molecule class.
More...
#include <Bond.hpp>
List of all members.
Detailed Description
The Bond class represents a bond to be used with the Molecule class.
- See also:
-
Constructor & Destructor Documentation
| vlMolecule::Bond::Bond |
( |
) |
[inline] |
| vlMolecule::Bond::Bond |
( |
const Bond & |
other ) |
[inline] |
Member Function Documentation
| virtual const char* vlMolecule::Bond::className |
( |
) |
[inline, virtual] |
Returns the name of the class.
Reimplemented from vl::Object.
| unsigned int vlMolecule::Bond::id |
( |
) |
const [inline] |
| void vlMolecule::Bond::setId |
( |
unsigned int |
id ) |
[inline] |
| void vlMolecule::Bond::setBondType |
( |
EBondType |
type ) |
[inline] |
| EBondType vlMolecule::Bond::bondType |
( |
) |
const [inline] |
| void vlMolecule::Bond::setAtom1 |
( |
Atom * |
atom ) |
[inline] |
| Atom* vlMolecule::Bond::atom1 |
( |
) |
const [inline] |
| void vlMolecule::Bond::setAtom2 |
( |
Atom * |
atom ) |
[inline] |
| Atom* vlMolecule::Bond::atom2 |
( |
) |
const [inline] |
| void vlMolecule::Bond::setVisible |
( |
bool |
visible ) |
[inline] |
| bool vlMolecule::Bond::visible |
( |
) |
const [inline] |
| void vlMolecule::Bond::setColor |
( |
const vl::fvec4 & |
color ) |
[inline] |
| const vl::fvec4& vlMolecule::Bond::color |
( |
) |
const [inline] |
| void vlMolecule::Bond::setUseAtomColors |
( |
bool |
use_atom_color ) |
[inline] |
| bool vlMolecule::Bond::useAtomColors |
( |
) |
const [inline] |
| float vlMolecule::Bond::radius |
( |
) |
const [inline] |
| void vlMolecule::Bond::setRadius |
( |
float |
radius ) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- C:/VL/BuildSystem/VL_DISTRO/Visualization_Library_SDK/src/vlMolecule/Bond.hpp