Rosetta
Classes | Typedefs | Functions | Variables
frag2profile.cc File Reference
#include <core/chemical/AA.hh>
#include <core/chemical/ChemicalManager.fwd.hh>
#include <core/types.hh>
#include <core/pose/Pose.hh>
#include <core/import_pose/import_pose.hh>
#include <core/fragment/Frame.hh>
#include <core/fragment/FrameList.hh>
#include <core/fragment/FrameIterator.hh>
#include <core/fragment/FragSet.hh>
#include <core/fragment/FragData.hh>
#include <core/fragment/FragmentIO.hh>
#include <core/scoring/rms_util.hh>
#include <core/util/SwitchResidueTypeSet.hh>
#include <utility/excn/Exceptions.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/OptionKeys.hh>
#include <basic/options/option.hh>
#include <basic/Tracer.hh>
#include <utility/vector1.hh>
#include <devel/init.hh>
#include <ObjexxFCL/format.hh>
#include <fstream>
#include <cmath>

Classes

class  ThisApplication
 

Typedefs

typedef core::Size Size
 
typedef std::string String
 
typedef std::map< Size, Size >::iterator M_iter
 

Functions

bool compare (M_iter const &a, M_iter const &b)
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("frag2profile")
 

Detailed Description

Author
Nobuyasu Koga

Typedef Documentation

◆ M_iter

typedef std::map< Size, Size >::iterator M_iter

◆ Size

typedef core::Size Size

◆ String

typedef std::string String

Function Documentation

◆ compare()

bool compare ( M_iter const &  a,
M_iter const &  b 
)

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ TR

basic::Tracer TR("frag2profile") ( "frag2profile"  )
static

Referenced by main().