LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Weights used by Joe and Kuo in [14]. 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. More... | |
Protected Member Functions | |
virtual void | format (std::ostream &os) const |
Identifies the type of weights, formats them and outputs them on os . More... | |
Additional Inherited Members | |
Related Functions inherited from LatticeTester::Weights | |
std::ostream & | operator<< (std::ostream &os, const Weights &o) |
|
protectedvirtual |
Identifies the type of weights, formats them and outputs them on os
.
Implements LatticeTester::Weights.