|
Lattice Tester Online Documentation unknown
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
|
Specifies weights that are the same (usually 1) for all projections. More...
Public Member Functions | |
| WeightsUniform (Weight weight) | |
| Constructs uniform weights. | |
| virtual | ~WeightsUniform () |
| Destructor. | |
| virtual Weight | getWeight (const Coordinates &) const |
| Returns the same weight regardless of the specified indices. | |
| Public Member Functions inherited from LatticeTester::Weights | |
| virtual | ~Weights () |
| Destructor. | |
| virtual uint64_t | interlacingFactor () const |
| Returns the interlacing factor of the weights. | |
Protected Member Functions | |
| virtual void | format (std::ostream &os) const |
Identifies the type of weights, formats them and outputs them on os. | |
Protected Attributes | |
| Weight | m_weight |
Additional Inherited Members | |
| Related Symbols inherited from LatticeTester::Weights | |
| std::ostream & | operator<< (std::ostream &os, const Weights &o) |
Identifies the type of weights, formats them and outputs them on os. | |
Specifies weights that are the same (usually 1) for all projections.
|
inlineexplicit |
Constructs uniform weights.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
Returns the same weight regardless of the specified indices.
Implements LatticeTester::Weights.
|
inlineprotectedvirtual |
Identifies the type of weights, formats them and outputs them on os.
Subclasses that implement Weights should identify themselves in the output.
Implements LatticeTester::Weights.
|
protected |