Rosetta
Typedefs | Functions
morph_pdbs.cc File Reference
#include <core/types.hh>
#include <core/pose/util.hh>
#include <core/pose/annotated_sequence.hh>
#include <core/pose/Pose.hh>
#include <core/pose/copydofs/CopyDofsInfo.hh>
#include <devel/init.hh>
#include <core/import_pose/import_pose.hh>
#include <protocols/simple_moves/CopyDofMover.hh>
#include <protocols/viewer/viewers.hh>
#include <numeric/angle.functions.hh>
#include <utility/string_util.hh>
#include <ObjexxFCL/string.functions.hh>
#include <basic/options/option.hh>
#include <basic/options/option_macros.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <basic/options/keys/out.OptionKeys.gen.hh>
#include <fstream>
#include <iostream>
#include <string>
#include <utility/excn/Exceptions.hh>

Typedefs

typedef numeric::xyzMatrix< RealMatrix
 
typedef utility::vector1< std::pair< core::id::DOF_ID, core::Real > > DofsInfo
 

Functions

void morph_by_internal_coords (pose::Pose &pose, pose::PoseCOP pose_start, pose::PoseCOP pose_end, utility::vector1< pose::PoseCOP > &morph_poses, Size const num_samples=24)
 
void morph_pdbs_test ()
 
void * my_main (void *)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ DofsInfo

typedef utility::vector1< std::pair< core::id::DOF_ID, core::Real > > DofsInfo

◆ Matrix

Function Documentation

◆ main()

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

◆ morph_by_internal_coords()

void morph_by_internal_coords ( pose::Pose pose,
pose::PoseCOP  pose_start,
pose::PoseCOP  pose_end,
utility::vector1< pose::PoseCOP > &  morph_poses,
Size const  num_samples = 24 
)

◆ morph_pdbs_test()

void morph_pdbs_test ( )

◆ my_main()

void* my_main ( void *  )