TBTK
|
Need a break? Support the development by playing Polarity Puzzles |
#include <PropertyExtractor.h>
Public Member Functions | |
Information () | |
void | setSpinIndex (int spinIndex) |
int | getSpinIndex () const |
Info class that is able to pass the most common parameters between calculate-functions and the corresponding callbacks. Calculations requiring more advanced features should override this class and perform a type cast in the callbacks.
TBTK::PropertyExtractor::PropertyExtractor::Information::Information | ( | ) |
Constructs a PropertyExtractor::PropertyExtractor::Information.
|
inline |
Get the subindex for the spin index.
|
inline |
Set the subindex for the spin index.
spinIndex | The subindex that is the spin index. |