Rosetta
Functions | Variables
mp_span_from_pdb.cc File Reference
#include <devel/init.hh>
#include <core/conformation/membrane/Span.fwd.hh>
#include <core/conformation/membrane/SpanningTopology.hh>
#include <protocols/membrane/util.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/mp.OptionKeys.gen.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <core/types.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/import_pose/import_pose.hh>
#include <basic/Tracer.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/string_util.hh>
#include <string>

Functions

template<typename T_ >
void show (utility::vector1< T_ > vector)
 
Pose read_pose ()
 
Real read_thickness ()
 
void spanfile_for_each_chain (Pose &pose, Real thickness, std::string spanfile)
 
void spanfile_from_pdb ()
 
int main (int argc, char *argv[])
 

Variables

static basic::Tracer TR ("apps.public.membrane.mp_span_from_pdb")
 

Function Documentation

◆ main()

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

◆ read_pose()

Pose read_pose ( )

◆ read_thickness()

Real read_thickness ( )

◆ show()

template<typename T_ >
void show ( utility::vector1< T_ >  vector)

◆ spanfile_for_each_chain()

void spanfile_for_each_chain ( Pose pose,
Real  thickness,
std::string  spanfile 
)

◆ spanfile_from_pdb()

void spanfile_from_pdb ( )

Variable Documentation

◆ TR

basic::Tracer TR("apps.public.membrane.mp_span_from_pdb") ( "apps.public.membrane.mp_span_from_pdb"  )
static