CASM  1.1.0
A Clusters Approach to Statistical Mechanics
Orbit_impl.hh File Reference
#include <boost/iterator/transform_iterator.hpp>
#include <set>
#include "casm/crystallography/Lattice.hh"
#include "casm/global/errors.hh"
#include "casm/misc/algorithm.hh"
#include "casm/symmetry/Orbit.hh"
#include "casm/symmetry/SymGroup.hh"

Go to the source code of this file.

Classes

struct  CASM::Orbit_impl::EqMapRow
 
struct  CASM::Orbit_impl::RelEqMap
 

Namespaces

 CASM
 Main CASM namespace.
 
 CASM::Orbit_impl
 

Functions

std::ostream & CASM::Orbit_impl::operator<< (std::ostream &sout, const RelEqMap &map)
 
template<typename OrbitIterator , typename Element >
OrbitIterator CASM::find_orbit (OrbitIterator begin, OrbitIterator end, Element e)
 Find orbit containing an element in a range of Orbit. More...