CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::bset_impl Namespace Reference

Classes

class  OrbitPrinterAdapter
 

Functions

template<typename CommandType >
ClexDescription get_clex_description (const CommandType &cmd)
 
bool any_existing_files (const std::string &bset, const BsetCommand &cmd)
 Check for generated bset files, print messages when found to CASM::log() More...
 
void check_force (const std::string &bset, const BsetCommand &cmd)
 
void update_bset (const BsetCommand &cmd)
 Implements casm bset --update More...
 
void print_bset (const BsetCommand &cmd)
 

Function Documentation

◆ any_existing_files()

bool CASM::bset_impl::any_existing_files ( const std::string &  bset,
const BsetCommand cmd 
)

Check for generated bset files, print messages when found to CASM::log()

Definition at line 93 of file bset.cc.

◆ check_force()

void CASM::bset_impl::check_force ( const std::string &  bset,
const BsetCommand cmd 
)

check for existing fiels

Definition at line 110 of file bset.cc.

◆ get_clex_description()

template<typename CommandType >
ClexDescription CASM::bset_impl::get_clex_description ( const CommandType &  cmd)

Definition at line 74 of file bset.cc.

◆ print_bset()

void CASM::bset_impl::print_bset ( const BsetCommand cmd)

Implements casm bset --orbits --clusters --functions (any combination is allowed)

Definition at line 179 of file bset.cc.

◆ update_bset()

void CASM::bset_impl::update_bset ( const BsetCommand cmd)

Implements casm bset --update

Definition at line 126 of file bset.cc.