#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 39 of file crystalcleavage.h.
|
|
|
Definition at line 64 of file crystalcleavage.h. References m_nh. |
|
Definition at line 68 of file crystalcleavage.h. References m_nk. |
|
Definition at line 72 of file crystalcleavage.h. References m_nl. |
|
|
|
|
|
|
|
Definition at line 60 of file crystalcleavage.h. References m_nPlanes. |
|
|
|
Miller's h index. Definition at line 103 of file crystalcleavage.h. Referenced by h(). |
|
Miller's k index. Definition at line 107 of file crystalcleavage.h. Referenced by k(). |
|
Miller's l index. Definition at line 111 of file crystalcleavage.h. Referenced by l(). |
|
Number of planes cleaved. Definition at line 115 of file crystalcleavage.h. Referenced by Planes(). |