LatNet Builder Manual  2.0.1-11
Software Package for Constructing Highly Uniform Point Sets
NetBuilder::Parser::ComputeMaxCardFromWeights< WEIGHTS > Struct Template Reference

Helper structure template to compute the maximal order of subprojections with non zero weights when possible. More...

#include <ComputeMaxCardFromWeights.h>

Public Member Functions

unsigned int operator() (const WEIGHTS &w) const
 Template specialization in the case of OrderDependentWeights. More...
 

Detailed Description

template<typename WEIGHTS>
struct NetBuilder::Parser::ComputeMaxCardFromWeights< WEIGHTS >

Helper structure template to compute the maximal order of subprojections with non zero weights when possible.

Member Function Documentation

◆ operator()()

template<typename WEIGHTS >
unsigned int NetBuilder::Parser::ComputeMaxCardFromWeights< WEIGHTS >::operator() ( const WEIGHTS &  w) const
inline

Template specialization in the case of OrderDependentWeights.

Template specialization in the case of ProjectionDependentWeights.

Template specialization in the case of PODWeights.


The documentation for this struct was generated from the following file: