Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
test.Workshop9test Namespace Reference

Functions

def hollow
 

Variables

tuple circle = MyCircle()
 
tuple square = MySquare()
 
int N_in_2 = 10
 
int X_in_2 = 45
 
tuple test_pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb")
 
tuple PhiNByX_1 = PhiNByXDegreesMover()
 
tuple PhiNByX_2 = PhiNByXDegreesMover()
 
tuple circle2 = MyCircle()
 
tuple pose = pose_from_sequence("ACDEFGHIKLMNPQRSTVWY")
 
tuple sf = ScoreFunction()
 
 len_score = LengthScoreMethod.scoreType
 

Function Documentation

def test.Workshop9test.hollow (   shape_in)
Modify the draw() method of an input shape class to
output a hollow shape.

Variable Documentation

tuple test.Workshop9test.circle = MyCircle()
tuple test.Workshop9test.circle2 = MyCircle()
test.Workshop9test.len_score = LengthScoreMethod.scoreType
int test.Workshop9test.N_in_2 = 10
tuple test.Workshop9test.PhiNByX_1 = PhiNByXDegreesMover()
tuple test.Workshop9test.PhiNByX_2 = PhiNByXDegreesMover()
tuple test.Workshop9test.pose = pose_from_sequence("ACDEFGHIKLMNPQRSTVWY")
tuple test.Workshop9test.sf = ScoreFunction()
tuple test.Workshop9test.square = MySquare()
tuple test.Workshop9test.test_pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb")
int test.Workshop9test.X_in_2 = 45