Frobby
0.9.5
|
#include <LatticeAlgs.h>
Public Member Functions | |
Neighbor () | |
Neighbor (const GrobLat &lat) | |
Neighbor (const GrobLat &lat, const size_t row) | |
Neighbor & | operator= (const Neighbor &neighbor) |
bool | operator== (const Neighbor &neighbor) const |
const mpq_class & | getH (size_t i) const |
size_t | getHDim () const |
const mpq_class & | getY (size_t i) const |
size_t | getYDim () const |
size_t | getRow () const |
bool | isZero () const |
bool | isValid () const |
bool | isSpecial () const |
bool | isGenerator () const |
string | getName () const |
const GrobLat & | getGrobLat () const |
Private Attributes | |
const GrobLat * | _lat |
size_t | _row |
Definition at line 86 of file LatticeAlgs.h.
Neighbor::Neighbor | ( | ) |
Definition at line 1398 of file LatticeAlgs.cpp.
Neighbor::Neighbor | ( | const GrobLat & | lat | ) |
Definition at line 1402 of file LatticeAlgs.cpp.
Neighbor::Neighbor | ( | const GrobLat & | lat, |
const size_t | row | ||
) |
Definition at line 1406 of file LatticeAlgs.cpp.
|
inline |
Definition at line 116 of file LatticeAlgs.h.
const mpq_class & Neighbor::getH | ( | size_t | i | ) | const |
Definition at line 1410 of file LatticeAlgs.cpp.
size_t Neighbor::getHDim | ( | ) | const |
Definition at line 1419 of file LatticeAlgs.cpp.
string Neighbor::getName | ( | ) | const |
Definition at line 1519 of file LatticeAlgs.cpp.
|
inline |
Definition at line 108 of file LatticeAlgs.h.
const mpq_class & Neighbor::getY | ( | size_t | i | ) | const |
Definition at line 1424 of file LatticeAlgs.cpp.
size_t Neighbor::getYDim | ( | ) | const |
Definition at line 1433 of file LatticeAlgs.cpp.
bool Neighbor::isGenerator | ( | ) | const |
Definition at line 1504 of file LatticeAlgs.cpp.
bool Neighbor::isSpecial | ( | ) | const |
Definition at line 1496 of file LatticeAlgs.cpp.
bool Neighbor::isValid | ( | ) | const |
Definition at line 1443 of file LatticeAlgs.cpp.
bool Neighbor::isZero | ( | ) | const |
Definition at line 1438 of file LatticeAlgs.cpp.
Definition at line 92 of file LatticeAlgs.h.
|
inline |
Definition at line 98 of file LatticeAlgs.h.
|
private |
Definition at line 119 of file LatticeAlgs.h.
|
private |
Definition at line 120 of file LatticeAlgs.h.