DSQSS
1.1
|
#include <objects.hpp>
Public メソッド | |
void | init () |
void | init_WORM () |
void | init_TERM (Segment &S) |
void | init (double t, VertexProperty &VP) |
void | init (Interaction *O_I, double t, VertexProperty &VP) |
BareVertex () | |
~BareVertex () | |
int | NBODY () const |
int | NLEG () const |
bool | isTerminal () const |
bool | isTail () const |
int | id () const |
int | size () const |
bool | isKink () |
Segment & | S (int i) |
void | setS (int dir, Segment &s) |
int | X (int i) |
double | time () const |
void | setTime (double t) |
int | which (Segment &s) |
void | replace (Segment &Sold, Segment &Snew) |
bool | check () |
void | setProperty (VertexProperty &P) |
int | type () |
int | category () |
VertexProperty & | property () |
VertexInitialConfiguration & | getInitialConfiguration (int inc, int xinc) |
void | dump () |
Interaction * | getONINTERACTION () |
void | setONINTERACTION (Interaction *on_interaction) |
Private 変数 | |
int | ID |
VertexProperty * | _VP |
double | TIME |
Array< Segment * > | _s |
Interaction * | ONINTERACTION |
Static Private 変数 | |
static int | lastID = 0 |
objects.hpp の 99 行で定義されています。
BareVertex | ( | ) | [inline] |
~BareVertex | ( | ) | [inline] |
objects.hpp の 144 行で定義されています。
int category | ( | ) | [inline] |
bool check | ( | ) | [inline] |
void dump | ( | ) |
VertexInitialConfiguration & getInitialConfiguration | ( | int | inc, |
int | xinc | ||
) | [inline] |
Interaction* getONINTERACTION | ( | ) | [inline] |
int id | ( | ) | const [inline] |
void init | ( | ) | [inline] |
void init | ( | double | t, |
VertexProperty & | VP | ||
) | [inline] |
void init | ( | Interaction * | O_I, |
double | t, | ||
VertexProperty & | VP | ||
) | [inline] |
void init_WORM | ( | ) | [inline] |
bool isKink | ( | ) | [inline] |
bool isTail | ( | ) | const [inline] |
objects.hpp の 586 行で定義されています。
bool isTerminal | ( | ) | const [inline] |
int NBODY | ( | ) | const [inline] |
int NLEG | ( | ) | const [inline] |
VertexProperty& property | ( | ) | [inline] |
void setONINTERACTION | ( | Interaction * | on_interaction | ) | [inline] |
objects.hpp の 223 行で定義されています。
void setProperty | ( | VertexProperty & | P | ) | [inline] |
objects.hpp の 190 行で定義されています。
void setTime | ( | double | t | ) | [inline] |
int size | ( | ) | const [inline] |
double time | ( | ) | const [inline] |
int type | ( | ) | [inline] |
int X | ( | int | i | ) | [inline] |
objects.hpp の 107 行で定義されています。
VertexProperty* _VP [private] |
objects.hpp の 105 行で定義されています。
int ID [private] |
objects.hpp の 104 行で定義されています。
int lastID = 0 [static, private] |
objects.hpp の 103 行で定義されています。
Interaction* ONINTERACTION [private] |
objects.hpp の 108 行で定義されています。
double TIME [private] |
objects.hpp の 106 行で定義されています。