|
LatNet Builder Manual 2.1.3-6
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. | |
Protected Member Functions | |
| virtual void | format (std::ostream &os) const |
Static factory method; create a PODWeights object by parsing XML data. | |
Protected Attributes | |
| OrderDependentWeights | m_orderDependentWeights |
| ProductWeights | m_productWeights |
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. | |
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 |
Static factory method; create a PODWeights object by parsing XML data.
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.