#include <ising_window.h>
|
| Window (gridSizes sizes, float3 B, float J, float beta, SimulationType simulationType, bool heat, QWidget *parent=0) |
|
void | paintEvent (QPaintEvent *) |
|
| Window (gridDim dim, float3 B, float J, float beta, simulationType simulationType, bool heat, QWidget *parent=0) |
|
void | paintEvent (QPaintEvent *) |
|
Definition at line 23 of file ising_window.h.
◆ Window() [1/2]
Window::Window |
( |
gridSizes |
sizes, |
|
|
float3 |
B, |
|
|
float |
J, |
|
|
float |
beta, |
|
|
SimulationType |
simulationType, |
|
|
bool |
heat, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ Window() [2/2]
Window::Window |
( |
gridDim |
dim, |
|
|
float3 |
B, |
|
|
float |
J, |
|
|
float |
beta, |
|
|
simulationType |
simulationType, |
|
|
bool |
heat, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ paintEvent() [1/2]
void Window::paintEvent |
( |
QPaintEvent * |
| ) |
|
◆ paintEvent() [2/2]
void Window::paintEvent |
( |
QPaintEvent * |
| ) |
|
◆ grid [1/2]
std::unique_ptr<HB::Grid<short int> > Window::grid |
|
private |
◆ grid [2/2]
std::unique_ptr<Grid<short int> > Window::grid |
|
private |
◆ models [1/2]
◆ models [2/2]
The documentation for this class was generated from the following files: