Rosetta
Classes | Typedefs | Functions | Variables
color_by_lipid_type.cc File Reference

Utility script - fills the bfactor colum with xyz-dependent fractional hydration values. Can be used to visualize the hydration in PyMOL. More...

#include <devel/init.hh>
#include <protocols/membrane/AddMembraneMover.hh>
#include <core/conformation/membrane/MembraneInfo.hh>
#include <core/conformation/membrane/ImplicitLipidInfo.hh>
#include <core/conformation/membrane/MembraneGeometry.hh>
#include <core/conformation/Conformation.hh>
#include <protocols/moves/Mover.hh>
#include <protocols/jd2/JobDistributor.hh>
#include <core/pose/Pose.hh>
#include <core/pose/PDBInfo.hh>
#include <core/types.hh>
#include <basic/Tracer.hh>
#include <utility/excn/Exceptions.hh>
#include <utility/string_util.hh>
#include <string>

Classes

class  ColorByLipidType
 

Typedefs

using ColorByLipidTypeOP = utility::pointer::shared_ptr< ColorByLipidType >
 
using ColorByLipidTypeCOP = utility::pointer::shared_ptr< const ColorByLipidType >
 

Functions

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

Variables

static basic::Tracer TR ("apps.pilot.ralford.ColorByLipidType")
 

Detailed Description

Utility script - fills the bfactor colum with xyz-dependent fractional hydration values. Can be used to visualize the hydration in PyMOL.

Author
Rebecca Alford (ralfo.nosp@m.rd3@.nosp@m.jhu.e.nosp@m.du)

Typedef Documentation

◆ ColorByLipidTypeCOP

using ColorByLipidTypeCOP = utility::pointer::shared_ptr<const ColorByLipidType>

◆ ColorByLipidTypeOP

using ColorByLipidTypeOP = utility::pointer::shared_ptr<ColorByLipidType>

Function Documentation

◆ main()

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

Variable Documentation

◆ TR

basic::Tracer TR("apps.pilot.ralford.ColorByLipidType") ( "apps.pilot.ralford.ColorByLipidType"  )
static