CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::adapter::Adapter< SymGroup, FromType > Struct Template Reference

#include <SymGroup.hh>

Detailed Description

template<typename FromType>
struct CASM::adapter::Adapter< SymGroup, FromType >

Converts any container of any symmetry type with begin() and end() defined into SymGroup

Definition at line 451 of file SymGroup.hh.

Public Member Functions

template<typename FromTypeIt >
SymGroup operator() (FromTypeIt begin, FromTypeIt end, const Lattice &group_home_lattice)
 
SymGroup operator() (const FromType &adaptable, const Lattice &group_home_lattice)
 

Member Function Documentation

◆ operator()() [1/2]

template<typename FromType >
SymGroup CASM::adapter::Adapter< SymGroup, FromType >::operator() ( const FromType &  adaptable,
const Lattice group_home_lattice 
)
inline

Definition at line 463 of file SymGroup.hh.

◆ operator()() [2/2]

template<typename FromType >
template<typename FromTypeIt >
SymGroup CASM::adapter::Adapter< SymGroup, FromType >::operator() ( FromTypeIt  begin,
FromTypeIt  end,
const Lattice group_home_lattice 
)
inline

Definition at line 453 of file SymGroup.hh.


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