LatNet Builder Manual
2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
|
Product and order-dependent (POD) weights. More...
#include <PODWeights.h>
Inherits LatticeTester::Weights.
Public Member Functions | |
PODWeights () | |
Constructs order-dependent weights with default weight. | |
virtual | ~PODWeights () |
Destructor. | |
virtual Weight | getWeight (const Coordinates &projection) const |
Returns the weight of the projection specified by projection . | |
OrderDependentWeights & | getOrderDependentWeights () |
Returns the order-dependent part of the weights. | |
const OrderDependentWeights & | getOrderDependentWeights () const |
ProductWeights & | getProductWeights () |
Returns the product part of the weights. | |
const ProductWeights & | getProductWeights () const |
double | getWeightForOrder (Coordinates::size_type order) const |
double | getWeightForCoordinate (Coordinates::size_type coordinate) const |
Public Member Functions inherited from LatticeTester::Weights | |
virtual | ~Weights () |
Destructor. | |
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... | |
Protected Attributes | |
OrderDependentWeights | m_orderDependentWeights |
ProductWeights | m_productWeights |
Additional Inherited Members | |
Related Functions inherited from LatticeTester::Weights | |
std::ostream & | operator<< (std::ostream &os, const Weights &o) |
Product and order-dependent (POD) weights.
This class implements POD weights. The weight of a projection depends on the order of the projection and on the coordinates that are in the projection.
|
protectedvirtual |
Identifies the type of weights, formats them and outputs them on os
.
Implements LatticeTester::Weights.