Rosetta  2016.11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions
pymol_chains.cc File Reference

method definitions for a couple PyMOL helper functions More...

#include <basic/pymol_chains.hh>
#include <numeric/types.hh>
#include <string>

Namespaces

 basic
 Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input.
 

Functions

numeric::Size basic::get_pymol_num_unique_ids ()
 
char basic::get_pymol_chain (numeric::Size i)
 
numeric::Size basic::get_pymol_chain_index_1 (char c)
 

Detailed Description

method definitions for a couple PyMOL helper functions

Author
Labonte
Note
I am simply moving the definitions out of the header file where they used to reside.