permlib  0.2.8
Library for permutation computations
 All Classes Functions Variables Typedefs Enumerations Friends
Public Member Functions
permlib::PointwiseStabilizerPredicate< PERM > Class Template Reference

predicate matching a permutation if it stabilizes a given list of points pointwise More...

#include <pointwise_stabilizer_predicate.h>

List of all members.

Public Member Functions

template<class InputIterator >
 PointwiseStabilizerPredicate (InputIterator begin, InputIterator end)
 constructor
 PointwiseStabilizerPredicate (unsigned int x)
bool operator() (const typename PERM::ptr &p) const
 evaluate predicate

Detailed Description

template<class PERM>
class permlib::PointwiseStabilizerPredicate< PERM >

predicate matching a permutation if it stabilizes a given list of points pointwise


Constructor & Destructor Documentation

template<class PERM >
template<class InputIterator >
permlib::PointwiseStabilizerPredicate< PERM >::PointwiseStabilizerPredicate ( InputIterator  begin,
InputIterator  end 
)
inline

constructor

Parameters:
beginbegin iterator of points (unsigned long) that the permutation is checked against
endend iterator of points (unsigned long) that the permutation is checked against

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