scala::UnitCellSet Class Reference
List of all members.
Public Member Functions |
|
| UnitCellSet () |
| | A group of unit cells, to averages and deviations etc.
|
|
| UnitCellSet (const std::vector< Scell > &Cells) |
| | Construct from list of cells.
|
|
void | init (const std::vector< Scell > &Cells) |
| | Initialise from list of cells.
|
|
void | AddCell (const Scell &Cell) |
| | Add in a cell.
|
|
int | Number () const |
| | Number of cells stored.
|
|
std::vector< Scell > | Cells () const |
| | return all cells stored
|
|
Scell | AverageCell () const |
|
std::vector< double > | Deviations () const |
| | return list of deviations (A) from average of other cells
|
|
double | WorstDeviation () const |
| | return worst deviation (A)
|
|
std::vector< double > | RmsD () const |
| | return list of rms deviations for each cell parameter
|
|
Scell | Average (const int &idxexclude=-1) const |
| | Average list of cells, if idxexclude >= 0, exclude entry with this index.
|
The documentation for this class was generated from the following files: