#include <ising.h>
Public Member Functions | |
| Path (int nc=0, int nx=100, int ny=100, int nz=1) | |
| ~Path () | |
| void | Alloc (int nc, int nx, int ny, int nz) |
| void | Free () |
| void | Append (int i, int j, int k, int s) |
| void | SetS0 (int *s) |
Public Attributes | |
| int | maxlen |
| int | len |
| int | _NX |
| int | _NY |
| int | _NZ |
| int | Ntot |
| int * | _S0 |
| int | S0tot |
| int * | ix |
| int * | iy |
| int * | iz |
| int * | newS |
| int * | newStot |
Private Types | |
| enum | { blocksize = 10000 } |
Definition at line 58 of file ising.h.
| Path::Path | ( | int | nc = 0, |
|
| int | nx = 100, |
|||
| int | ny = 100, |
|||
| int | nz = 1 | |||
| ) | [inline] |
| void Path::Alloc | ( | int | nc, | |
| int | nx, | |||
| int | ny, | |||
| int | nz | |||
| ) |
| void Path::Append | ( | int | i, | |
| int | j, | |||
| int | k, | |||
| int | s | |||
| ) |
| void Path::Free | ( | ) |
Referenced by ~Path().
| void Path::SetS0 | ( | int * | s | ) |
| int Path::maxlen |
| int * Path::newS |
| int * Path::newStot |
| int Path::Ntot |
| int Path::S0tot |
1.5.7.1