LIBINT
2.6.0
|
Oper is OperSet characterized by properties Props. More...
#include <oper.h>
Public Types | |
typedef Props | Properties |
![]() | |
typedef DummyIterator | iter_type |
Public Member Functions | |
int | psymm (int i, int j) const |
Implementation of OperSet::psymm() | |
int | hermitian (int p) const |
Implementation of OperSet::hermitian() | |
bool | origin_dependent () const |
Implementation of OperSet::origin_dependent() | |
bool | operator== (const Oper &) const |
![]() | |
virtual std::string | description () const =0 |
Returns full human-readable description of the operator. | |
virtual std::string | label () const =0 |
Returns short label for the operator. | |
virtual unsigned int | num_oper () const =0 |
Number of operators in the set. | |
Protected Member Functions | |
Oper () | |
The only declared constructor is only useable by derived classes. | |