#include <measure_tool.hh>
Public Types | |
| enum | Type { DIST, ANGL, DIHE } |
Public Member Functions | |
| Measurement (mol::AtomHandleList ahl, gfx::Color col, Real line_width) | |
| Real | GetMeasurement () const |
| Type | GetType () const |
| String | GetName () const |
| mol::AtomHandleList | GetAtoms () const |
| gfx::Color | GetColor () const |
| void | SetColor (gfx::Color c) |
| Real | GetLineWidth () const |
| void | SetLineWidth (Real w) |
| bool | IsValid () const |
Definition at line 34 of file measure_tool.hh.
| enum Type |
Definition at line 36 of file measure_tool.hh.
| Measurement | ( | mol::AtomHandleList | ahl, | |
| gfx::Color | col, | |||
| Real | line_width | |||
| ) |
| mol::AtomHandleList GetAtoms | ( | ) | const |
| gfx::Color GetColor | ( | ) | const |
| Real GetLineWidth | ( | ) | const |
| Real GetMeasurement | ( | ) | const |
| String GetName | ( | ) | const |
| Type GetType | ( | ) | const |
| bool IsValid | ( | ) | const |
| void SetColor | ( | gfx::Color | c | ) |
| void SetLineWidth | ( | Real | w | ) |
1.6.1