OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Classes | Namespaces | Functions
EndFieldModel.h File Reference
#include <iostream>
#include <vector>
#include <map>
#include <memory>
Include dependency graph for EndFieldModel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  endfieldmodel::EndFieldModel
 

Namespaces

namespace  endfieldmodel
 

Functions

std::vector< std::vector< int > > endfieldmodel::CompactVector (std::vector< std::vector< int > > vec)
 
bool endfieldmodel::GreaterThan (std::vector< int > v1, std::vector< int > v2)
 CompactVector helper function, used for sorting. More...
 
template<class TEMP_ITER >
bool endfieldmodel::IterableEquality (TEMP_ITER a_begin, TEMP_ITER a_end, TEMP_ITER b_begin, TEMP_ITER b_end)
 
template<class TEMP_CLASS >
bool endfieldmodel::IterableEquality (const TEMP_CLASS &a, const TEMP_CLASS &b)