Rosetta
Functions | Variables
test.Workshop9test Namespace Reference

Functions

def hollow (shape_in)
 

Variables

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

Function Documentation

◆ hollow()

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

Variable Documentation

◆ circle

test.Workshop9test.circle = MyCircle()

◆ circle2

test.Workshop9test.circle2 = MyCircle()

◆ color

test.Workshop9test.color

◆ extra_options

test.Workshop9test.extra_options

◆ len_score

test.Workshop9test.len_score = LengthScoreMethod.scoreType

◆ N

test.Workshop9test.N

◆ N_in_2

int test.Workshop9test.N_in_2 = 10

◆ PhiNByX_1

test.Workshop9test.PhiNByX_1 = PhiNByXDegreesMover()

◆ PhiNByX_2

test.Workshop9test.PhiNByX_2 = PhiNByXDegreesMover()

◆ pose

test.Workshop9test.pose = pose_from_sequence("ACDEFGHIKLMNPQRSTVWY")

◆ sf

test.Workshop9test.sf = ScoreFunction()

◆ side_length

test.Workshop9test.side_length

◆ square

test.Workshop9test.square = MySquare()

◆ test_pose

test.Workshop9test.test_pose = pose_from_file("../test/data/workshops/1YY8.clean.pdb")

◆ X

test.Workshop9test.X

◆ X_in_2

int test.Workshop9test.X_in_2 = 45