|
TBTK
|
#include <Magnetization.h>
Public Member Functions | |
| Magnetization (int dimensions, const int *ranges) | |
| ~Magnetization () | |
| int | getDimensions () const |
| const int * | getRanges () const |
| int | getSize () const |
| const std::complex< double > * | getData () const |
Friends | |
| class | TBTK::CPropertyExtractor |
| class | TBTK::DPropertyExtractor |
| class | TBTK::FileReader |
Container for magnetization.
| TBTK::Property::Magnetization::Magnetization | ( | int | dimensions, |
| const int * | ranges | ||
| ) |
Constructor.
| TBTK::Property::Magnetization::~Magnetization | ( | ) |
Destructor.
|
inline |
Get magnetization data.
|
inline |
Get the dimension of the magnetization.
|
inline |
Get the ranges for the dimensions of the magnetization.
|
inline |
Get the number of data elements.
|
friend |
CPropertyExtractor is a friend class to allow it to write magnetiation data.
|
friend |
DPropertyExtractor is a friend class to allow it to write magnetiation data.
|
friend |
FileReader is a friend class to allow it to write magnetiation data.
1.8.11