OpenMD 3.1
Molecular Dynamics in the Open
|
#include <iostream>
#include <iterator>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | OpenMD |
This basic Periodic Table class was originally taken from the data.cpp file in OpenBabel. | |
Functions | |
template<class RandomAccessIterator > | |
bool | OpenMD::next_combination (std::vector< RandomAccessIterator > &iterContainer, RandomAccessIterator first, RandomAccessIterator last) |
STL next_permuation-like combination sequence generator. | |