DSQSS
1.1
|
#include <dla_alg.h>
Public メソッド | |
InitialConfiguration () | |
~InitialConfiguration () | |
bool | isValid () |
void | setV (VERTEX &V0) |
VERTEX & | V () |
void | init (VERTEX &V, int sti, int inc, int xinc, int NICmax) |
bool | isKink () |
int & | id () |
double | weight () |
double | vertex_weight () |
double | worm_weight () |
void | dump () |
void | write () |
Public 変数 | |
int | NBODY |
int | NLEG |
int | NCH |
int | STI |
int | XINC |
int | INC |
int * | State |
int * | FinalState |
int * | FinalDirection |
double * | ScatteringProbability |
VERTEX * | _V |
Private 変数 | |
int | ID |
Static Private 変数 | |
static int | LastID = 0 |
フレンド | |
class | InitialConfigurationGroup |
InitialConfiguration | ( | ) | [inline] |
~InitialConfiguration | ( | ) | [inline] |
void dump | ( | ) |
bool isKink | ( | ) |
bool isValid | ( | ) |
double vertex_weight | ( | ) |
double weight | ( | ) |
double worm_weight | ( | ) |
void write | ( | ) |
friend class InitialConfigurationGroup [friend] |
int* FinalDirection |
int* FinalState |
double* ScatteringProbability |