21 int rr = abs(road) - 1;
23 h2 = 1 + (rr / 256) % 16;
24 h3 = 1 + (rr / 16) % 16;
26 tb = road / abs(road);
31 int rr = 4096*(h1-1) + 256*(h2-1) + 16*(h3-1) + h4;
40 if (level > 0) oss <<
"[" <<
H1X <<
"," <<
H2X <<
"," <<
H3X <<
"," <<
H4X <<
"]";
41 if (level > 1) oss << (
charge > 0 ?
'+' :
'-');
static void Road2Hodo(const int road, int &h1, int &h2, int &h3, int &h4, int &tb)
std::string str(const int level=0) const
static int Hodo2Road(const int h1, const int h2, const int h3, const int h4, const int tb)