#include <gcu/crystalcleavage.h>
Public Member Functions | |
| CrystalCleavage (CrystalCleavage &ccCleavage) | |
| int & | Planes () |
| int & | h () |
| int & | k () |
| int & | l () |
| CrystalCleavage & | operator= (CrystalCleavage &ccCleavage) |
| bool | operator== (CrystalCleavage &ccCleavage) |
| xmlNodePtr | Save (xmlDocPtr xml) |
| bool | Load (xmlNodePtr node) |
Protected Attributes | |
| int | m_nh |
| int | m_nk |
| int | m_nl |
| int | m_nPlanes |
Definition at line 41 of file crystalcleavage.h.
|
|
|
|
|
Definition at line 66 of file crystalcleavage.h. References m_nh. |
|
|
Definition at line 70 of file crystalcleavage.h. References m_nk. |
|
|
Definition at line 74 of file crystalcleavage.h. References m_nl. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file crystalcleavage.h. References m_nPlanes. |
|
|
|
|
|
Miller's h index. Definition at line 105 of file crystalcleavage.h. Referenced by h(). |
|
|
Miller's k index. Definition at line 109 of file crystalcleavage.h. Referenced by k(). |
|
|
Miller's l index. Definition at line 113 of file crystalcleavage.h. Referenced by l(). |
|
|
Number of planes cleaved. Definition at line 117 of file crystalcleavage.h. Referenced by Planes(). |
1.4.1