Bsoft object
struct Bsymmetry
Source:
include/symmetry.h
Description:
General symmetry structure.
Features:
Both point groups and space groups are covered.
Code:
struct Bsymmetry {
int point;
// Point group (< 1 if a crystal)
int space;
// Space group (< 1 if not a crystal)
char label[80];
// Label
int n;
// Number of symmetry operators
Bsymop* op;
// Symmetry operators
} ;
Other objects included:
struct Bangle
Generated by bdoc.pl on Mon Jun 15 11:55:12 2009
Back to the Bsoft home