Declaration of the power table class CPowerTable.
const uint32_t GetOrder() const
Get the order of the permutation.
bool IsIdentity() const
Identity permutation test.
~CPowerTable()
Destructor.
uint32_t m_nOrder
Order of the underlying permutation.
uint8_t GetSize() const
Get size.
const CPerm & operator[](int n) const
Look up power of permutation.
std::vector< CPerm * > m_stdPower
Table of powers.
void Initialize(const CPerm &p)
Initialize.