CASM  1.1.0
A Clusters Approach to Statistical Mechanics
ClusterSitesSelector.hh
Go to the documentation of this file.
1 #ifndef CASM_enumerator_ClusterSitesSelector
2 #define CASM_enumerator_ClusterSitesSelector
3 
5 
6 namespace CASM {
7 
10 template <typename Inserter>
11 Inserter select_cluster_sites(
12  ConfigEnumInput const &reference_config_enum_input,
13  std::vector<PrimPeriodicIntegralClusterOrbit> const &orbits,
14  Inserter result);
15 
16 } // namespace CASM
17 
18 #endif
Main CASM namespace.
Definition: APICommand.hh:8
Inserter select_cluster_sites(ConfigEnumInput const &reference_config_enum_input, std::vector< PrimPeriodicIntegralClusterOrbit > const &orbits, Inserter result)