Rosetta  2015.38
 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
 

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.