DSQSS
1.1
|
#include <algorithm.hpp>
Public メソッド | |
Algorithm (char *FNAME) | |
Algorithm () | |
~Algorithm () | |
void | read () |
void | initialize () |
void | initializer (int i) |
void | set_i (int n) |
void | set_alg (int n) |
SiteProperty & | getSiteProperty (int i) |
InteractionProperty & | getInteractionProperty (int i) |
VertexProperty & | getVertexProperty (int i) |
void | dump () |
Public 変数 | |
int | NSTYPE |
int | NITYPE |
int | NVTYPE |
int | NXMAX |
double | WDIAG |
int | MXNIC1 |
Private 変数 | |
XML::Block | X |
Array< SiteProperty > | SPROP |
Array< InteractionProperty > | IPROP |
Array< VertexProperty > | VPROP |
int | ix |
algorithm.hpp の 198 行で定義されています。
Algorithm | ( | char * | FNAME | ) | [inline] |
Algorithm | ( | ) | [inline] |
algorithm.hpp の 274 行で定義されています。
~Algorithm | ( | ) | [inline] |
algorithm.hpp の 673 行で定義されています。
void dump | ( | ) | [inline] |
InteractionProperty& getInteractionProperty | ( | int | i | ) | [inline] |
SiteProperty& getSiteProperty | ( | int | i | ) | [inline] |
VertexProperty& getVertexProperty | ( | int | i | ) | [inline] |
void initialize | ( | ) |
void initializer | ( | int | i | ) |
void read | ( | ) |
void set_alg | ( | int | n | ) |
void set_i | ( | int | n | ) | [inline] |
Array<InteractionProperty> IPROP [private] |
algorithm.hpp の 204 行で定義されています。
int ix [private] |
algorithm.hpp の 208 行で定義されています。
int MXNIC1 |
algorithm.hpp の 231 行で定義されています。
int NITYPE |
algorithm.hpp の 221 行で定義されています。
int NSTYPE |
algorithm.hpp の 220 行で定義されています。
int NVTYPE |
algorithm.hpp の 222 行で定義されています。
int NXMAX |
algorithm.hpp の 223 行で定義されています。
Array<SiteProperty> SPROP [private] |
algorithm.hpp の 203 行で定義されています。
Array<VertexProperty> VPROP [private] |
algorithm.hpp の 205 行で定義されています。
double WDIAG |
algorithm.hpp の 224 行で定義されています。
XML::Block X [private] |
algorithm.hpp の 202 行で定義されています。