Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ util/

operations_research::PermutationApplier< IndexType > Class Template Reference

Note that this template is not implemented in an especially performance-sensitive way. More...

#include <permutation.h>

List of all members.

Public Member Functions

 PermutationApplier (PermutationCycleHandler< IndexType > *cycle_handler)
void Apply (IndexType permutation[], int permutation_start, int permutation_end)


Detailed Description

template<typename IndexType>
class operations_research::PermutationApplier< IndexType >

Note that this template is not implemented in an especially performance-sensitive way.

In particular, it makes multiple virtual method calls for each element of the permutation.

Definition at line 179 of file permutation.h.


Constructor & Destructor Documentation

template<typename IndexType>
operations_research::PermutationApplier< IndexType >::PermutationApplier ( PermutationCycleHandler< IndexType > *  cycle_handler  )  [inline, explicit]

Definition at line 181 of file permutation.h.


Member Function Documentation

template<typename IndexType>
void operations_research::PermutationApplier< IndexType >::Apply ( IndexType  permutation[],
int  permutation_start,
int  permutation_end 
) [inline]

Definition at line 185 of file permutation.h.


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