|
LatNet Builder Manual 2.1.3-6
Software Package for Constructing Highly Uniform Point Sets
|
Weights used by Joe and Kuo in [13]. More...
#include <JoeKuo.h>
Inherits LatticeTester::Weights.
Public Member Functions | |
| virtual | ~Weights () |
| Destructor. | |
| virtual std::string | name () const |
| Weights (const Weights &)=default | |
| Copy constructor. | |
| virtual LatticeTester::Weight | getWeight (const LatticeTester::Coordinates &projection) const |
Returns the weight of the projection specified by projection. | |
| Public Member Functions inherited from LatticeTester::Weights | |
| virtual unsigned int | 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. | |
Additional Inherited Members | |
| Related Symbols inherited from LatticeTester::Weights | |
| typedef double | Weight |
| Scalar weight type. | |
| std::ostream & | operator<< (std::ostream &os, const Weights &o) |
Identifies the type of weights, formats them and outputs them on os. | |
|
inlinevirtual |
Destructor.
Reimplemented from LatticeTester::Weights.
|
protectedvirtual |
Identifies the type of weights, formats them and outputs them on os.
Implements LatticeTester::Weights.
|
virtual |
Returns the weight of the projection specified by projection.
Implements LatticeTester::Weights.