Lattice Tester Online Documentation 0.1.0-861
Software Package For Testing The Uniformity Of Integral Lattices In The Real Space
Loading...
Searching...
No Matches
CoordinateSets.h File Reference
#include <iterator>
#include <map>
#include "latticetester/Coordinates.h"

Classes

class  LatticeTester::CoordinateSets::FromRanges
 A CoordinateSets for coordinates within a given range. More...
 
class  LatticeTester::CoordinateSets::FromRanges::const_iterator
 An iterator class used internaly by the FromRange class. More...
 
struct  LatticeTester::CoordinateSets::FromRanges::const_iterator::end_tag
 
class  LatticeTester::CoordinateSets::Subsets
 This class implements a CoordinateSets object that will build all the subsets of a Coordinates object that are of a cardinality in a certain range. More...
 
class  LatticeTester::CoordinateSets::Subsets::const_iterator
 An iterator class used internally by the Subsets class. More...
 
struct  LatticeTester::CoordinateSets::Subsets::const_iterator::end_tag
 
class  LatticeTester::CoordinateSets::AddCoordinate< BASE >
 This template class wraps any implementation of a CoordinateSets and adds a specific coordinate to each coordinate sets. More...
 
class  LatticeTester::CoordinateSets::AddCoordinate< BASE >::const_iterator
 An iterator class used internally by the AddCoordinate class. More...
 
struct  LatticeTester::CoordinateSets::AddCoordinate< BASE >::const_iterator::end_tag
 

Namespaces

namespace  LatticeTester
 Lattice namespace.
 
namespace  LatticeTester::CoordinateSets
 The classes FromRange, SubSets, and AddCoordinate are defined here.