Top

rosetta.core.fragment._core_fragment_ module

Functions

def apply_best_scoring_fragdata(

...)

apply_best_scoring_fragdata( (Pose)pose, (Frame)frame, (ScoreFunction)sfxn) -> None : goes through all frag_data in the frame and puts the best scoring one into the pose, i.e. quenches the frame

C++ signature : void apply_best_scoring_fragdata(core::pose::Pose {lvalue},core::fragment::Frame,core::scoring::ScoreFunction)

def chop_fragments(

...)

chop_fragments( (FragSet)source, (FragSet)dest) -> None : Function for chopping the X-sized fragments in source into fragments that go into N-sized fragments in dest. Sizes are encoded by the value of max_frag_length() in both source and dest.

C++ signature : void chop_fragments(core::fragment::FragSet {lvalue},core::fragment::FragSet {lvalue})

def compute_per_residue_coverage(

...)

compute_per_residue_coverage( (FragSet)frags, (vector1_Size)nr_frags) -> None : core/fragment/util.hh:90

C++ signature : void compute_per_residue_coverage(core::fragment::FragSet,utility::vector1 > {lvalue})

def dump_frames_as_pdb(

...)

dump_frames_as_pdb( (Pose)pose, (vector1_FrameOP)frames, (str)filename [, (int)start_frag=1]) -> None : writes FragData in multimodel pdb format start_tag can be used to only write a subset of the contained frag data

C++ signature : void dump_frames_as_pdb(core::pose::Pose,utility::vector1, std::allocator > >,std::string [,unsigned long=1])

def fill_template_frames_from_pdb(

...)

fill_template_frames_from_pdb( (Pose)pose, (vector1_FrameOP)template_frames, (str)filename) -> bool : filling a frameset from a multimodel pdb file returns true if no error occured

C++ signature : bool fill_template_frames_from_pdb(core::pose::Pose,utility::vector1, std::allocator > >,std::string)

def flatten_list(

...)

flatten_list( (FrameList)frames, (object)frag_ids) -> None : core/fragment/util.hh:97

C++ signature : void flatten_list(core::fragment::FrameList {lvalue},utility::vector1 > {lvalue})

def fragment_set_slice(

...)

fragment_set_slice( (ConstantLengthFragSet)fragset, (vector1_Size)slice_res) -> None : core/fragment/util.hh:139

C++ signature :
    void fragment_set_slice(boost::shared_ptr<core::fragment::ConstantLengthFragSet> {lvalue},utility::vector1<unsigned long, std::allocator<unsigned long> >)

fragment_set_slice( (ConstantLengthFragSet)fragset, (int)min_res, (int)max_res) -> None : core/fragment/util.hh:135

C++ signature :
    void fragment_set_slice(boost::shared_ptr<core::fragment::ConstantLengthFragSet> {lvalue},unsigned long,unsigned long)

def getxform(

...)

getxform( (xyzVector_Real)m1, (xyzVector_Real)m2, (xyzVector_Real)m3, (xyzVector_Real)f1, (xyzVector_Real)f2, (xyzVector_Real)f3) -> Stub : core/fragment/util.hh:43

C++ signature : core::kinematics::Stub getxform(numeric::xyzVector,numeric::xyzVector,numeric::xyzVector,numeric::xyzVector,numeric::xyzVector,numeric::xyzVector)

def make_pose_from_frags(

...)

make_pose_from_frags( (Pose)pose, (str)sequence, (object)frags [, (bool)chains=False]) -> None : core/fragment/util.hh:142

C++ signature : void make_pose_from_frags(core::pose::Pose {lvalue},std::string,utility::vector1, std::allocator > > [,bool=False])

def make_simple_fold_tree_from_jump_frame(

...)

make_simple_fold_tree_from_jump_frame( (Frame), (int)total_residue, (FoldTree)new_fold_tree) -> None : given a JumpFrame with Up and DownJumpSRFDs as LAST SRFDs this will make a fold-tree compatible with the Frame... this is NOT GOOD for sampling, since it introduces cut-points outside of fragments later for sampling: one could probably write a routine that looks if it can move existing Jumps in Fold-tree to fit the FRAME ... if not it returns failure...

C++ signature : void make_simple_fold_tree_from_jump_frame(core::fragment::Frame,unsigned long,core::kinematics::FoldTree {lvalue})

def merge_frags(

...)

merge_frags( (FragSet)good_frags, (FragSet)filling, (int)min_nr_frags [, (bool)bRandom=True]) -> FragSet : core/fragment/util.hh:95

C++ signature : boost::shared_ptr merge_frags(core::fragment::FragSet,core::fragment::FragSet,unsigned long [,bool=True])

def read_std_frags_from_cmd(

...)

read_std_frags_from_cmd( (FragSet)fragset_large, (FragSet)fragset_small) -> None : core/fragment/util.hh:126

C++ signature : void read_std_frags_from_cmd(boost::shared_ptr {lvalue},boost::shared_ptr {lvalue})

def retain_top(

...)

retain_top( (int)k, (FragSet)fragments) -> None : Removes all but the top fragments from

C++ signature : void retain_top(unsigned long,boost::shared_ptr)

def steal_constant_length_frag_set_from_pose(

...)

steal_constant_length_frag_set_from_pose( (Pose)pose, (ConstantLengthFragSet)fragset) -> None : core/fragment/util.hh:55

C++ signature : void steal_constant_length_frag_set_from_pose(core::pose::Pose,core::fragment::ConstantLengthFragSet {lvalue})

def steal_frag_set_from_pose(

...)

steal_frag_set_from_pose( (Pose)pose_in, (FragSet)fragset, (CPP_FragData)frag_type, (set_Size)active_residues) -> None : core/fragment/util.hh:76

C++ signature :
    void steal_frag_set_from_pose(core::pose::Pose,core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::FragData const>,std::set<unsigned long, std::less<unsigned long>, std::allocator<unsigned long> >)

steal_frag_set_from_pose( (Pose)pose_in, (int)begin, (int)end, (FragSet)fragset, (CPP_FragData)frag_type) -> None : core/fragment/util.hh:69

C++ signature :
    void steal_frag_set_from_pose(core::pose::Pose,unsigned long,unsigned long,core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::FragData const>)

steal_frag_set_from_pose( (Pose)pose_in, (FragSet)fragset, (CPP_FragData)frag_type) -> None : core/fragment/util.hh:61

C++ signature :
    void steal_frag_set_from_pose(core::pose::Pose,core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::FragData const>)

def xform_pose(

...)

xform_pose( (Pose)pose, (Stub)s [, (int)sres=1 [, (int)eres=0]]) -> None : core/fragment/util.hh:48

C++ signature : void xform_pose(core::pose::Pose {lvalue},core::kinematics::Stub [,unsigned long=1 [,unsigned long=0]])

Classes

class AnnotatedFragData

FragData that contains additional information

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: FragData.__init__

init( (object)arg1, (str)pdb_id, (int)start_pos [, (str)chain='_']) -> None : core/fragment/FragData.hh:202

C++ signature :
    void __init__(_object*,std::string,unsigned long [,char='_'])

init( (object)arg1, (AnnotatedFragData)) -> None : FragData that contains additional information

C++ signature :
    void __init__(_object*,core::fragment::AnnotatedFragData)

init( (object)arg1, (str)pdb_id, (int)start_pos, (FragData)frag [, (str)chain='_']) -> None : core/fragment/FragData.hh:207

C++ signature :
    void __init__(_object*,std::string,unsigned long,core::fragment::FragData [,char='_'])

def add_residue(

...)

Inheritance: FragData.add_residue

add_residue( (FragData)arg1, (CPP_SingleResidueFragData)res) -> None : core/fragment/FragData.hh:137

C++ signature : void add_residue(core::fragment::FragData {lvalue},boost::shared_ptr)

def apply(

...)

Inheritance: FragData.apply

apply( (AnnotatedFragData)arg1, (Pose), (Frame)) -> int : core/fragment/FragData.hh:73

C++ signature :
    unsigned long apply(core::fragment::AnnotatedFragData {lvalue},core::pose::Pose {lvalue},core::fragment::Frame)

apply( (AnnotatedFragData)arg1, (Pose), (Frame)) -> int :

C++ signature :
    unsigned long apply(AnnotatedFragData_exposer_callback {lvalue},core::pose::Pose {lvalue},core::fragment::Frame)

apply( (AnnotatedFragData)arg1, (MoveMap), (Pose), (int)start, (int)end) -> int : core/fragment/FragData.hh:69

C++ signature :
    unsigned long apply(core::fragment::AnnotatedFragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (AnnotatedFragData)arg1, (MoveMap), (Pose), (int)start, (int)end) -> int :

C++ signature :
    unsigned long apply(AnnotatedFragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (AnnotatedFragData)arg1, (MoveMap), (Pose), (Frame)) -> int : core/fragment/FragData.hh:70

C++ signature :
    unsigned long apply(core::fragment::AnnotatedFragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},core::fragment::Frame)

apply( (AnnotatedFragData)arg1, (MoveMap), (Pose), (Frame)) -> int :

C++ signature :
    unsigned long apply(AnnotatedFragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},core::fragment::Frame)

apply( (AnnotatedFragData)arg1, (Pose), (int)start, (int)end) -> int : core/fragment/FragData.hh:74

C++ signature :
    unsigned long apply(core::fragment::AnnotatedFragData {lvalue},core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (AnnotatedFragData)arg1, (Pose), (int)start, (int)end) -> int :

C++ signature :
    unsigned long apply(AnnotatedFragData_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,unsigned long)

def apply_ss(

...)

Inheritance: FragData.apply_ss

apply_ss( (AnnotatedFragData)arg1, (MoveMap), (str)ss, (Frame)) -> int : core/fragment/FragData.hh:77

C++ signature :
    unsigned long apply_ss(core::fragment::AnnotatedFragData {lvalue},core::kinematics::MoveMap,std::string {lvalue},core::fragment::Frame)

apply_ss( (AnnotatedFragData)arg1, (MoveMap), (str)ss, (Frame)) -> int :

C++ signature :
    unsigned long apply_ss(AnnotatedFragData_exposer_callback {lvalue},core::kinematics::MoveMap,std::string {lvalue},core::fragment::Frame)

def chain(

...)

Inheritance: FragData.chain

chain( (AnnotatedFragData)arg1) -> str : core/fragment/FragData.hh:227

C++ signature :
    char chain(core::fragment::AnnotatedFragData {lvalue})

chain( (AnnotatedFragData)arg1) -> str :

C++ signature :
    char chain(AnnotatedFragData_exposer_callback {lvalue})

def clone(

...)

Inheritance: FragData.clone

clone( (AnnotatedFragData)arg1) -> FragData : core/fragment/FragData.hh:212

C++ signature :
    boost::shared_ptr<core::fragment::FragData> clone(core::fragment::AnnotatedFragData {lvalue})

clone( (AnnotatedFragData)arg1) -> FragData :

C++ signature :
    boost::shared_ptr<core::fragment::FragData> clone(AnnotatedFragData_exposer_callback {lvalue})

def copy(

...)

Inheritance: FragData.copy

copy( (AnnotatedFragData)arg1, (FragData)frag_data) -> None : core/fragment/FragData.hh:214

C++ signature :
    void copy(core::fragment::AnnotatedFragData {lvalue},core::fragment::FragData)

copy( (AnnotatedFragData)arg1, (FragData)frag_data) -> None :

C++ signature :
    void copy(AnnotatedFragData_exposer_callback {lvalue},core::fragment::FragData)

def generate_sub_fragment(

...)

Inheritance: FragData.generate_sub_fragment

generate_sub_fragment( (AnnotatedFragData)arg1, (int)start, (int)stop) -> FragData : core/fragment/FragData.hh:217

C++ signature :
    boost::shared_ptr<core::fragment::FragData> generate_sub_fragment(core::fragment::AnnotatedFragData {lvalue},unsigned long,unsigned long)

generate_sub_fragment( (AnnotatedFragData)arg1, (int)start, (int)stop) -> FragData :

C++ signature :
    boost::shared_ptr<core::fragment::FragData> generate_sub_fragment(AnnotatedFragData_exposer_callback {lvalue},unsigned long,unsigned long)

def get_residue(

...)

Inheritance: FragData.get_residue

get_residue( (FragData)arg1, (int)pos) -> SingleResidueFragData : core/fragment/FragData.hh:141

C++ signature : boost::shared_ptr get_residue(core::fragment::FragData {lvalue},unsigned long)

def get_self_ptr(

...)

Inheritance: FragData.get_self_ptr

get_self_ptr( (FragData)arg1) -> FragData : self pointers

C++ signature :
    boost::shared_ptr<core::fragment::FragData const> get_self_ptr(core::fragment::FragData {lvalue})

get_self_ptr( (FragData)arg1) -> FragData : core/fragment/FragData.hh:64

C++ signature :
    boost::shared_ptr<core::fragment::FragData> get_self_ptr(core::fragment::FragData {lvalue})

def is_applicable(

...)

Inheritance: FragData.is_applicable

is_applicable( (AnnotatedFragData)arg1, (MoveMap), (Frame)) -> int : core/fragment/FragData.hh:82

C++ signature :
    unsigned long is_applicable(core::fragment::AnnotatedFragData {lvalue},core::kinematics::MoveMap,core::fragment::Frame)

is_applicable( (AnnotatedFragData)arg1, (MoveMap), (Frame)) -> int :

C++ signature :
    unsigned long is_applicable(AnnotatedFragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::fragment::Frame)

is_applicable( (AnnotatedFragData)arg1, (MoveMap), (int)start, (int)end) -> int : core/fragment/FragData.hh:81

C++ signature :
    unsigned long is_applicable(core::fragment::AnnotatedFragData {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long)

is_applicable( (AnnotatedFragData)arg1, (MoveMap), (int)start, (int)end) -> int :

C++ signature :
    unsigned long is_applicable(AnnotatedFragData_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long)

def is_compatible(

...)

Inheritance: FragData.is_compatible

is_compatible( (FragData)arg1, (FragData)frag_data) -> bool : core/fragment/FragData.hh:92

C++ signature : bool is_compatible(core::fragment::FragData {lvalue},core::fragment::FragData)

def is_valid(

...)

Inheritance: FragData.is_valid

is_valid( (FragData)arg1) -> bool : core/fragment/FragData.hh:94

C++ signature : bool is_valid(core::fragment::FragData {lvalue})

def pdbid(

...)

Inheritance: FragData.pdbid

pdbid( (AnnotatedFragData)arg1) -> str : core/fragment/FragData.hh:219

C++ signature :
    std::string pdbid(core::fragment::AnnotatedFragData {lvalue})

pdbid( (AnnotatedFragData)arg1) -> str :

C++ signature :
    std::string pdbid(AnnotatedFragData_exposer_callback {lvalue})

def pdbpos(

...)

Inheritance: FragData.pdbpos

pdbpos( (AnnotatedFragData)arg1) -> int : core/fragment/FragData.hh:223

C++ signature :
    unsigned long pdbpos(core::fragment::AnnotatedFragData {lvalue})

pdbpos( (AnnotatedFragData)arg1) -> int :

C++ signature :
    unsigned long pdbpos(AnnotatedFragData_exposer_callback {lvalue})

def score(

...)

Inheritance: FragData.score

score( (FragData)arg1) -> float : Returns the score for this fragment

C++ signature : double score(core::fragment::FragData {lvalue})

def secstruct(

...)

Inheritance: FragData.secstruct

secstruct( (FragData)arg1, (int)pos) -> str : core/fragment/FragData.hh:102

C++ signature :
    char secstruct(core::fragment::FragData {lvalue},unsigned long)

secstruct( (FragData)arg1) -> str : core/fragment/FragData.hh:110

C++ signature :
    std::string secstruct(core::fragment::FragData {lvalue})

def sequence(

...)

Inheritance: FragData.sequence

sequence( (FragData)arg1, (int)pos) -> str : core/fragment/FragData.hh:106

C++ signature :
    char sequence(core::fragment::FragData {lvalue},unsigned long)

sequence( (FragData)arg1) -> str : core/fragment/FragData.hh:118

C++ signature :
    std::string sequence(core::fragment::FragData {lvalue})

def set_residue(

...)

Inheritance: FragData.set_residue

set_residue( (FragData)arg1, (int)pos, (CPP_SingleResidueFragData)res) -> None : core/fragment/FragData.hh:130

C++ signature : void set_residue(core::fragment::FragData {lvalue},unsigned long,boost::shared_ptr)

def set_score(

...)

Inheritance: FragData.set_score

set_score( (FragData)arg1, (float)score) -> None : Set a score value for this fragment

C++ signature : void set_score(core::fragment::FragData {lvalue},double)

def set_sequence(

...)

Inheritance: FragData.set_sequence

set_sequence( (FragData)arg1, (int)pos, (str)setting) -> None : core/fragment/FragData.hh:126

C++ signature : void set_sequence(core::fragment::FragData {lvalue},unsigned long,char)

def set_valid(

...)

Inheritance: FragData.set_valid

set_valid( (FragData)arg1 [, (bool)setting=True]) -> None : core/fragment/FragData.hh:154

C++ signature : void set_valid(core::fragment::FragData {lvalue} [,bool=True])

def show(

...)

Inheritance: FragData.show

show( (AnnotatedFragData)arg1, (OStream)out) -> None : core/fragment/FragData.hh:148

C++ signature :
    void show(core::fragment::AnnotatedFragData {lvalue},std::ostream {lvalue})

show( (AnnotatedFragData)arg1, (OStream)out) -> None :

C++ signature :
    void show(AnnotatedFragData_exposer_callback {lvalue},std::ostream {lvalue})

show( (AnnotatedFragData)arg1, (OStream)out, (Frame)) -> None : core/fragment/FragData.hh:149

C++ signature :
    void show(core::fragment::AnnotatedFragData {lvalue},std::ostream {lvalue},core::fragment::Frame)

show( (AnnotatedFragData)arg1, (OStream)out, (Frame)) -> None :

C++ signature :
    void show(AnnotatedFragData_exposer_callback {lvalue},std::ostream {lvalue},core::fragment::Frame)

def show_classic(

...)

Inheritance: FragData.show_classic

show_classic( (AnnotatedFragData)arg1, (OStream)out) -> None : core/fragment/FragData.hh:150

C++ signature :
    void show_classic(core::fragment::AnnotatedFragData {lvalue},std::ostream {lvalue})

show_classic( (AnnotatedFragData)arg1, (OStream)out) -> None :

C++ signature :
    void show_classic(AnnotatedFragData_exposer_callback {lvalue},std::ostream {lvalue})

def size(

...)

Inheritance: FragData.size

size( (FragData)arg1) -> int : core/fragment/FragData.hh:98

C++ signature : unsigned long size(core::fragment::FragData {lvalue})

def steal(

...)

Inheritance: FragData.steal

steal( (AnnotatedFragData)arg1, (Pose), (int)start, (int)end) -> bool : core/fragment/FragData.hh:85

C++ signature :
    bool steal(core::fragment::AnnotatedFragData {lvalue},core::pose::Pose,unsigned long,unsigned long)

steal( (AnnotatedFragData)arg1, (Pose), (int)start, (int)end) -> bool :

C++ signature :
    bool steal(AnnotatedFragData_exposer_callback {lvalue},core::pose::Pose,unsigned long,unsigned long)

steal( (AnnotatedFragData)arg1, (Pose), (Frame)) -> bool : core/fragment/FragData.hh:86

C++ signature :
    bool steal(core::fragment::AnnotatedFragData {lvalue},core::pose::Pose,core::fragment::Frame)

steal( (AnnotatedFragData)arg1, (Pose), (Frame)) -> bool :

C++ signature :
    bool steal(AnnotatedFragData_exposer_callback {lvalue},core::pose::Pose,core::fragment::Frame)

class AnnotatedFragDataAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (AnnotatedFragDataAP)arg1) -> AnnotatedFragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class AnnotatedFragDataCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (AnnotatedFragDataCAP)arg1) -> AnnotatedFragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BBTorsionAndAnglesSRFD

core/fragment/BBTorsionAndAnglesSRFD.hh:50

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: BBTorsionSRFD.__init__

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (BBTorsionAndAnglesSRFD)) -> None : core/fragment/BBTorsionAndAnglesSRFD.hh:50

C++ signature :
    void __init__(_object*,core::fragment::BBTorsionAndAnglesSRFD)

init( (object)arg1, (object)angles_in [, (int)nbb_in=3 [, (str)secstruct='X' [, (str)sequence='X']]]) -> None : core/fragment/BBTorsionAndAnglesSRFD.hh:57

C++ signature :
    void __init__(_object*,utility::vector1<std::pair<std::vector<unsigned long, std::allocator<unsigned long> >, double>, std::allocator<std::pair<std::vector<unsigned long, std::allocator<unsigned long> >, double> > > {lvalue} [,unsigned long=3 [,char='X' [,char='X']]])

def apply(

...)

Inheritance: BBTorsionSRFD.apply

apply( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/BBTorsionAndAnglesSRFD.hh:72

C++ signature :
    bool apply(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool apply(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionAndAnglesSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool : insert backbone torsions and angles into pose at position seqpos if all bb torsions are moveable in MoveMap True if all torsions and angles are inserted and superclass apply() is successful, otherwise False. @remarks This is currently all or nothing -- all torsions for seqpos must be moveable because it's not entirely clear what the behavior of partial angle insertion is. In addition, DOF_IDs are not made explicitly available within this class, meaning there is no way to look them up within the MoveMap; the implementation in this class must be changed if this is desired.

C++ signature :
    bool apply(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionAndAnglesSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool :

C++ signature :
    bool apply(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos );

C++ signature :
    bool apply(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionAndAnglesSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap

C++ signature :
    bool apply(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionAndAnglesSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool :

C++ signature :
    bool apply(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

def apply_ss(

...)

Inheritance: BBTorsionSRFD.apply_ss

apply_ss( (BBTorsionAndAnglesSRFD)arg1, (str), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:79

C++ signature :
    bool apply_ss(core::fragment::BBTorsionAndAnglesSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (BBTorsionAndAnglesSRFD)arg1, (str), (int)seq_pos) -> bool :

C++ signature :
    bool apply_ss(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

apply_ss( (BBTorsionAndAnglesSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::BBTorsionAndAnglesSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (BBTorsionAndAnglesSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply_ss(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

def assign(

...)

Inheritance: BBTorsionSRFD.assign

assign( (BBTorsionSRFD)arg1, (BBTorsionSRFD)rval) -> BBTorsionSRFD : copy assignment

C++ signature : core::fragment::BBTorsionSRFD {lvalue} assign(core::fragment::BBTorsionSRFD {lvalue},core::fragment::BBTorsionSRFD)

def clone(

...)

Inheritance: BBTorsionSRFD.clone

clone( (BBTorsionAndAnglesSRFD)arg1) -> SingleResidueFragData : core/fragment/BBTorsionAndAnglesSRFD.hh:62

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::BBTorsionAndAnglesSRFD {lvalue})

clone( (BBTorsionAndAnglesSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(BBTorsionAndAnglesSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: BBTorsionSRFD.create

create( (BBTorsionAndAnglesSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::BBTorsionAndAnglesSRFD {lvalue})

create( (BBTorsionAndAnglesSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(BBTorsionAndAnglesSRFD_exposer_callback {lvalue})

def has_coordinates(

...)

Inheritance: BBTorsionSRFD.has_coordinates

has_coordinates( (BBTorsionSRFD)arg1) -> bool : Returns true if this instance contains cartesian coordinates, false otherwise. Coordinates are available if the option is enabled in the new fragment picker and rosetta++ fragments are used.

C++ signature : bool has_coordinates(core::fragment::BBTorsionSRFD {lvalue})

def is_applicable(

...)

Inheritance: BBTorsionSRFD.is_applicable

is_applicable( (BBTorsionAndAnglesSRFD)arg1, (MoveMap), (int)seq_pos) -> bool : core/fragment/BBTorsionAndAnglesSRFD.hh:88

C++ signature :
    bool is_applicable(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (BBTorsionAndAnglesSRFD)arg1, (MoveMap), (int)seq_pos) -> bool :

C++ signature :
    bool is_applicable(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (BBTorsionAndAnglesSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (BBTorsionAndAnglesSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

def is_compatible(

...)

Inheritance: BBTorsionSRFD.is_compatible

is_compatible( (BBTorsionAndAnglesSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/BBTorsionAndAnglesSRFD.hh:87

C++ signature :
    bool is_compatible(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (BBTorsionAndAnglesSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def nangles(

...)

nangles( (BBTorsionAndAnglesSRFD)arg1) -> int : core/fragment/BBTorsionAndAnglesSRFD.hh:107

C++ signature : unsigned long nangles(core::fragment::BBTorsionAndAnglesSRFD {lvalue})

def nbb(

...)

Inheritance: BBTorsionSRFD.nbb

nbb( (BBTorsionSRFD)arg1) -> int : number of backbone torsions described by this fragment

C++ signature : unsigned long nbb(core::fragment::BBTorsionSRFD {lvalue})

def read(

...)

read( (BBTorsionAndAnglesSRFD)arg1, (std_istream)in) -> None : core/fragment/BBTorsionAndAnglesSRFD.hh:94

C++ signature :
    void read(core::fragment::BBTorsionAndAnglesSRFD {lvalue},std::istream {lvalue})

read( (BBTorsionAndAnglesSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},std::istream {lvalue})

def read_data(

...)

Inheritance: BBTorsionSRFD.read_data

read_data( (BBTorsionAndAnglesSRFD)arg1, (std_istream)in) -> None : core/fragment/BBTorsionSRFD.hh:146

C++ signature :
    void read_data(core::fragment::BBTorsionAndAnglesSRFD {lvalue},std::istream {lvalue})

read_data( (BBTorsionAndAnglesSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read_data(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: BBTorsionSRFD.secstruct

secstruct( (BBTorsionAndAnglesSRFD)arg1) -> str : get secstruct for this position

C++ signature :
    char secstruct(core::fragment::BBTorsionAndAnglesSRFD {lvalue})

secstruct( (BBTorsionAndAnglesSRFD)arg1) -> str :

C++ signature :
    char secstruct(BBTorsionAndAnglesSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: BBTorsionSRFD.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_coordinates(

...)

Inheritance: BBTorsionSRFD.set_coordinates

set_coordinates( (BBTorsionSRFD)arg1, (float)x, (float)y, (float)z) -> None : Convenience method for setting this residue's CA coordinates all at once

C++ signature : void set_coordinates(core::fragment::BBTorsionSRFD {lvalue},double,double,double)

def set_secstruct(

...)

Inheritance: BBTorsionSRFD.set_secstruct

set_secstruct( (SecstructSRFD)arg1, (str)ss) -> None : core/fragment/SecstructSRFD.hh:67

C++ signature : void set_secstruct(core::fragment::SecstructSRFD {lvalue},char)

def set_sequence(

...)

Inheritance: BBTorsionSRFD.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def set_torsion(

...)

Inheritance: BBTorsionSRFD.set_torsion

set_torsion( (BBTorsionSRFD)arg1, (int)tor, (float)setting) -> None : set value for specific torsion in this piece of fragment.

C++ signature : void set_torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long,double)

def show(

...)

Inheritance: BBTorsionSRFD.show

show( (BBTorsionAndAnglesSRFD)arg1, (OStream)out) -> None : core/fragment/BBTorsionAndAnglesSRFD.hh:91

C++ signature :
    void show(core::fragment::BBTorsionAndAnglesSRFD {lvalue},std::ostream {lvalue})

show( (BBTorsionAndAnglesSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: BBTorsionSRFD.steal

steal( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/BBTorsionAndAnglesSRFD.hh:86

C++ signature :
    bool steal(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool steal(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

steal( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::BBTorsionAndAnglesSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (BBTorsionAndAnglesSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool steal(BBTorsionAndAnglesSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

def torsion(

...)

Inheritance: BBTorsionSRFD.torsion

torsion( (BBTorsionSRFD)arg1, (int)torsion_number) -> float : get the value for a specific torsion in this fragment

C++ signature : double torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long)

def type(

...)

Inheritance: BBTorsionSRFD.type

type( (BBTorsionAndAnglesSRFD)arg1) -> str : core/fragment/BBTorsionAndAnglesSRFD.hh:97

C++ signature :
    std::string type(core::fragment::BBTorsionAndAnglesSRFD {lvalue})

type( (BBTorsionAndAnglesSRFD)arg1) -> str :

C++ signature :
    std::string type(BBTorsionAndAnglesSRFD_exposer_callback {lvalue})

def x(

...)

Inheritance: BBTorsionSRFD.x

x( (BBTorsionSRFD)arg1) -> float : Returns the x coordinate of this residue's CA

C++ signature : double x(core::fragment::BBTorsionSRFD {lvalue})

def y(

...)

Inheritance: BBTorsionSRFD.y

y( (BBTorsionSRFD)arg1) -> float : Returns the y coordinate of this residue's CA

C++ signature : double y(core::fragment::BBTorsionSRFD {lvalue})

def z(

...)

Inheritance: BBTorsionSRFD.z

z( (BBTorsionSRFD)arg1) -> float : Returns the z coordinate of this residue's CA

C++ signature : double z(core::fragment::BBTorsionSRFD {lvalue})

class BBTorsionAndAnglesSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BBTorsionAndAnglesSRFDAP)arg1) -> BBTorsionAndAnglesSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BBTorsionAndAnglesSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BBTorsionAndAnglesSRFDCAP)arg1) -> BBTorsionAndAnglesSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BBTorsionSRFD

core/fragment/BBTorsionSRFD.hh:43

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: SecstructSRFD.__init__

init( (object)arg1 [, (int)nbb_in=3 [, (str)secstruct='X' [, (str)sequence='X']]]) -> None : constructor

C++ signature :
    void __init__(_object* [,unsigned long=3 [,char='X' [,char='X']]])

init( (object)arg1, (BBTorsionSRFD)) -> None : core/fragment/BBTorsionSRFD.hh:43

C++ signature :
    void __init__(_object*,core::fragment::BBTorsionSRFD)

def apply(

...)

Inheritance: SecstructSRFD.apply

apply( (BBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool : insert all backbone torsions into pose at position seq_pos

C++ signature :
    bool apply(core::fragment::BBTorsionSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool apply(BBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool : insert all backbone torsions into pose at position seq_pos [in] movemap This MoveMap will be ignored at the BBTorsionSRFD level, but will be passed to any superclass apply(). [in,out] pose The pose to modify. [in] seqpos Sequence position to modify. True if apply() successful, False otherwise. @warning MoveMap settings at the BBTorsionSRFD level are ignored. For speed, does not check to see whether or not all backbone torsions are moveable in MoveMap -- use is_applicable() for this purpose prior to calling apply().

C++ signature :
    bool apply(core::fragment::BBTorsionSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool :

C++ signature :
    bool apply(BBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (BBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos );

C++ signature :
    bool apply(core::fragment::BBTorsionSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(BBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap

C++ signature :
    bool apply(core::fragment::BBTorsionSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (BBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool :

C++ signature :
    bool apply(BBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

def apply_ss(

...)

Inheritance: SecstructSRFD.apply_ss

apply_ss( (BBTorsionSRFD)arg1, (str), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:79

C++ signature :
    bool apply_ss(core::fragment::BBTorsionSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (BBTorsionSRFD)arg1, (str), (int)seq_pos) -> bool :

C++ signature :
    bool apply_ss(BBTorsionSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

apply_ss( (BBTorsionSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::BBTorsionSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (BBTorsionSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply_ss(BBTorsionSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

def assign(

...)

assign( (BBTorsionSRFD)arg1, (BBTorsionSRFD)rval) -> BBTorsionSRFD : copy assignment

C++ signature : core::fragment::BBTorsionSRFD {lvalue} assign(core::fragment::BBTorsionSRFD {lvalue},core::fragment::BBTorsionSRFD)

def clone(

...)

Inheritance: SecstructSRFD.clone

clone( (BBTorsionSRFD)arg1) -> SingleResidueFragData : clone this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::BBTorsionSRFD {lvalue})

clone( (BBTorsionSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(BBTorsionSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: SecstructSRFD.create

create( (BBTorsionSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::BBTorsionSRFD {lvalue})

create( (BBTorsionSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(BBTorsionSRFD_exposer_callback {lvalue})

def has_coordinates(

...)

has_coordinates( (BBTorsionSRFD)arg1) -> bool : Returns true if this instance contains cartesian coordinates, false otherwise. Coordinates are available if the option is enabled in the new fragment picker and rosetta++ fragments are used.

C++ signature : bool has_coordinates(core::fragment::BBTorsionSRFD {lvalue})

def is_applicable(

...)

Inheritance: SecstructSRFD.is_applicable

is_applicable( (BBTorsionSRFD)arg1, (MoveMap), (int)seq_pos) -> bool : check if all backbone torsions at the sequence position moveable in the MoveMap True if all backbone torsions moveable and is_applicable() succeeded for superclass, otherwise False.

C++ signature :
    bool is_applicable(core::fragment::BBTorsionSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (BBTorsionSRFD)arg1, (MoveMap), (int)seq_pos) -> bool :

C++ signature :
    bool is_applicable(BBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (BBTorsionSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::BBTorsionSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (BBTorsionSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(BBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

def is_compatible(

...)

Inheritance: SecstructSRFD.is_compatible

is_compatible( (BBTorsionSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/BBTorsionSRFD.hh:136

C++ signature :
    bool is_compatible(core::fragment::BBTorsionSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (BBTorsionSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(BBTorsionSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def nbb(

...)

nbb( (BBTorsionSRFD)arg1) -> int : number of backbone torsions described by this fragment

C++ signature : unsigned long nbb(core::fragment::BBTorsionSRFD {lvalue})

def read_data(

...)

Inheritance: SecstructSRFD.read_data

read_data( (BBTorsionSRFD)arg1, (std_istream)in) -> None : core/fragment/BBTorsionSRFD.hh:146

C++ signature :
    void read_data(core::fragment::BBTorsionSRFD {lvalue},std::istream {lvalue})

read_data( (BBTorsionSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read_data(BBTorsionSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: SecstructSRFD.secstruct

secstruct( (BBTorsionSRFD)arg1) -> str : get secstruct for this position

C++ signature :
    char secstruct(core::fragment::BBTorsionSRFD {lvalue})

secstruct( (BBTorsionSRFD)arg1) -> str :

C++ signature :
    char secstruct(BBTorsionSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: SecstructSRFD.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_coordinates(

...)

set_coordinates( (BBTorsionSRFD)arg1, (float)x, (float)y, (float)z) -> None : Convenience method for setting this residue's CA coordinates all at once

C++ signature : void set_coordinates(core::fragment::BBTorsionSRFD {lvalue},double,double,double)

def set_secstruct(

...)

Inheritance: SecstructSRFD.set_secstruct

set_secstruct( (SecstructSRFD)arg1, (str)ss) -> None : core/fragment/SecstructSRFD.hh:67

C++ signature : void set_secstruct(core::fragment::SecstructSRFD {lvalue},char)

def set_sequence(

...)

Inheritance: SecstructSRFD.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def set_torsion(

...)

set_torsion( (BBTorsionSRFD)arg1, (int)tor, (float)setting) -> None : set value for specific torsion in this piece of fragment.

C++ signature : void set_torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long,double)

def show(

...)

Inheritance: SecstructSRFD.show

show( (BBTorsionSRFD)arg1, (OStream)out) -> None : core/fragment/BBTorsionSRFD.hh:144

C++ signature :
    void show(core::fragment::BBTorsionSRFD {lvalue},std::ostream {lvalue})

show( (BBTorsionSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(BBTorsionSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: SecstructSRFD.steal

steal( (BBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/BBTorsionSRFD.hh:135

C++ signature :
    bool steal(core::fragment::BBTorsionSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (BBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool steal(BBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

steal( (BBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::BBTorsionSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (BBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool steal(BBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

def torsion(

...)

torsion( (BBTorsionSRFD)arg1, (int)torsion_number) -> float : get the value for a specific torsion in this fragment

C++ signature : double torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long)

def type(

...)

Inheritance: SecstructSRFD.type

type( (BBTorsionSRFD)arg1) -> str : core/fragment/BBTorsionSRFD.hh:148

C++ signature :
    std::string type(core::fragment::BBTorsionSRFD {lvalue})

type( (BBTorsionSRFD)arg1) -> str :

C++ signature :
    std::string type(BBTorsionSRFD_exposer_callback {lvalue})

def x(

...)

x( (BBTorsionSRFD)arg1) -> float : Returns the x coordinate of this residue's CA

C++ signature : double x(core::fragment::BBTorsionSRFD {lvalue})

def y(

...)

y( (BBTorsionSRFD)arg1) -> float : Returns the y coordinate of this residue's CA

C++ signature : double y(core::fragment::BBTorsionSRFD {lvalue})

def z(

...)

z( (BBTorsionSRFD)arg1) -> float : Returns the z coordinate of this residue's CA

C++ signature : double z(core::fragment::BBTorsionSRFD {lvalue})

class BBTorsionSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BBTorsionSRFDAP)arg1) -> BBTorsionSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BBTorsionSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BBTorsionSRFDCAP)arg1) -> BBTorsionSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BaseCacheUnit

core/fragment/BaseCacheUnit.hh:44

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def clone(

...)

clone( (BaseCacheUnit)arg1) -> BaseCacheUnit : core/fragment/BaseCacheUnit.hh:46

C++ signature :
    boost::shared_ptr<core::fragment::BaseCacheUnit> clone(core::fragment::BaseCacheUnit {lvalue})

clone( (BaseCacheUnit)arg1) -> None :

C++ signature :
    void clone(boost::shared_ptr<BaseCacheUnit_exposer_callback> {lvalue})

def remap_value(

...)

remap_value( (BaseCacheUnit)arg1, (BaseCacheUnit)source, (int)source_id, (int)new_id) -> None : core/fragment/BaseCacheUnit.hh:47

C++ signature :
    void remap_value(core::fragment::BaseCacheUnit {lvalue},core::fragment::BaseCacheUnit,unsigned long,unsigned long)

remap_value( (BaseCacheUnit)arg1, (BaseCacheUnit)arg2, (int)arg3, (int)arg4) -> None :

C++ signature :
    void remap_value(boost::shared_ptr<BaseCacheUnit_exposer_callback> {lvalue},core::fragment::BaseCacheUnit,unsigned long,unsigned long)

class BaseCacheUnitAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BaseCacheUnitAP)arg1) -> BaseCacheUnit :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class BaseCacheUnitCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (BaseCacheUnitCAP)arg1) -> BaseCacheUnit :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstFrameIterator

core/fragment/FrameIterator.hh:62

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1, (FrameIteratorWorker_)it) -> None : core/fragment/FrameIterator.hh:66

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::FrameIteratorWorker_>)

init( (object)arg1, (ConstFrameIterator)) -> None : core/fragment/FrameIterator.hh:62

C++ signature :
    void __init__(_object*,core::fragment::ConstFrameIterator)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

def assign(

...)

assign( (ConstFrameIterator)arg1, (ConstFrameIterator)itr) -> ConstFrameIterator : core/fragment/FrameIterator.hh:75

C++ signature : core::fragment::ConstFrameIterator assign(core::fragment::ConstFrameIterator {lvalue},core::fragment::ConstFrameIterator)

def frame_ptr(

...)

frame_ptr( (ConstFrameIterator)arg1) -> Frame : core/fragment/FrameIterator.hh:87

C++ signature : boost::shared_ptr frame_ptr(core::fragment::ConstFrameIterator {lvalue})

class ConstFrameIteratorAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstFrameIteratorAP)arg1) -> ConstFrameIterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstFrameIteratorCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstFrameIteratorCAP)arg1) -> ConstFrameIterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstantLengthFragSet

A set of fragments that contains fragments of a constant length read in from a fragment file. this object is a simple implementation of the FragSet for custom fragments, check out https://robetta.bakerlab.org/fragmentsubmit.jsp example: ninemers = ConstantLengthFragSet(9) ninemers.read_fragment_file("test9_fragments") See also: Pose ClassicFragmentMover

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1, (int)frag_length) -> None : core/fragment/ConstantLengthFragSet.hh:71

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (ConstantLengthFragSet)) -> None : A set of fragments that contains fragments of a constant length read in from a fragment file. this object is a simple implementation of the FragSet for custom fragments, check out https://robetta.bakerlab.org/fragmentsubmit.jsp example: ninemers = ConstantLengthFragSet(9) ninemers.read_fragment_file("test9_fragments") See also: Pose ClassicFragmentMover

C++ signature :
    void __init__(_object*,core::fragment::ConstantLengthFragSet)

init( (object)arg1, (int)frag_length, (str)filename) -> None : core/fragment/ConstantLengthFragSet.hh:75

C++ signature :
    void __init__(_object*,unsigned long,std::string)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (FragSet)fragments) -> None : core/fragment/ConstantLengthFragSet.hh:81

C++ signature :
    void __init__(_object*,core::fragment::FragSet)

def add(

...)

Inheritance: FragSet.add

add( (FragSet)arg1, (CPP_Frame)aFrame) -> None : add a single frame. if compatible frame is already in set the frames will be merged

C++ signature :
    void add(core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::Frame const>)

add( (FragSet)arg1, (FrameList)frames) -> None : add all Frames in list

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FrameList)

add( (FragSet)arg1, (FragSet)frames) -> None : add all Frames in FragSet

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragSet)

add( (FragSet)arg1, (FragID)) -> None : add single fragment

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragID)

add( (FragSet)arg1, (object)list) -> None : core/fragment/FragSet.hh:167

C++ signature :
    void add(core::fragment::FragSet {lvalue},utility::vector1<core::fragment::FragID, std::allocator<core::fragment::FragID> > {lvalue})

def begin(

...)

Inheritance: FragSet.begin

begin( (ConstantLengthFragSet)arg1) -> ConstFrameIterator : iterate over contents

C++ signature : core::fragment::ConstFrameIterator begin(core::fragment::ConstantLengthFragSet {lvalue})

def clone(

...)

Inheritance: FragSet.clone

clone( (ConstantLengthFragSet)arg1) -> FragSet : core/fragment/ConstantLengthFragSet.hh:83

C++ signature : boost::shared_ptr clone(core::fragment::ConstantLengthFragSet {lvalue})

def clone_shifted(

...)

Inheritance: FragSet.clone_shifted

clone_shifted( (FragSet)arg1, (int)) -> FragSet : core/fragment/FragSet.hh:195

C++ signature : boost::shared_ptr clone_shifted(core::fragment::FragSet {lvalue},int)

def empty(

...)

Inheritance: FragSet.empty

empty( (ConstantLengthFragSet)arg1) -> bool : core/fragment/ConstantLengthFragSet.hh:146

C++ signature : bool empty(core::fragment::ConstantLengthFragSet {lvalue})

def empty_clone(

...)

Inheritance: FragSet.empty_clone

empty_clone( (ConstantLengthFragSet)arg1) -> FragSet : core/fragment/ConstantLengthFragSet.hh:88

C++ signature : boost::shared_ptr empty_clone(core::fragment::ConstantLengthFragSet {lvalue})

def end(

...)

Inheritance: FragSet.end

end( (ConstantLengthFragSet)arg1) -> ConstFrameIterator : core/fragment/ConstantLengthFragSet.hh:140

C++ signature : core::fragment::ConstFrameIterator end(core::fragment::ConstantLengthFragSet {lvalue})

def frames(

...)

Inheritance: FragSet.frames

frames( (FragSet)arg1, (int)pos, (FrameList)frames) -> int : appends frames at sequence position pos to frames, returns nr of frames added

C++ signature : unsigned long frames(core::fragment::FragSet {lvalue},unsigned long,core::fragment::FrameList {lvalue})

def generate_insert_map(

...)

Inheritance: FragSet.generate_insert_map

generate_insert_map( (FragSet)arg1, (MoveMap)mm, (vector1_Size)insert_map, (vector1_Size)insert_size) -> None : InsertMap and InsertSize gives quick overview which residues can be affected by fragments. insert_map --- list of start-positions, insert_size corresponding list of longest fragment at position x

C++ signature : void generate_insert_map(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,utility::vector1 > {lvalue},utility::vector1 > {lvalue})

def global_offset(

...)

Inheritance: FragSet.global_offset

global_offset( (FragSet)arg1) -> int : core/fragment/FragSet.hh:187

C++ signature :
    int global_offset(core::fragment::FragSet {lvalue})

global_offset( (FragSet)arg1, (int)) -> None : resets global_offset of FragSet and shifts FragSet if necessary by calling shift_to

C++ signature :
    void global_offset(core::fragment::FragSet {lvalue},int)

def insert_fragID_list(

...)

Inheritance: FragSet.insert_fragID_list

insert_fragID_list( (FragSet)arg1, (object)list) -> None : add all fragments in FragID_List

C++ signature : void insert_fragID_list(core::fragment::FragSet {lvalue},utility::vector1 > {lvalue})

def max_frag_length(

...)

Inheritance: FragSet.max_frag_length

max_frag_length( (FragSet)arg1) -> int : returns the longest fragment stored in this FragSet.

C++ signature : unsigned long max_frag_length(core::fragment::FragSet {lvalue})

def max_pos(

...)

Inheritance: FragSet.max_pos

max_pos( (FragSet)arg1) -> int : returns the maximal sequence position that can be affected by fragments in this set

C++ signature : unsigned long max_pos(core::fragment::FragSet {lvalue})

def min_pos(

...)

Inheritance: FragSet.min_pos

min_pos( (FragSet)arg1) -> int : returns the first sequence position that can be affected by fragments in this set

C++ signature : unsigned long min_pos(core::fragment::FragSet {lvalue})

def nonconst_begin(

...)

Inheritance: FragSet.nonconst_begin

nonconst_begin( (ConstantLengthFragSet)arg1) -> FrameIterator : core/fragment/ConstantLengthFragSet.hh:143

C++ signature : core::fragment::FrameIterator nonconst_begin(core::fragment::ConstantLengthFragSet {lvalue})

def nonconst_end(

...)

Inheritance: FragSet.nonconst_end

nonconst_end( (ConstantLengthFragSet)arg1) -> FrameIterator : core/fragment/ConstantLengthFragSet.hh:144

C++ signature : core::fragment::FrameIterator nonconst_end(core::fragment::ConstantLengthFragSet {lvalue})

def nr_frames(

...)

Inheritance: FragSet.nr_frames

nr_frames( (FragSet)arg1) -> int : counts number of frames ( slow! - it really counts )

C++ signature : unsigned long nr_frames(core::fragment::FragSet {lvalue})

def overlapping_with_region(

...)

Inheritance: FragSet.overlapping_with_region

overlapping_with_region( (ConstantLengthFragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : returns the number and list of all fragment alignment frames that somehow overlap with the given region (also allows those frames that start before the region and reach into it)

C++ signature : unsigned long overlapping_with_region(core::fragment::ConstantLengthFragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def read_fragment_file(

...)

read_fragment_file( (ConstantLengthFragSet)arg1, (str)filename [, (int)top25=0 [, (int)ncopies=1 [, (bool)bAnnotation=False]]]) -> None : Loads the contents of into the ConstantLengthFragSet example: ninemers.read_fragment_file("test9_fragments") See also: ConstantLengthFragSet Pose Pose.omega Pose.phi Pose.psi ClassicFragmentMover

C++ signature : void read_fragment_file(core::fragment::ConstantLengthFragSet {lvalue},std::string [,unsigned long=0 [,unsigned long=1 [,bool=False]]])

def read_fragment_stream(

...)

read_fragment_stream( (ConstantLengthFragSet)arg1, (object)data [, (int)top25=0 [, (int)ncopies=1 [, (bool)bAnnotation=False]]]) -> None : core/fragment/ConstantLengthFragSet.hh:106

C++ signature : void read_fragment_stream(core::fragment::ConstantLengthFragSet {lvalue},utility::io::izstream {lvalue} [,unsigned long=0 [,unsigned long=1 [,bool=False]]])

def region(

...)

Inheritance: FragSet.region

region( (ConstantLengthFragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int), (int), (FrameList)frames) -> int : there is only one Frame per position, end / max_overlap are ignored

C++ signature : unsigned long region(core::fragment::ConstantLengthFragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_all(

...)

Inheritance: FragSet.region_all

region_all( (FragSet)arg1, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : return a list of frames that all sample the specified region, assume all motions are allowed

C++ signature : unsigned long region_all(core::fragment::FragSet {lvalue},unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_simple(

...)

Inheritance: FragSet.region_simple

region_simple( (FragSet)arg1, (int)start, (int)end, (FrameList)frames) -> int : returns fragments that exactly span seq_pos start...end

C++ signature : unsigned long region_simple(core::fragment::FragSet {lvalue},unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def shift_by(

...)

Inheritance: FragSet.shift_by

shift_by( (FragSet)arg1, (int)offset) -> None : shift all frames in FragSet by offset

C++ signature : void shift_by(core::fragment::FragSet {lvalue},int)

def size(

...)

Inheritance: FragSet.size

size( (FragSet)arg1) -> int : returns total size--> counts together all frags in each frame

C++ signature : unsigned long size(core::fragment::FragSet {lvalue})

class ConstantLengthFragSetAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstantLengthFragSetAP)arg1) -> ConstantLengthFragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstantLengthFragSetCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstantLengthFragSetCAP)arg1) -> ConstantLengthFragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstantLengthFragSetIterator_

core/fragment/ConstantLengthFragSetIterator_.hh:50

Ancestors (in MRO)

class ConstantLengthFragSetIterator_AP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstantLengthFragSetIterator_AP)arg1) -> ConstantLengthFragSetIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class ConstantLengthFragSetIterator_CAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (ConstantLengthFragSetIterator_CAP)arg1) -> ConstantLengthFragSetIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class DownJumpSRFD

core/fragment/JumpSRFD.hh:124

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: SingleResidueFragData.__init__

init( (object)arg1 [, (str)sequence='X']) -> None : core/fragment/JumpSRFD.hh:129

C++ signature :
    void __init__(_object* [,char='X'])

init( (object)arg1, (DownJumpSRFD)) -> None : core/fragment/JumpSRFD.hh:124

C++ signature :
    void __init__(_object*,core::fragment::DownJumpSRFD)

init( (object)arg1, (RT)rt, (vector1_string)downstream_stub_atoms, (vector1_string)upstream_stub_atoms, (str)sequence) -> None : core/fragment/JumpSRFD.hh:135

C++ signature :
    void __init__(_object*,core::kinematics::RT,utility::vector1<std::string, std::allocator<std::string> >,utility::vector1<std::string, std::allocator<std::string> >,char)

def apply(

...)

Inheritance: SingleResidueFragData.apply

apply( (DownJumpSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : the seq_pos is hijacked for the rt_nr

C++ signature :
    bool apply(core::fragment::DownJumpSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (DownJumpSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(DownJumpSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (DownJumpSRFD)arg1, (MoveMap), (Pose), (int)intra_frame_pos, (Frame)) -> bool : core/fragment/JumpSRFD.hh:172

C++ signature :
    bool apply(core::fragment::DownJumpSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (DownJumpSRFD)arg1, (MoveMap), (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(DownJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (DownJumpSRFD)arg1, (Pose), (int)) -> bool : core/fragment/JumpSRFD.hh:182

C++ signature :
    bool apply(core::fragment::DownJumpSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (DownJumpSRFD)arg1, (Pose), (int)) -> bool :

C++ signature :
    bool apply(DownJumpSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (DownJumpSRFD)arg1, (MoveMap), (Pose), (int)) -> bool : for DownJumpSRFD this function should never be called, instead use Frame version always false @warning will trigger a false runtime assert

C++ signature :
    bool apply(core::fragment::DownJumpSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (DownJumpSRFD)arg1, (MoveMap), (Pose), (int)) -> bool :

C++ signature :
    bool apply(DownJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

def apply_ss(

...)

Inheritance: SingleResidueFragData.apply_ss

apply_ss( (DownJumpSRFD)arg1, (str), (int), (Frame)) -> bool : core/fragment/JumpSRFD.hh:173

C++ signature :
    bool apply_ss(core::fragment::DownJumpSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (DownJumpSRFD)arg1, (str), (int), (Frame)) -> bool :

C++ signature :
    bool apply_ss(DownJumpSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (DownJumpSRFD)arg1, (str), (int)) -> bool : core/fragment/JumpSRFD.hh:193

C++ signature :
    bool apply_ss(core::fragment::DownJumpSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (DownJumpSRFD)arg1, (str), (int)) -> bool :

C++ signature :
    bool apply_ss(DownJumpSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

def clone(

...)

Inheritance: SingleResidueFragData.clone

clone( (DownJumpSRFD)arg1) -> SingleResidueFragData : clone

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::DownJumpSRFD {lvalue})

clone( (DownJumpSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(DownJumpSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: SingleResidueFragData.create

create( (DownJumpSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::DownJumpSRFD {lvalue})

create( (DownJumpSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(DownJumpSRFD_exposer_callback {lvalue})

def is_applicable(

...)

Inheritance: SingleResidueFragData.is_applicable

is_applicable( (DownJumpSRFD)arg1, (MoveMap), (int)pos, (Frame)) -> bool : core/fragment/JumpSRFD.hh:177

C++ signature :
    bool is_applicable(core::fragment::DownJumpSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (DownJumpSRFD)arg1, (MoveMap), (int)pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(DownJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (DownJumpSRFD)arg1, (MoveMap), (int)) -> bool : core/fragment/JumpSRFD.hh:206

C++ signature :
    bool is_applicable(core::fragment::DownJumpSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (DownJumpSRFD)arg1, (MoveMap), (int)) -> bool :

C++ signature :
    bool is_applicable(DownJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

def is_compatible(

...)

Inheritance: SingleResidueFragData.is_compatible

is_compatible( (DownJumpSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/JumpSRFD.hh:176

C++ signature :
    bool is_compatible(core::fragment::DownJumpSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (DownJumpSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(DownJumpSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def read(

...)

read( (DownJumpSRFD)arg1, (std_istream)in) -> None : core/fragment/JumpSRFD.hh:231

C++ signature :
    void read(core::fragment::DownJumpSRFD {lvalue},std::istream {lvalue})

read( (DownJumpSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read(DownJumpSRFD_exposer_callback {lvalue},std::istream {lvalue})

def read_data(

...)

Inheritance: SingleResidueFragData.read_data

read_data( (DownJumpSRFD)arg1, (std_istream)) -> None : Default implementation: noop

C++ signature :
    void read_data(core::fragment::DownJumpSRFD {lvalue},std::istream {lvalue})

read_data( (DownJumpSRFD)arg1, (std_istream)) -> None :

C++ signature :
    void read_data(DownJumpSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: SingleResidueFragData.secstruct

secstruct( (DownJumpSRFD)arg1) -> str : core/fragment/SingleResidueFragData.hh:132

C++ signature :
    char secstruct(core::fragment::DownJumpSRFD {lvalue})

secstruct( (DownJumpSRFD)arg1) -> str :

C++ signature :
    char secstruct(DownJumpSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: SingleResidueFragData.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_jump(

...)

set_jump( (DownJumpSRFD)arg1, (RT)setting) -> None : set value of jump

C++ signature : void set_jump(core::fragment::DownJumpSRFD {lvalue},core::kinematics::RT)

def set_sequence(

...)

Inheritance: SingleResidueFragData.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def set_standard_stub_atoms(

...)

set_standard_stub_atoms( (DownJumpSRFD)arg1) -> None : core/fragment/JumpSRFD.hh:167

C++ signature : void set_standard_stub_atoms(core::fragment::DownJumpSRFD {lvalue})

def set_stub_atoms(

...)

set_stub_atoms( (DownJumpSRFD)arg1, (vector1_string)downstream, (vector1_string)upstream) -> None : core/fragment/JumpSRFD.hh:163

C++ signature : void set_stub_atoms(core::fragment::DownJumpSRFD {lvalue},utility::vector1 >,utility::vector1 >)

def show(

...)

Inheritance: SingleResidueFragData.show

show( (DownJumpSRFD)arg1, (OStream)out) -> None : core/fragment/JumpSRFD.hh:228

C++ signature :
    void show(core::fragment::DownJumpSRFD {lvalue},std::ostream {lvalue})

show( (DownJumpSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(DownJumpSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: SingleResidueFragData.steal

steal( (DownJumpSRFD)arg1, (Pose), (int)pos, (Frame)) -> bool : core/fragment/JumpSRFD.hh:175

C++ signature :
    bool steal(core::fragment::DownJumpSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (DownJumpSRFD)arg1, (Pose), (int)pos, (Frame)) -> bool :

C++ signature :
    bool steal(DownJumpSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (DownJumpSRFD)arg1, (Pose), (int)) -> bool : core/fragment/JumpSRFD.hh:199

C++ signature :
    bool steal(core::fragment::DownJumpSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (DownJumpSRFD)arg1, (Pose), (int)) -> bool :

C++ signature :
    bool steal(DownJumpSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

def type(

...)

Inheritance: SingleResidueFragData.type

type( (DownJumpSRFD)arg1) -> str : core/fragment/JumpSRFD.hh:219

C++ signature :
    std::string type(core::fragment::DownJumpSRFD {lvalue})

type( (DownJumpSRFD)arg1) -> str :

C++ signature :
    std::string type(DownJumpSRFD_exposer_callback {lvalue})

class DownJumpSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (DownJumpSRFDAP)arg1) -> DownJumpSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class DownJumpSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (DownJumpSRFDCAP)arg1) -> DownJumpSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragData

core/fragment/FragData.hh:46

Ancestors (in MRO)

  • FragData
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (FragData)) -> None : core/fragment/FragData.hh:46

C++ signature :
    void __init__(_object*,core::fragment::FragData)

init( (object)arg1, (CPP_SingleResidueFragData), (int)n) -> None : core/fragment/FragData.hh:54

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::SingleResidueFragData>,unsigned long)

def add_residue(

...)

add_residue( (FragData)arg1, (CPP_SingleResidueFragData)res) -> None : core/fragment/FragData.hh:137

C++ signature : void add_residue(core::fragment::FragData {lvalue},boost::shared_ptr)

def apply(

...)

apply( (FragData)arg1, (MoveMap), (Pose), (int)start, (int)end) -> int : core/fragment/FragData.hh:69

C++ signature :
    unsigned long apply(core::fragment::FragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (FragData)arg1, (MoveMap), (Pose), (int)start, (int)end) -> int :

C++ signature :
    unsigned long apply(FragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (FragData)arg1, (MoveMap), (Pose), (Frame)) -> int : core/fragment/FragData.hh:70

C++ signature :
    unsigned long apply(core::fragment::FragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},core::fragment::Frame)

apply( (FragData)arg1, (MoveMap), (Pose), (Frame)) -> int :

C++ signature :
    unsigned long apply(FragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},core::fragment::Frame)

apply( (FragData)arg1, (Pose), (Frame)) -> int : core/fragment/FragData.hh:73

C++ signature :
    unsigned long apply(core::fragment::FragData {lvalue},core::pose::Pose {lvalue},core::fragment::Frame)

apply( (FragData)arg1, (Pose), (Frame)) -> int :

C++ signature :
    unsigned long apply(FragData_exposer_callback {lvalue},core::pose::Pose {lvalue},core::fragment::Frame)

apply( (FragData)arg1, (Pose), (int)start, (int)end) -> int : core/fragment/FragData.hh:74

C++ signature :
    unsigned long apply(core::fragment::FragData {lvalue},core::pose::Pose {lvalue},unsigned long,unsigned long)

apply( (FragData)arg1, (Pose), (int)start, (int)end) -> int :

C++ signature :
    unsigned long apply(FragData_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,unsigned long)

def apply_ss(

...)

apply_ss( (FragData)arg1, (MoveMap), (str)ss, (Frame)) -> int : core/fragment/FragData.hh:77

C++ signature :
    unsigned long apply_ss(core::fragment::FragData {lvalue},core::kinematics::MoveMap,std::string {lvalue},core::fragment::Frame)

apply_ss( (FragData)arg1, (MoveMap), (str)ss, (Frame)) -> int :

C++ signature :
    unsigned long apply_ss(FragData_exposer_callback {lvalue},core::kinematics::MoveMap,std::string {lvalue},core::fragment::Frame)

def chain(

...)

chain( (FragData)arg1) -> str : Returns the chain if it has been specified, '_' otherwise.

C++ signature :
    char chain(core::fragment::FragData {lvalue})

chain( (FragData)arg1) -> str :

C++ signature :
    char chain(FragData_exposer_callback {lvalue})

def clone(

...)

clone( (FragData)arg1) -> FragData : core/fragment/FragData.hh:60

C++ signature :
    boost::shared_ptr<core::fragment::FragData> clone(core::fragment::FragData {lvalue})

clone( (FragData)arg1) -> FragData :

C++ signature :
    boost::shared_ptr<core::fragment::FragData> clone(FragData_exposer_callback {lvalue})

def copy(

...)

copy( (FragData)arg1, (FragData)frag_data) -> None : core/fragment/FragData.hh:89

C++ signature :
    void copy(core::fragment::FragData {lvalue},core::fragment::FragData)

copy( (FragData)arg1, (FragData)frag_data) -> None :

C++ signature :
    void copy(FragData_exposer_callback {lvalue},core::fragment::FragData)

def generate_sub_fragment(

...)

generate_sub_fragment( (FragData)arg1, (int)start, (int)stop) -> FragData : core/fragment/FragData.hh:146

C++ signature :
    boost::shared_ptr<core::fragment::FragData> generate_sub_fragment(core::fragment::FragData {lvalue},unsigned long,unsigned long)

generate_sub_fragment( (FragData)arg1, (int)start, (int)stop) -> FragData :

C++ signature :
    boost::shared_ptr<core::fragment::FragData> generate_sub_fragment(FragData_exposer_callback {lvalue},unsigned long,unsigned long)

def get_residue(

...)

get_residue( (FragData)arg1, (int)pos) -> SingleResidueFragData : core/fragment/FragData.hh:141

C++ signature : boost::shared_ptr get_residue(core::fragment::FragData {lvalue},unsigned long)

def get_self_ptr(

...)

get_self_ptr( (FragData)arg1) -> FragData : self pointers

C++ signature :
    boost::shared_ptr<core::fragment::FragData const> get_self_ptr(core::fragment::FragData {lvalue})

get_self_ptr( (FragData)arg1) -> FragData : core/fragment/FragData.hh:64

C++ signature :
    boost::shared_ptr<core::fragment::FragData> get_self_ptr(core::fragment::FragData {lvalue})

def is_applicable(

...)

is_applicable( (FragData)arg1, (MoveMap), (int)start, (int)end) -> int : core/fragment/FragData.hh:81

C++ signature :
    unsigned long is_applicable(core::fragment::FragData {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long)

is_applicable( (FragData)arg1, (MoveMap), (int)start, (int)end) -> int :

C++ signature :
    unsigned long is_applicable(FragData_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long)

is_applicable( (FragData)arg1, (MoveMap), (Frame)) -> int : core/fragment/FragData.hh:82

C++ signature :
    unsigned long is_applicable(core::fragment::FragData {lvalue},core::kinematics::MoveMap,core::fragment::Frame)

is_applicable( (FragData)arg1, (MoveMap), (Frame)) -> int :

C++ signature :
    unsigned long is_applicable(FragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::fragment::Frame)

def is_compatible(

...)

is_compatible( (FragData)arg1, (FragData)frag_data) -> bool : core/fragment/FragData.hh:92

C++ signature : bool is_compatible(core::fragment::FragData {lvalue},core::fragment::FragData)

def is_valid(

...)

is_valid( (FragData)arg1) -> bool : core/fragment/FragData.hh:94

C++ signature : bool is_valid(core::fragment::FragData {lvalue})

def pdbid(

...)

pdbid( (FragData)arg1) -> str : Returns the PDB identifier if it has been specified, "no_pdb" otherwise.

C++ signature :
    std::string pdbid(core::fragment::FragData {lvalue})

pdbid( (FragData)arg1) -> str :

C++ signature :
    std::string pdbid(FragData_exposer_callback {lvalue})

def pdbpos(

...)

pdbpos( (FragData)arg1) -> int : core/fragment/FragData.hh:169

C++ signature :
    unsigned long pdbpos(core::fragment::FragData {lvalue})

pdbpos( (FragData)arg1) -> int :

C++ signature :
    unsigned long pdbpos(FragData_exposer_callback {lvalue})

def score(

...)

score( (FragData)arg1) -> float : Returns the score for this fragment

C++ signature : double score(core::fragment::FragData {lvalue})

def secstruct(

...)

secstruct( (FragData)arg1, (int)pos) -> str : core/fragment/FragData.hh:102

C++ signature :
    char secstruct(core::fragment::FragData {lvalue},unsigned long)

secstruct( (FragData)arg1) -> str : core/fragment/FragData.hh:110

C++ signature :
    std::string secstruct(core::fragment::FragData {lvalue})

def sequence(

...)

sequence( (FragData)arg1, (int)pos) -> str : core/fragment/FragData.hh:106

C++ signature :
    char sequence(core::fragment::FragData {lvalue},unsigned long)

sequence( (FragData)arg1) -> str : core/fragment/FragData.hh:118

C++ signature :
    std::string sequence(core::fragment::FragData {lvalue})

def set_residue(

...)

set_residue( (FragData)arg1, (int)pos, (CPP_SingleResidueFragData)res) -> None : core/fragment/FragData.hh:130

C++ signature : void set_residue(core::fragment::FragData {lvalue},unsigned long,boost::shared_ptr)

def set_score(

...)

set_score( (FragData)arg1, (float)score) -> None : Set a score value for this fragment

C++ signature : void set_score(core::fragment::FragData {lvalue},double)

def set_sequence(

...)

set_sequence( (FragData)arg1, (int)pos, (str)setting) -> None : core/fragment/FragData.hh:126

C++ signature : void set_sequence(core::fragment::FragData {lvalue},unsigned long,char)

def set_valid(

...)

set_valid( (FragData)arg1 [, (bool)setting=True]) -> None : core/fragment/FragData.hh:154

C++ signature : void set_valid(core::fragment::FragData {lvalue} [,bool=True])

def show(

...)

show( (FragData)arg1, (OStream)out) -> None : core/fragment/FragData.hh:148

C++ signature :
    void show(core::fragment::FragData {lvalue},std::ostream {lvalue})

show( (FragData)arg1, (OStream)out) -> None :

C++ signature :
    void show(FragData_exposer_callback {lvalue},std::ostream {lvalue})

show( (FragData)arg1, (OStream)out, (Frame)) -> None : core/fragment/FragData.hh:149

C++ signature :
    void show(core::fragment::FragData {lvalue},std::ostream {lvalue},core::fragment::Frame)

show( (FragData)arg1, (OStream)out, (Frame)) -> None :

C++ signature :
    void show(FragData_exposer_callback {lvalue},std::ostream {lvalue},core::fragment::Frame)

def show_classic(

...)

show_classic( (FragData)arg1, (OStream)out) -> None : core/fragment/FragData.hh:150

C++ signature :
    void show_classic(core::fragment::FragData {lvalue},std::ostream {lvalue})

show_classic( (FragData)arg1, (OStream)out) -> None :

C++ signature :
    void show_classic(FragData_exposer_callback {lvalue},std::ostream {lvalue})

def size(

...)

size( (FragData)arg1) -> int : core/fragment/FragData.hh:98

C++ signature : unsigned long size(core::fragment::FragData {lvalue})

def steal(

...)

steal( (FragData)arg1, (Pose), (int)start, (int)end) -> bool : core/fragment/FragData.hh:85

C++ signature :
    bool steal(core::fragment::FragData {lvalue},core::pose::Pose,unsigned long,unsigned long)

steal( (FragData)arg1, (Pose), (int)start, (int)end) -> bool :

C++ signature :
    bool steal(FragData_exposer_callback {lvalue},core::pose::Pose,unsigned long,unsigned long)

steal( (FragData)arg1, (Pose), (Frame)) -> bool : core/fragment/FragData.hh:86

C++ signature :
    bool steal(core::fragment::FragData {lvalue},core::pose::Pose,core::fragment::Frame)

steal( (FragData)arg1, (Pose), (Frame)) -> bool :

C++ signature :
    bool steal(FragData_exposer_callback {lvalue},core::pose::Pose,core::fragment::Frame)

class FragDataAP

Ancestors (in MRO)

  • FragDataAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragDataAP)arg1) -> FragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragDataCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragDataCAP)arg1) -> FragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragFactory

core/fragment/FragmentIO.hh:34

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (FragFactory)) -> None : core/fragment/FragmentIO.hh:34

C++ signature :
    void __init__(_object*,core::fragment::FragFactory)

def add_frag_type(

...)

add_frag_type( (FragFactory)arg1, (str)type_name, (CPP_SingleResidueFragData)frag_type) -> None : core/fragment/FragmentIO.hh:42

C++ signature : void add_frag_type(core::fragment::FragFactory {lvalue},std::string,boost::shared_ptr)

def add_frame_type(

...)

add_frame_type( (FragFactory)arg1, (str)type_name, (CPP_Frame)new_frag) -> None : core/fragment/FragmentIO.hh:44

C++ signature : void add_frame_type(core::fragment::FragFactory {lvalue},std::string,boost::shared_ptr)

def frag_type(

...)

frag_type( (FragFactory)arg1, (str)frag_name) -> SingleResidueFragData : core/fragment/FragmentIO.hh:47

C++ signature : boost::shared_ptr frag_type(core::fragment::FragFactory {lvalue},std::string)

def frame(

...)

frame( (FragFactory)arg1, (str)frame_name) -> Frame : core/fragment/FragmentIO.hh:46

C++ signature : boost::shared_ptr frame(core::fragment::FragFactory {lvalue},std::string)

class FragFactoryAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragFactoryAP)arg1) -> FragFactory :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragFactoryCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragFactoryCAP)arg1) -> FragFactory :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragID

core/fragment/FragID.hh:44

Ancestors (in MRO)

  • FragID
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (CPP_Frame)frame, (int)frag_id) -> None : core/fragment/FragID.hh:47

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::Frame const>,unsigned long)

init( (object)arg1, (FragID)) -> None : core/fragment/FragID.hh:48

C++ signature :
    void __init__(_object*,core::fragment::FragID)

def apply(

...)

apply( (FragID)arg1, (MoveMap)mm, (Pose)pose) -> int : core/fragment/FragID.hh:58

C++ signature :
    unsigned long apply(core::fragment::FragID {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue})

apply( (FragID)arg1, (Pose)pose) -> int : core/fragment/FragID.hh:59

C++ signature :
    unsigned long apply(core::fragment::FragID {lvalue},core::pose::Pose {lvalue})

def apply_ss(

...)

apply_ss( (FragID)arg1, (MoveMap)mm, (str)ss) -> int : core/fragment/FragID.hh:63

C++ signature : unsigned long apply_ss(core::fragment::FragID {lvalue},core::kinematics::MoveMap,std::string {lvalue})

def assign(

...)

assign( (FragID)arg1, (FragID)rhs) -> FragID : core/fragment/FragID.hh:50

C++ signature : core::fragment::FragID assign(core::fragment::FragID {lvalue},core::fragment::FragID)

def fragment(

...)

fragment( (FragID)arg1) -> FragData : core/fragment/FragID.hh:56

C++ signature : core::fragment::FragData fragment(core::fragment::FragID {lvalue})

def fragment_ptr(

...)

fragment_ptr( (FragID)arg1) -> FragData : core/fragment/FragID.hh:57

C++ signature : boost::shared_ptr fragment_ptr(core::fragment::FragID {lvalue})

def frame(

...)

frame( (FragID)arg1) -> Frame : core/fragment/FragID.hh:53

C++ signature : core::fragment::Frame frame(core::fragment::FragID {lvalue})

def frame_ptr(

...)

frame_ptr( (FragID)arg1) -> Frame : core/fragment/FragID.hh:52

C++ signature : boost::shared_ptr frame_ptr(core::fragment::FragID {lvalue})

def id(

...)

id( (FragID)arg1) -> int : core/fragment/FragID.hh:55

C++ signature : unsigned long id(core::fragment::FragID {lvalue})

def is_valid(

...)

is_valid( (FragID)arg1) -> bool : core/fragment/FragID.hh:62

C++ signature : bool is_valid(core::fragment::FragID {lvalue})

class FragIDAP

Ancestors (in MRO)

  • FragIDAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragIDAP)arg1) -> FragID :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragIDCAP

Ancestors (in MRO)

  • FragIDCAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragIDCAP)arg1) -> FragID :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragID_Iterator

core/fragment/FragID_Iterator.hh:47

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1, (ConstFrameIterator)it) -> None : core/fragment/FragID_Iterator.hh:49

C++ signature :
    void __init__(_object*,core::fragment::ConstFrameIterator)

init( (object)arg1, (FragID_Iterator)) -> None : core/fragment/FragID_Iterator.hh:47

C++ signature :
    void __init__(_object*,core::fragment::FragID_Iterator)

init( (object)arg1, (FrameIterator)it) -> None : core/fragment/FragID_Iterator.hh:50

C++ signature :
    void __init__(_object*,core::fragment::FrameIterator)

init( (object)arg1, (FrameIteratorWorker_)it) -> None : core/fragment/FragID_Iterator.hh:51

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::FrameIteratorWorker_>)

init( (object)arg1, (object)it) -> None : core/fragment/FragID_Iterator.hh:52

C++ signature :
    void __init__(_object*,__gnu_cxx::__normal_iterator<boost::shared_ptr<core::fragment::Frame>*, std::vector<boost::shared_ptr<core::fragment::Frame>, std::allocator<boost::shared_ptr<core::fragment::Frame> > > >)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

def assign(

...)

assign( (FragID_Iterator)arg1, (FragID_Iterator)itr) -> FragID_Iterator : core/fragment/FragID_Iterator.hh:65

C++ signature : core::fragment::FragID_Iterator {lvalue} assign(core::fragment::FragID_Iterator {lvalue},core::fragment::FragID_Iterator)

def frag_id(

...)

frag_id( (FragID_Iterator)arg1) -> FragID : core/fragment/FragID_Iterator.hh:67

C++ signature : core::fragment::FragID frag_id(core::fragment::FragID_Iterator {lvalue})

class FragID_IteratorAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragID_IteratorAP)arg1) -> FragID_Iterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragID_IteratorCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragID_IteratorCAP)arg1) -> FragID_Iterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragSet

@detail The FragSet: (Interface Definition -- Virtual BaseClass )

Ancestors (in MRO)

  • FragSet
  • Boost.Python.instance
  • __builtin__.object

Methods

def add(

...)

add( (FragSet)arg1, (CPP_Frame)aFrame) -> None : add a single frame. if compatible frame is already in set the frames will be merged

C++ signature :
    void add(core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::Frame const>)

add( (FragSet)arg1, (FrameList)frames) -> None : add all Frames in list

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FrameList)

add( (FragSet)arg1, (FragSet)frames) -> None : add all Frames in FragSet

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragSet)

add( (FragSet)arg1, (FragID)) -> None : add single fragment

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragID)

add( (FragSet)arg1, (object)list) -> None : core/fragment/FragSet.hh:167

C++ signature :
    void add(core::fragment::FragSet {lvalue},utility::vector1<core::fragment::FragID, std::allocator<core::fragment::FragID> > {lvalue})

def begin(

...)

begin( (FragSet)arg1) -> ConstFrameIterator : iterate over contents

C++ signature :
    core::fragment::ConstFrameIterator begin(core::fragment::FragSet {lvalue})

begin( (FragSet)arg1) -> None :

C++ signature :
    void begin(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def clone(

...)

clone( (FragSet)arg1) -> FragSet : clone and copy the pointer of all Frames (Frames will not be copied)

C++ signature :
    boost::shared_ptr<core::fragment::FragSet> clone(core::fragment::FragSet {lvalue})

clone( (FragSet)arg1) -> None :

C++ signature :
    void clone(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def clone_shifted(

...)

clone_shifted( (FragSet)arg1, (int)) -> FragSet : core/fragment/FragSet.hh:195

C++ signature : boost::shared_ptr clone_shifted(core::fragment::FragSet {lvalue},int)

def empty(

...)

empty( (FragSet)arg1) -> bool : core/fragment/FragSet.hh:180

C++ signature :
    bool empty(core::fragment::FragSet {lvalue})

empty( (FragSet)arg1) -> None :

C++ signature :
    void empty(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def empty_clone(

...)

empty_clone( (FragSet)arg1) -> FragSet : create an empty clone

C++ signature :
    boost::shared_ptr<core::fragment::FragSet> empty_clone(core::fragment::FragSet {lvalue})

empty_clone( (FragSet)arg1) -> None :

C++ signature :
    void empty_clone(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def end(

...)

end( (FragSet)arg1) -> ConstFrameIterator : core/fragment/FragSet.hh:85

C++ signature :
    core::fragment::ConstFrameIterator end(core::fragment::FragSet {lvalue})

end( (FragSet)arg1) -> None :

C++ signature :
    void end(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def frames(

...)

frames( (FragSet)arg1, (int)pos, (FrameList)frames) -> int : appends frames at sequence position pos to frames, returns nr of frames added

C++ signature : unsigned long frames(core::fragment::FragSet {lvalue},unsigned long,core::fragment::FrameList {lvalue})

def generate_insert_map(

...)

generate_insert_map( (FragSet)arg1, (MoveMap)mm, (vector1_Size)insert_map, (vector1_Size)insert_size) -> None : InsertMap and InsertSize gives quick overview which residues can be affected by fragments. insert_map --- list of start-positions, insert_size corresponding list of longest fragment at position x

C++ signature : void generate_insert_map(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,utility::vector1 > {lvalue},utility::vector1 > {lvalue})

def global_offset(

...)

global_offset( (FragSet)arg1) -> int : core/fragment/FragSet.hh:187

C++ signature :
    int global_offset(core::fragment::FragSet {lvalue})

global_offset( (FragSet)arg1, (int)) -> None : resets global_offset of FragSet and shifts FragSet if necessary by calling shift_to

C++ signature :
    void global_offset(core::fragment::FragSet {lvalue},int)

def insert_fragID_list(

...)

insert_fragID_list( (FragSet)arg1, (object)list) -> None : add all fragments in FragID_List

C++ signature : void insert_fragID_list(core::fragment::FragSet {lvalue},utility::vector1 > {lvalue})

def max_frag_length(

...)

max_frag_length( (FragSet)arg1) -> int : returns the longest fragment stored in this FragSet.

C++ signature : unsigned long max_frag_length(core::fragment::FragSet {lvalue})

def max_pos(

...)

max_pos( (FragSet)arg1) -> int : returns the maximal sequence position that can be affected by fragments in this set

C++ signature : unsigned long max_pos(core::fragment::FragSet {lvalue})

def min_pos(

...)

min_pos( (FragSet)arg1) -> int : returns the first sequence position that can be affected by fragments in this set

C++ signature : unsigned long min_pos(core::fragment::FragSet {lvalue})

def nonconst_begin(

...)

nonconst_begin( (FragSet)arg1) -> FrameIterator : iterate over contents

C++ signature :
    core::fragment::FrameIterator nonconst_begin(core::fragment::FragSet {lvalue})

nonconst_begin( (FragSet)arg1) -> None :

C++ signature :
    void nonconst_begin(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def nonconst_end(

...)

nonconst_end( (FragSet)arg1) -> FrameIterator : core/fragment/FragSet.hh:89

C++ signature :
    core::fragment::FrameIterator nonconst_end(core::fragment::FragSet {lvalue})

nonconst_end( (FragSet)arg1) -> None :

C++ signature :
    void nonconst_end(boost::shared_ptr<core::fragment::FragSet> {lvalue})

def nr_frames(

...)

nr_frames( (FragSet)arg1) -> int : counts number of frames ( slow! - it really counts )

C++ signature : unsigned long nr_frames(core::fragment::FragSet {lvalue})

def overlapping_with_region(

...)

overlapping_with_region( (FragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : returns the number and list of all fragment alignment frames that somehow overlap with the given region (also allows those frames that start before the region and reach into it)

C++ signature : unsigned long overlapping_with_region(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region(

...)

region( (FragSet)arg1, (MoveMap)move_map, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : the region thing has to be thought-over. How do we really want to sample fragments? for now, we ignore everything in this call and just return frags that have "start" as there specified start() entry.

C++ signature :
    unsigned long region(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

region( (FragSet)arg1, (MoveMap)arg2, (int)arg3, (int)arg4, (int)arg5, (int)arg6, (FrameList)arg7) -> None :

C++ signature :
    void region(boost::shared_ptr<core::fragment::FragSet> {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_all(

...)

region_all( (FragSet)arg1, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : return a list of frames that all sample the specified region, assume all motions are allowed

C++ signature : unsigned long region_all(core::fragment::FragSet {lvalue},unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_simple(

...)

region_simple( (FragSet)arg1, (int)start, (int)end, (FrameList)frames) -> int : returns fragments that exactly span seq_pos start...end

C++ signature : unsigned long region_simple(core::fragment::FragSet {lvalue},unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def shift_by(

...)

shift_by( (FragSet)arg1, (int)offset) -> None : shift all frames in FragSet by offset

C++ signature : void shift_by(core::fragment::FragSet {lvalue},int)

def size(

...)

size( (FragSet)arg1) -> int : returns total size--> counts together all frags in each frame

C++ signature : unsigned long size(core::fragment::FragSet {lvalue})

class FragSetAP

Ancestors (in MRO)

  • FragSetAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragSetAP)arg1) -> FragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragSetCAP

Ancestors (in MRO)

  • FragSetCAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragSetCAP)arg1) -> FragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragSetCollection

core/fragment/FragSetCollection.hh:49

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (FragSetCollection)) -> None : core/fragment/FragSetCollection.hh:56

C++ signature :
    void __init__(_object*,core::fragment::FragSetCollection)

def add(

...)

Inheritance: FragSet.add

add( (FragSet)arg1, (CPP_Frame)aFrame) -> None : add a single frame. if compatible frame is already in set the frames will be merged

C++ signature :
    void add(core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::Frame const>)

add( (FragSet)arg1, (FrameList)frames) -> None : add all Frames in list

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FrameList)

add( (FragSet)arg1, (FragSet)frames) -> None : add all Frames in FragSet

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragSet)

add( (FragSet)arg1, (FragID)) -> None : add single fragment

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragID)

add( (FragSet)arg1, (object)list) -> None : core/fragment/FragSet.hh:167

C++ signature :
    void add(core::fragment::FragSet {lvalue},utility::vector1<core::fragment::FragID, std::allocator<core::fragment::FragID> > {lvalue})

def add_fragset(

...)

add_fragset( (FragSetCollection)arg1, (FragSet)fragset) -> None : core/fragment/FragSetCollection.hh:61

C++ signature : void add_fragset(core::fragment::FragSetCollection {lvalue},boost::shared_ptr)

def begin(

...)

Inheritance: FragSet.begin

begin( (FragSetCollection)arg1) -> ConstFrameIterator : core/fragment/FragSetCollection.hh:72

C++ signature : core::fragment::ConstFrameIterator begin(core::fragment::FragSetCollection {lvalue})

def clone(

...)

Inheritance: FragSet.clone

clone( (FragSetCollection)arg1) -> FragSet : core/fragment/FragSetCollection.hh:58

C++ signature : boost::shared_ptr clone(core::fragment::FragSetCollection {lvalue})

def clone_shifted(

...)

Inheritance: FragSet.clone_shifted

clone_shifted( (FragSet)arg1, (int)) -> FragSet : core/fragment/FragSet.hh:195

C++ signature : boost::shared_ptr clone_shifted(core::fragment::FragSet {lvalue},int)

def empty(

...)

Inheritance: FragSet.empty

empty( (FragSetCollection)arg1) -> bool : core/fragment/FragSetCollection.hh:78

C++ signature : bool empty(core::fragment::FragSetCollection {lvalue})

def empty_clone(

...)

Inheritance: FragSet.empty_clone

empty_clone( (FragSetCollection)arg1) -> FragSet : core/fragment/FragSetCollection.hh:59

C++ signature : boost::shared_ptr empty_clone(core::fragment::FragSetCollection {lvalue})

def end(

...)

Inheritance: FragSet.end

end( (FragSetCollection)arg1) -> ConstFrameIterator : core/fragment/FragSetCollection.hh:73

C++ signature : core::fragment::ConstFrameIterator end(core::fragment::FragSetCollection {lvalue})

def frames(

...)

Inheritance: FragSet.frames

frames( (FragSet)arg1, (int)pos, (FrameList)frames) -> int : appends frames at sequence position pos to frames, returns nr of frames added

C++ signature : unsigned long frames(core::fragment::FragSet {lvalue},unsigned long,core::fragment::FrameList {lvalue})

def generate_insert_map(

...)

Inheritance: FragSet.generate_insert_map

generate_insert_map( (FragSet)arg1, (MoveMap)mm, (vector1_Size)insert_map, (vector1_Size)insert_size) -> None : InsertMap and InsertSize gives quick overview which residues can be affected by fragments. insert_map --- list of start-positions, insert_size corresponding list of longest fragment at position x

C++ signature : void generate_insert_map(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,utility::vector1 > {lvalue},utility::vector1 > {lvalue})

def global_offset(

...)

Inheritance: FragSet.global_offset

global_offset( (FragSet)arg1) -> int : core/fragment/FragSet.hh:187

C++ signature :
    int global_offset(core::fragment::FragSet {lvalue})

global_offset( (FragSet)arg1, (int)) -> None : resets global_offset of FragSet and shifts FragSet if necessary by calling shift_to

C++ signature :
    void global_offset(core::fragment::FragSet {lvalue},int)

def insert_fragID_list(

...)

Inheritance: FragSet.insert_fragID_list

insert_fragID_list( (FragSet)arg1, (object)list) -> None : add all fragments in FragID_List

C++ signature : void insert_fragID_list(core::fragment::FragSet {lvalue},utility::vector1 > {lvalue})

def max_frag_length(

...)

Inheritance: FragSet.max_frag_length

max_frag_length( (FragSet)arg1) -> int : returns the longest fragment stored in this FragSet.

C++ signature : unsigned long max_frag_length(core::fragment::FragSet {lvalue})

def max_pos(

...)

Inheritance: FragSet.max_pos

max_pos( (FragSet)arg1) -> int : returns the maximal sequence position that can be affected by fragments in this set

C++ signature : unsigned long max_pos(core::fragment::FragSet {lvalue})

def min_pos(

...)

Inheritance: FragSet.min_pos

min_pos( (FragSet)arg1) -> int : returns the first sequence position that can be affected by fragments in this set

C++ signature : unsigned long min_pos(core::fragment::FragSet {lvalue})

def nonconst_begin(

...)

Inheritance: FragSet.nonconst_begin

nonconst_begin( (FragSetCollection)arg1) -> FrameIterator : core/fragment/FragSetCollection.hh:75

C++ signature : core::fragment::FrameIterator nonconst_begin(core::fragment::FragSetCollection {lvalue})

def nonconst_end(

...)

Inheritance: FragSet.nonconst_end

nonconst_end( (FragSetCollection)arg1) -> FrameIterator : core/fragment/FragSetCollection.hh:76

C++ signature : core::fragment::FrameIterator nonconst_end(core::fragment::FragSetCollection {lvalue})

def nr_frames(

...)

Inheritance: FragSet.nr_frames

nr_frames( (FragSet)arg1) -> int : counts number of frames ( slow! - it really counts )

C++ signature : unsigned long nr_frames(core::fragment::FragSet {lvalue})

def overlapping_with_region(

...)

Inheritance: FragSet.overlapping_with_region

overlapping_with_region( (FragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : returns the number and list of all fragment alignment frames that somehow overlap with the given region (also allows those frames that start before the region and reach into it)

C++ signature : unsigned long overlapping_with_region(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region(

...)

Inheritance: FragSet.region

region( (FragSetCollection)arg1, (MoveMap)move_map, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : core/fragment/FragSetCollection.hh:70

C++ signature : unsigned long region(core::fragment::FragSetCollection {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_all(

...)

Inheritance: FragSet.region_all

region_all( (FragSet)arg1, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : return a list of frames that all sample the specified region, assume all motions are allowed

C++ signature : unsigned long region_all(core::fragment::FragSet {lvalue},unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_simple(

...)

Inheritance: FragSet.region_simple

region_simple( (FragSet)arg1, (int)start, (int)end, (FrameList)frames) -> int : returns fragments that exactly span seq_pos start...end

C++ signature : unsigned long region_simple(core::fragment::FragSet {lvalue},unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def shift_by(

...)

Inheritance: FragSet.shift_by

shift_by( (FragSet)arg1, (int)offset) -> None : shift all frames in FragSet by offset

C++ signature : void shift_by(core::fragment::FragSet {lvalue},int)

def size(

...)

Inheritance: FragSet.size

size( (FragSet)arg1) -> int : returns total size--> counts together all frags in each frame

C++ signature : unsigned long size(core::fragment::FragSet {lvalue})

class FragSetCollectionAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragSetCollectionAP)arg1) -> FragSetCollection :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragSetCollectionCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragSetCollectionCAP)arg1) -> FragSetCollection :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragmentIO

core/fragment/FragmentIO.hh:55

Ancestors (in MRO)

  • FragmentIO
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (FragmentIO)) -> None : core/fragment/FragmentIO.hh:55

C++ signature :
    void __init__(_object*,core::fragment::FragmentIO)

init( (object)arg1, (int)top [, (int)ncopies=1 [, (bool)bAnnotate=True]]) -> None : core/fragment/FragmentIO.hh:60

C++ signature :
    void __init__(_object*,unsigned long [,unsigned long=1 [,bool=True]])

def clean_frag_cache(

...)

clean_frag_cache( (FragmentIO)arg1) -> None : remove all FragSets that are not referenced outside the cache.

C++ signature : void clean_frag_cache(core::fragment::FragmentIO {lvalue})

def get_frag_factory(

...)

get_frag_factory( (FragmentIO)arg1) -> FragFactory : core/fragment/FragmentIO.hh:78

C++ signature : core::fragment::FragFactory {lvalue} get_frag_factory(core::fragment::FragmentIO {lvalue})

def read_data(

...)

read_data( (FragmentIO)arg1, (str)filename) -> FragSet : read a FragSet... note that this function caches the fragment set. i.e., if you read the same set from multiple positions in the code you get the same set. if you read a new file ... we'll check the cache for stale references and delete them...

C++ signature :
    boost::shared_ptr<core::fragment::FragSet> read_data(core::fragment::FragmentIO {lvalue},std::string)

read_data( (FragmentIO)arg1, (str)filename, (FrameList)) -> None : core/fragment/FragmentIO.hh:72

C++ signature :
    void read_data(core::fragment::FragmentIO {lvalue},std::string,core::fragment::FrameList {lvalue})

read_data( (FragmentIO)arg1, (std_istream)data, (FrameList)) -> None : core/fragment/FragmentIO.hh:74

C++ signature :
    void read_data(core::fragment::FragmentIO {lvalue},std::istream {lvalue},core::fragment::FrameList {lvalue})

def set_ncopies(

...)

set_ncopies( (FragmentIO)arg1, (int)setting) -> None : Updates the number of copies of each fragment to keep (default 1)

C++ signature : void set_ncopies(core::fragment::FragmentIO {lvalue},unsigned long)

def set_read_annotation(

...)

set_read_annotation( (FragmentIO)arg1 [, (bool)setting=True]) -> None : Toggles between reading annotated (true) and non-annotated (false)

C++ signature : void set_read_annotation(core::fragment::FragmentIO {lvalue} [,bool=True])

def set_top_frag_num(

...)

set_top_frag_num( (FragmentIO)arg1, (int)setting) -> None : Updates the number of distinct fragments to keep

C++ signature : void set_top_frag_num(core::fragment::FragmentIO {lvalue},unsigned long)

def write_data(

...)

write_data( (FragmentIO)arg1, (str)file, (FragSet)frags) -> None : core/fragment/FragmentIO.hh:76

C++ signature : void write_data(core::fragment::FragmentIO {lvalue},std::string,core::fragment::FragSet)

class FragmentIOAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragmentIOAP)arg1) -> FragmentIO :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragmentIOCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragmentIOCAP)arg1) -> FragmentIO :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragmentRmsd

core/fragment/FragmentRmsd.hh:35

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1, (FragSet)fragments) -> None : core/fragment/FragmentRmsd.hh:41

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::FragSet const>)

init( (object)arg1, (FragmentRmsd)) -> None : core/fragment/FragmentRmsd.hh:35

C++ signature :
    void __init__(_object*,core::fragment::FragmentRmsd)

def fragment(

...)

fragment( (FragmentRmsd)arg1, (int)position, (int)k) -> FragData : Returns the kth fragment at the specified position in the fragment library.

C++ signature : boost::shared_ptr fragment(core::fragment::FragmentRmsd {lvalue},unsigned long,unsigned long)

def rmsd(

...)

rmsd( (FragmentRmsd)arg1, (int)position, (int)k, (Pose)reference) -> float : Returns the RMSD of the kth fragment at the specified position in the fragment library and pose.

C++ signature : double rmsd(core::fragment::FragmentRmsd {lvalue},unsigned long,unsigned long,core::pose::Pose)

class FragmentRmsdAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragmentRmsdAP)arg1) -> FragmentRmsd :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FragmentRmsdCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FragmentRmsdCAP)arg1) -> FragmentRmsd :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class Frame

Frame couples a list of FragData-instances to a certain alignment frame, i.e., position in sequence space @detail A frame may be continous, i.e., its fragment data will be applied to all residues between start() and end() or ( in a specialized version inheriting this interface) may contain a loose list of sequence positions. Instances of FragData (e.g., the Torsion-Angles of a specific Fragment) can be added and deleted via add_- or delete_fragment() methods. a fragment is inserted into the structure via the apply() method and the steal() method is its inverse: an instance of FragData is created from the structure of the pose at the dof's specified in the other FragData's of the Frame. The new FragData is added as last fragment to the frame. accessors to underlying FragData-instances are available as fragment() or fragment_ptr(). Frame supports the FragCache --> see FragCache for documentation. MoveMaps: It should be possible to specify which dofs can be moved. In this case fragment-insertions should a) only be allowed if all dofs affected are moveable or b) only change those dofs that are moveable. this information could be handled by an extended version of the kinematics::movemap. The movemap would then have to functions: 1) which dofs are changed by a certain FragData/Frame 2) which dofs are moveable comparison of movemaps, i.e., M1 <= M2 could tell us if dofs tagged in M1 are also tagged in M2: i.e., the M_fragdata<= M_pose would tell us that the fragment is applicable to the Pose.

Ancestors (in MRO)

  • Frame
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (Frame)) -> None : Frame couples a list of FragData-instances to a certain alignment frame, i.e., position in sequence space @detail A frame may be continous, i.e., its fragment data will be applied to all residues between start() and end() or ( in a specialized version inheriting this interface) may contain a loose list of sequence positions. Instances of FragData (e.g., the Torsion-Angles of a specific Fragment) can be added and deleted via add_- or delete_fragment() methods. a fragment is inserted into the structure via the apply() method and the steal() method is its inverse: an instance of FragData is created from the structure of the pose at the dof's specified in the other FragData's of the Frame. The new FragData is added as last fragment to the frame. accessors to underlying FragData-instances are available as fragment() or fragment_ptr(). Frame supports the FragCache --> see FragCache for documentation. MoveMaps: It should be possible to specify which dofs can be moved. In this case fragment-insertions should a) only be allowed if all dofs affected are moveable or b) only change those dofs that are moveable. this information could be handled by an extended version of the kinematics::movemap. The movemap would then have to functions: 1) which dofs are changed by a certain FragData/Frame 2) which dofs are moveable comparison of movemaps, i.e., M1 <= M2 could tell us if dofs tagged in M1 are also tagged in M2: i.e., the M_fragdata<= M_pose would tell us that the fragment is applicable to the Pose.

C++ signature :
    void __init__(_object*,core::fragment::Frame)

init( (object)arg1, (int)begin, (int)end, (int)nr_res) -> None : core/fragment/Frame.hh:110

C++ signature :
    void __init__(_object*,unsigned long,unsigned long,unsigned long)

init( (object)arg1, (int)start, (int)length) -> None : core/fragment/Frame.hh:112

C++ signature :
    void __init__(_object*,unsigned long,unsigned long)

init( (object)arg1, (int)start) -> None : core/fragment/Frame.hh:114

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (int)start, (CPP_FragData)frag1) -> None : core/fragment/Frame.hh:116

C++ signature :
    void __init__(_object*,unsigned long,boost::shared_ptr<core::fragment::FragData const>)

init( (object)arg1, (int)start, (int)length, (CPP_SingleResidueFragData)srfd) -> None : core/fragment/Frame.hh:118

C++ signature :
    void __init__(_object*,unsigned long,unsigned long,boost::shared_ptr<core::fragment::SingleResidueFragData>)

def add_fragment(

...)

add_fragment( (Frame)arg1, (CPP_FragData)new_frag) -> int : add a fragment .. return new frag_nr

C++ signature :
    unsigned long add_fragment(core::fragment::Frame {lvalue},boost::shared_ptr<core::fragment::FragData const>)

add_fragment( (Frame)arg1, (object)new_frags) -> bool : add all fragments in list

C++ signature :
    bool add_fragment(core::fragment::Frame {lvalue},utility::vector1<boost::shared_ptr<core::fragment::FragData const>, std::allocator<boost::shared_ptr<core::fragment::FragData const> > >)

def align(

...)

align( (Frame)arg1, (SequenceMapping)map) -> bool : change frames residue numbers accoriding to map

C++ signature :
    bool align(core::fragment::Frame {lvalue},core::id::SequenceMapping)

align( (Frame)arg1, (SequenceMapping)map) -> bool :

C++ signature :
    bool align(Frame_exposer_callback {lvalue},core::id::SequenceMapping)

def apply(

...)

apply( (Frame)arg1, (MoveMap), (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,core::pose::Pose {lvalue})

apply( (Frame)arg1, (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose --- ignore movemap

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue})

def apply_ss(

...)

apply_ss( (Frame)arg1, (MoveMap), (int)frag_num, (str)ss) -> int : change ss-string according to sec-struct info in fragments

C++ signature : unsigned long apply_ss(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,std::string {lvalue})

def cache(

...)

cache( (Frame)arg1, (str)tag, (CPP_BaseCacheUnit)new_cache) -> BaseCacheUnit : return handle to cached data stored under "tag" shouldn't be called directly

C++ signature : core::fragment::BaseCacheUnit {lvalue} cache(core::fragment::Frame {lvalue},std::string,boost::shared_ptr)

def clear(

...)

clear( (Frame)arg1) -> None : remove all valid fragments, a template fragment will be left over

C++ signature : void clear(core::fragment::Frame {lvalue})

def clone(

...)

clone( (Frame)arg1) -> Frame : clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(core::fragment::Frame {lvalue})

clone( (Frame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(Frame_exposer_callback {lvalue})

def clone_cache_data(

...)

clone_cache_data( (Frame)arg1, (Frame)source, (int)sid, (int)nid) -> None : copies all entries in the Frame-Cache for fragment "sid" of Frame "source" to fragment "nid" of "this" frame

C++ signature : void clone_cache_data(core::fragment::Frame {lvalue},core::fragment::Frame,unsigned long,unsigned long)

def clone_with_frags(

...)

clone_with_frags( (Frame)arg1) -> Frame : clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(core::fragment::Frame {lvalue})

clone_with_frags( (Frame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(Frame_exposer_callback {lvalue})

def clone_with_template(

...)

clone_with_template( (Frame)arg1) -> Frame : clone method, new frame with same alignment position, one fragments is copied as template ( valid() == false )

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(core::fragment::Frame {lvalue})

clone_with_template( (Frame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(Frame_exposer_callback {lvalue})

def contains_seqpos(

...)

contains_seqpos( (Frame)arg1, (int)seqpos) -> bool : whether this fragment contains a certain position

C++ signature : bool contains_seqpos(core::fragment::Frame {lvalue},unsigned long)

def end(

...)

end( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long end(core::fragment::Frame {lvalue})

def frag_id(

...)

frag_id( (Frame)arg1, (int)frag_num) -> int : a unique id for every fragment in the list. his is silly, but would enable later on to avoid cache_clearence on deletion of FragData entries in this case, we would require that the ID of a certain fragment never changes, even if the position in FragList changes

C++ signature : unsigned long frag_id(core::fragment::Frame {lvalue},unsigned long)

def fragment(

...)

fragment( (Frame)arg1, (int)frag_num) -> FragData : accesors for underlying FragData

C++ signature : core::fragment::FragData fragment(core::fragment::Frame {lvalue},unsigned long)

def fragment_as_pose(

...)

fragment_as_pose( (Frame)arg1, (int)frag_num, (Pose)pose, (ResidueTypeSetCAP)restype_set) -> None : returns a (small) pose with fragment ( continous from seqpos 1 ... nr_res_affected() )

C++ signature : void fragment_as_pose(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue},boost::weak_ptr)

def fragment_ptr(

...)

fragment_ptr( (Frame)arg1, (int)frag_num) -> FragData : accessor for underlying FragData as owning ptr

C++ signature : boost::shared_ptr fragment_ptr(core::fragment::Frame {lvalue},unsigned long)

def generate_sub_frame(

...)

generate_sub_frame( (Frame)arg1, (int)length [, (int)start=1]) -> Frame : generate_sub_frame of length from start ( internal numbers )

C++ signature : boost::shared_ptr generate_sub_frame(core::fragment::Frame {lvalue},unsigned long [,unsigned long=1])

def is_applicable(

...)

is_applicable( (Frame)arg1, (MoveMap)) -> int : is the Frame applicable to the pose with the given movemap?

C++ signature : unsigned long is_applicable(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def is_continuous(

...)

is_continuous( (Frame)arg1) -> bool : /////// properties of the Frame/////////////////// true if frame is continuous (always true for base class)

C++ signature :
    bool is_continuous(core::fragment::Frame {lvalue})

is_continuous( (Frame)arg1) -> bool :

C++ signature :
    bool is_continuous(Frame_exposer_callback {lvalue})

def is_mergeable(

...)

is_mergeable( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:263

C++ signature : bool is_mergeable(core::fragment::Frame {lvalue},core::fragment::Frame)

def is_valid(

...)

is_valid( (Frame)arg1) -> bool : a frame is considered valid if at least one fragment is contained and this fragment is also valid (not an empty template fragment)

C++ signature : bool is_valid(core::fragment::Frame {lvalue})

def length(

...)

length( (Frame)arg1) -> int : number of residues in this frame ( for continuous frames it is the same as end()-start() + 1 )

C++ signature : unsigned long length(core::fragment::Frame {lvalue})

def merge(

...)

merge( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:265

C++ signature : bool merge(core::fragment::Frame {lvalue},core::fragment::Frame)

def moves_residue(

...)

moves_residue( (Frame)arg1, (int)pos) -> bool : core/fragment/Frame.hh:232

C++ signature :
    bool moves_residue(core::fragment::Frame {lvalue},unsigned long)

moves_residue( (Frame)arg1, (int)pos) -> bool :

C++ signature :
    bool moves_residue(Frame_exposer_callback {lvalue},unsigned long)

def nr_frags(

...)

nr_frags( (Frame)arg1) -> int : number of fragments attached to this frame

C++ signature : unsigned long nr_frags(core::fragment::Frame {lvalue})

def nr_res_affected(

...)

nr_res_affected( (Frame)arg1, (MoveMap)mm) -> int : number of residues affected by this frame

C++ signature : unsigned long nr_res_affected(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def read(

...)

read( (Frame)arg1, (std_istream)in) -> None : core/fragment/Frame.hh:261

C++ signature :
    void read(core::fragment::Frame {lvalue},std::istream {lvalue})

read( (Frame)arg1, (std_istream)in) -> None :

C++ signature :
    void read(Frame_exposer_callback {lvalue},std::istream {lvalue})

def seqpos(

...)

seqpos( (Frame)arg1, (int)intra_pos) -> int : translate intra-frame position into sequence position. (trivial for base-class)

C++ signature :
    unsigned long seqpos(core::fragment::Frame {lvalue},unsigned long)

seqpos( (Frame)arg1, (int)intra_pos) -> int :

C++ signature :
    unsigned long seqpos(Frame_exposer_callback {lvalue},unsigned long)

def shift_by(

...)

shift_by( (Frame)arg1, (int)offset) -> None : shift frame by offset relative to current start position ( change end accordingly )

C++ signature :
    void shift_by(core::fragment::Frame {lvalue},int)

shift_by( (Frame)arg1, (int)offset) -> None :

C++ signature :
    void shift_by(Frame_exposer_callback {lvalue},int)

def shift_to(

...)

shift_to( (Frame)arg1, (int)setting) -> None : shift to new start position ( change end accordingly )

C++ signature :
    void shift_to(core::fragment::Frame {lvalue},unsigned long)

shift_to( (Frame)arg1, (int)setting) -> None :

C++ signature :
    void shift_to(Frame_exposer_callback {lvalue},unsigned long)

def show(

...)

show( (Frame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:255

C++ signature :
    void show(core::fragment::Frame {lvalue},std::ostream {lvalue})

show( (Frame)arg1, (OStream)out) -> None :

C++ signature :
    void show(Frame_exposer_callback {lvalue},std::ostream {lvalue})

def show_classic(

...)

show_classic( (Frame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:251

C++ signature :
    void show_classic(core::fragment::Frame {lvalue},std::ostream {lvalue})

show_classic( (Frame)arg1, (OStream)out) -> None :

C++ signature :
    void show_classic(Frame_exposer_callback {lvalue},std::ostream {lvalue})

def show_header(

...)

show_header( (Frame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:258

C++ signature :
    void show_header(core::fragment::Frame {lvalue},std::ostream {lvalue})

show_header( (Frame)arg1, (OStream)out) -> None :

C++ signature :
    void show_header(Frame_exposer_callback {lvalue},std::ostream {lvalue})

def start(

...)

start( (Frame)arg1) -> int : first seqpos of this frame

C++ signature : unsigned long start(core::fragment::Frame {lvalue})

def steal(

...)

steal( (Frame)arg1, (Pose)pose) -> bool : obtain fragment from pose at frame position

C++ signature : bool steal(core::fragment::Frame {lvalue},core::pose::Pose)

def stop(

...)

stop( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long stop(core::fragment::Frame {lvalue})

def type(

...)

type( (Frame)arg1) -> str : type() is specifying the output name of the Frame in FragmentIO ("FRAME", "JUMPFRAME", etc)

C++ signature :
    std::string type(core::fragment::Frame {lvalue})

type( (Frame)arg1) -> str :

C++ signature :
    std::string type(Frame_exposer_callback {lvalue})

class FrameAP

Ancestors (in MRO)

  • FrameAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameAP)arg1) -> Frame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameCAP

Ancestors (in MRO)

  • FrameCAP
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameCAP)arg1) -> Frame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameIterator

core/fragment/FrameIterator.hh:94

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: ConstFrameIterator.__init__

init( (object)arg1, (FrameIteratorWorker_)it) -> None : core/fragment/FrameIterator.hh:98

C++ signature :
    void __init__(_object*,boost::shared_ptr<core::fragment::FrameIteratorWorker_>)

init( (object)arg1, (FrameIterator)) -> None : core/fragment/FrameIterator.hh:94

C++ signature :
    void __init__(_object*,core::fragment::FrameIterator)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

def assign(

...)

Inheritance: ConstFrameIterator.assign

assign( (FrameIterator)arg1, (FrameIterator)itr) -> FrameIterator : core/fragment/FrameIterator.hh:108

C++ signature : core::fragment::FrameIterator assign(core::fragment::FrameIterator {lvalue},core::fragment::FrameIterator)

def frame_ptr(

...)

Inheritance: ConstFrameIterator.frame_ptr

frame_ptr( (FrameIterator)arg1) -> Frame : core/fragment/FrameIterator.hh:118

C++ signature : boost::shared_ptr frame_ptr(core::fragment::FrameIterator {lvalue})

class FrameIteratorAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameIteratorAP)arg1) -> FrameIterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameIteratorCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameIteratorCAP)arg1) -> FrameIterator :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameIteratorWorker_

core/fragment/FrameIteratorWorker_.hh:50

Ancestors (in MRO)

class FrameIteratorWorker_AP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameIteratorWorker_AP)arg1) -> FrameIteratorWorker_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameIteratorWorker_CAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameIteratorWorker_CAP)arg1) -> FrameIteratorWorker_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameList

core/fragment/FrameList.hh:37

Ancestors (in MRO)

  • FrameList
  • Boost.Python.instance
  • __builtin__.object

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def flat_size(

...)

flat_size( (FrameList)arg1) -> int : core/fragment/FrameList.hh:43

C++ signature : unsigned long flat_size(core::fragment::FrameList {lvalue})

def fragID(

...)

fragID( (FrameList)arg1, (int)flat_nr) -> FragID : core/fragment/FrameList.hh:42

C++ signature : core::fragment::FragID fragID(core::fragment::FrameList {lvalue},unsigned long)

def frame_vector(

...)

frame_vector( (FrameList)arg1) -> vector1_FrameOP : core/fragment/FrameList.hh:45

C++ signature : utility::vector1, std::allocator > > frame_vector(core::fragment::FrameList {lvalue})

class FrameListAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameListAP)arg1) -> FrameList :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameListCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameListCAP)arg1) -> FrameList :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameListIterator_

core/fragment/FrameListIterator_.hh:38

Ancestors (in MRO)

class FrameListIterator_AP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameListIterator_AP)arg1) -> FrameListIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class FrameListIterator_CAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (FrameListIterator_CAP)arg1) -> FrameListIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class IndependentBBTorsionSRFD

A version of BBTorsionSRFD that considers each torsion independently during is_applicable() and apply() calls when passed a MoveMap (vs the all-torsions-must-be-moveable-or-nothing-is behavior in the original BBTorsionSRFD).

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: BBTorsionSRFD.__init__

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (int)n_bbtorsions, (str)secstruct, (str)sequence) -> None : constructor [in] n_bbtorsions Number of backbone torsions. [in] secstruct The single character secondary structure type. [in] sequence The single character sequence type.

C++ signature :
    void __init__(_object*,unsigned long,char,char)

init( (object)arg1, (IndependentBBTorsionSRFD)rval) -> None : copy constructor

C++ signature :
    void __init__(_object*,core::fragment::IndependentBBTorsionSRFD)

def apply(

...)

Inheritance: BBTorsionSRFD.apply

apply( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool : apply only torsions in this fragment marked as moveable in the given MoveMap [in] movemap Check for moveable torsions in this MoveMap. [in,out] pose The Pose to modify. [in] seqpos Insert at this sequence position. True if at least one torsion inserted and second level superclass SecstructSRFD::apply() succeeded, otherwise false.

C++ signature :
    bool apply(core::fragment::IndependentBBTorsionSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool :

C++ signature :
    bool apply(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (IndependentBBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos );

C++ signature :
    bool apply(core::fragment::IndependentBBTorsionSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (IndependentBBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap

C++ signature :
    bool apply(core::fragment::IndependentBBTorsionSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool :

C++ signature :
    bool apply(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (IndependentBBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool : insert all backbone torsions into pose at position seq_pos

C++ signature :
    bool apply(core::fragment::IndependentBBTorsionSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (IndependentBBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool apply(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

def apply_ss(

...)

Inheritance: BBTorsionSRFD.apply_ss

apply_ss( (IndependentBBTorsionSRFD)arg1, (str), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:79

C++ signature :
    bool apply_ss(core::fragment::IndependentBBTorsionSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (IndependentBBTorsionSRFD)arg1, (str), (int)seq_pos) -> bool :

C++ signature :
    bool apply_ss(IndependentBBTorsionSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

apply_ss( (IndependentBBTorsionSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::IndependentBBTorsionSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (IndependentBBTorsionSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply_ss(IndependentBBTorsionSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

def assign(

...)

Inheritance: BBTorsionSRFD.assign

assign( (IndependentBBTorsionSRFD)arg1, (IndependentBBTorsionSRFD)rval) -> IndependentBBTorsionSRFD : copy assignment

C++ signature : core::fragment::IndependentBBTorsionSRFD {lvalue} assign(core::fragment::IndependentBBTorsionSRFD {lvalue},core::fragment::IndependentBBTorsionSRFD)

def clone(

...)

Inheritance: BBTorsionSRFD.clone

clone( (IndependentBBTorsionSRFD)arg1) -> SingleResidueFragData : clone this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::IndependentBBTorsionSRFD {lvalue})

clone( (IndependentBBTorsionSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(IndependentBBTorsionSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: BBTorsionSRFD.create

create( (IndependentBBTorsionSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::IndependentBBTorsionSRFD {lvalue})

create( (IndependentBBTorsionSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(IndependentBBTorsionSRFD_exposer_callback {lvalue})

def has_coordinates(

...)

Inheritance: BBTorsionSRFD.has_coordinates

has_coordinates( (BBTorsionSRFD)arg1) -> bool : Returns true if this instance contains cartesian coordinates, false otherwise. Coordinates are available if the option is enabled in the new fragment picker and rosetta++ fragments are used.

C++ signature : bool has_coordinates(core::fragment::BBTorsionSRFD {lvalue})

def is_applicable(

...)

Inheritance: BBTorsionSRFD.is_applicable

is_applicable( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (int)seqpos) -> bool : is at least one torsion marked as moveable in the given MoveMap? [in] movemap Check for moveable torsions in this MoveMap. [in] seqpos Check at this sequence position. True if at least one torsion moveable and second level superclass SecstructSRFD::is_applicable(), otherwise False.

C++ signature :
    bool is_applicable(core::fragment::IndependentBBTorsionSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (IndependentBBTorsionSRFD)arg1, (MoveMap)movemap, (int)seqpos) -> bool :

C++ signature :
    bool is_applicable(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (IndependentBBTorsionSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::IndependentBBTorsionSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (IndependentBBTorsionSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

def is_compatible(

...)

Inheritance: BBTorsionSRFD.is_compatible

is_compatible( (IndependentBBTorsionSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/BBTorsionSRFD.hh:136

C++ signature :
    bool is_compatible(core::fragment::IndependentBBTorsionSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (IndependentBBTorsionSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def nbb(

...)

Inheritance: BBTorsionSRFD.nbb

nbb( (BBTorsionSRFD)arg1) -> int : number of backbone torsions described by this fragment

C++ signature : unsigned long nbb(core::fragment::BBTorsionSRFD {lvalue})

def read_data(

...)

Inheritance: BBTorsionSRFD.read_data

read_data( (IndependentBBTorsionSRFD)arg1, (std_istream)in) -> None : core/fragment/BBTorsionSRFD.hh:146

C++ signature :
    void read_data(core::fragment::IndependentBBTorsionSRFD {lvalue},std::istream {lvalue})

read_data( (IndependentBBTorsionSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read_data(IndependentBBTorsionSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: BBTorsionSRFD.secstruct

secstruct( (IndependentBBTorsionSRFD)arg1) -> str : get secstruct for this position

C++ signature :
    char secstruct(core::fragment::IndependentBBTorsionSRFD {lvalue})

secstruct( (IndependentBBTorsionSRFD)arg1) -> str :

C++ signature :
    char secstruct(IndependentBBTorsionSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: BBTorsionSRFD.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_coordinates(

...)

Inheritance: BBTorsionSRFD.set_coordinates

set_coordinates( (BBTorsionSRFD)arg1, (float)x, (float)y, (float)z) -> None : Convenience method for setting this residue's CA coordinates all at once

C++ signature : void set_coordinates(core::fragment::BBTorsionSRFD {lvalue},double,double,double)

def set_secstruct(

...)

Inheritance: BBTorsionSRFD.set_secstruct

set_secstruct( (SecstructSRFD)arg1, (str)ss) -> None : core/fragment/SecstructSRFD.hh:67

C++ signature : void set_secstruct(core::fragment::SecstructSRFD {lvalue},char)

def set_sequence(

...)

Inheritance: BBTorsionSRFD.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def set_torsion(

...)

Inheritance: BBTorsionSRFD.set_torsion

set_torsion( (BBTorsionSRFD)arg1, (int)tor, (float)setting) -> None : set value for specific torsion in this piece of fragment.

C++ signature : void set_torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long,double)

def show(

...)

Inheritance: BBTorsionSRFD.show

show( (IndependentBBTorsionSRFD)arg1, (OStream)out) -> None : core/fragment/BBTorsionSRFD.hh:144

C++ signature :
    void show(core::fragment::IndependentBBTorsionSRFD {lvalue},std::ostream {lvalue})

show( (IndependentBBTorsionSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(IndependentBBTorsionSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: BBTorsionSRFD.steal

steal( (IndependentBBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/BBTorsionSRFD.hh:135

C++ signature :
    bool steal(core::fragment::IndependentBBTorsionSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (IndependentBBTorsionSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool steal(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

steal( (IndependentBBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::IndependentBBTorsionSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (IndependentBBTorsionSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool steal(IndependentBBTorsionSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

def torsion(

...)

Inheritance: BBTorsionSRFD.torsion

torsion( (BBTorsionSRFD)arg1, (int)torsion_number) -> float : get the value for a specific torsion in this fragment

C++ signature : double torsion(core::fragment::BBTorsionSRFD {lvalue},unsigned long)

def type(

...)

Inheritance: BBTorsionSRFD.type

type( (IndependentBBTorsionSRFD)arg1) -> str : core/fragment/BBTorsionSRFD.hh:148

C++ signature :
    std::string type(core::fragment::IndependentBBTorsionSRFD {lvalue})

type( (IndependentBBTorsionSRFD)arg1) -> str :

C++ signature :
    std::string type(IndependentBBTorsionSRFD_exposer_callback {lvalue})

def x(

...)

Inheritance: BBTorsionSRFD.x

x( (BBTorsionSRFD)arg1) -> float : Returns the x coordinate of this residue's CA

C++ signature : double x(core::fragment::BBTorsionSRFD {lvalue})

def y(

...)

Inheritance: BBTorsionSRFD.y

y( (BBTorsionSRFD)arg1) -> float : Returns the y coordinate of this residue's CA

C++ signature : double y(core::fragment::BBTorsionSRFD {lvalue})

def z(

...)

Inheritance: BBTorsionSRFD.z

z( (BBTorsionSRFD)arg1) -> float : Returns the z coordinate of this residue's CA

C++ signature : double z(core::fragment::BBTorsionSRFD {lvalue})

class IndependentBBTorsionSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (IndependentBBTorsionSRFDAP)arg1) -> IndependentBBTorsionSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class IndependentBBTorsionSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (IndependentBBTorsionSRFDCAP)arg1) -> IndependentBBTorsionSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class JumpingFrame

JumpingFrame, so far there is nothing special about JumpingFrames. but I think we might want to have additionally information like the start and end residues that belong to a certain jump_nr.! okay: right now I require that the creator of a JumpingFrame sets start to the start-residue of the jump

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: NonContinuousFrame.__init__

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (JumpingFrame)) -> None : JumpingFrame, so far there is nothing special about JumpingFrames. but I think we might want to have additionally information like the start and end residues that belong to a certain jump_nr.! okay: right now I require that the creator of a JumpingFrame sets start to the start-residue of the jump

C++ signature :
    void __init__(_object*,core::fragment::JumpingFrame)

init( (object)arg1, (int)start, (int)end, (int)length) -> None : core/fragment/JumpingFrame.hh:128

C++ signature :
    void __init__(_object*,unsigned long,unsigned long,unsigned long)

def add_fragment(

...)

Inheritance: NonContinuousFrame.add_fragment

add_fragment( (Frame)arg1, (CPP_FragData)new_frag) -> int : add a fragment .. return new frag_nr

C++ signature :
    unsigned long add_fragment(core::fragment::Frame {lvalue},boost::shared_ptr<core::fragment::FragData const>)

add_fragment( (Frame)arg1, (object)new_frags) -> bool : add all fragments in list

C++ signature :
    bool add_fragment(core::fragment::Frame {lvalue},utility::vector1<boost::shared_ptr<core::fragment::FragData const>, std::allocator<boost::shared_ptr<core::fragment::FragData const> > >)

def align(

...)

Inheritance: NonContinuousFrame.align

align( (JumpingFrame)arg1, (SequenceMapping)map) -> bool : core/fragment/JumpingFrame.hh:106

C++ signature :
    bool align(core::fragment::JumpingFrame {lvalue},core::id::SequenceMapping)

align( (JumpingFrame)arg1, (SequenceMapping)map) -> bool :

C++ signature :
    bool align(JumpingFrame_exposer_callback {lvalue},core::id::SequenceMapping)

def apply(

...)

Inheritance: NonContinuousFrame.apply

apply( (Frame)arg1, (MoveMap), (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,core::pose::Pose {lvalue})

apply( (Frame)arg1, (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose --- ignore movemap

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue})

def apply_ss(

...)

Inheritance: NonContinuousFrame.apply_ss

apply_ss( (Frame)arg1, (MoveMap), (int)frag_num, (str)ss) -> int : change ss-string according to sec-struct info in fragments

C++ signature : unsigned long apply_ss(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,std::string {lvalue})

def cache(

...)

Inheritance: NonContinuousFrame.cache

cache( (Frame)arg1, (str)tag, (CPP_BaseCacheUnit)new_cache) -> BaseCacheUnit : return handle to cached data stored under "tag" shouldn't be called directly

C++ signature : core::fragment::BaseCacheUnit {lvalue} cache(core::fragment::Frame {lvalue},std::string,boost::shared_ptr)

def clear(

...)

Inheritance: NonContinuousFrame.clear

clear( (Frame)arg1) -> None : remove all valid fragments, a template fragment will be left over

C++ signature : void clear(core::fragment::Frame {lvalue})

def clone(

...)

Inheritance: NonContinuousFrame.clone

clone( (JumpingFrame)arg1) -> Frame : convience --- generate a matching FragData object dofs are unitialized! clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(core::fragment::JumpingFrame {lvalue})

clone( (JumpingFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(JumpingFrame_exposer_callback {lvalue})

def clone_cache_data(

...)

Inheritance: NonContinuousFrame.clone_cache_data

clone_cache_data( (Frame)arg1, (Frame)source, (int)sid, (int)nid) -> None : copies all entries in the Frame-Cache for fragment "sid" of Frame "source" to fragment "nid" of "this" frame

C++ signature : void clone_cache_data(core::fragment::Frame {lvalue},core::fragment::Frame,unsigned long,unsigned long)

def clone_with_frags(

...)

Inheritance: NonContinuousFrame.clone_with_frags

clone_with_frags( (JumpingFrame)arg1) -> Frame : clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(core::fragment::JumpingFrame {lvalue})

clone_with_frags( (JumpingFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(JumpingFrame_exposer_callback {lvalue})

def clone_with_template(

...)

Inheritance: NonContinuousFrame.clone_with_template

clone_with_template( (JumpingFrame)arg1) -> Frame : clone method, new frame with same alignment position, one fragments is copied as template ( valid() == false )

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(core::fragment::JumpingFrame {lvalue})

clone_with_template( (JumpingFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(JumpingFrame_exposer_callback {lvalue})

def contains_seqpos(

...)

Inheritance: NonContinuousFrame.contains_seqpos

contains_seqpos( (Frame)arg1, (int)seqpos) -> bool : whether this fragment contains a certain position

C++ signature : bool contains_seqpos(core::fragment::Frame {lvalue},unsigned long)

def end(

...)

Inheritance: NonContinuousFrame.end

end( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long end(core::fragment::Frame {lvalue})

def frag_id(

...)

Inheritance: NonContinuousFrame.frag_id

frag_id( (Frame)arg1, (int)frag_num) -> int : a unique id for every fragment in the list. his is silly, but would enable later on to avoid cache_clearence on deletion of FragData entries in this case, we would require that the ID of a certain fragment never changes, even if the position in FragList changes

C++ signature : unsigned long frag_id(core::fragment::Frame {lvalue},unsigned long)

def fragment(

...)

Inheritance: NonContinuousFrame.fragment

fragment( (Frame)arg1, (int)frag_num) -> FragData : accesors for underlying FragData

C++ signature : core::fragment::FragData fragment(core::fragment::Frame {lvalue},unsigned long)

def fragment_as_pose(

...)

Inheritance: NonContinuousFrame.fragment_as_pose

fragment_as_pose( (Frame)arg1, (int)frag_num, (Pose)pose, (ResidueTypeSetCAP)restype_set) -> None : returns a (small) pose with fragment ( continous from seqpos 1 ... nr_res_affected() )

C++ signature : void fragment_as_pose(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue},boost::weak_ptr)

def fragment_ptr(

...)

Inheritance: NonContinuousFrame.fragment_ptr

fragment_ptr( (Frame)arg1, (int)frag_num) -> FragData : accessor for underlying FragData as owning ptr

C++ signature : boost::shared_ptr fragment_ptr(core::fragment::Frame {lvalue},unsigned long)

def generate_sub_frame(

...)

Inheritance: NonContinuousFrame.generate_sub_frame

generate_sub_frame( (Frame)arg1, (int)length [, (int)start=1]) -> Frame : generate_sub_frame of length from start ( internal numbers )

C++ signature : boost::shared_ptr generate_sub_frame(core::fragment::Frame {lvalue},unsigned long [,unsigned long=1])

def is_applicable(

...)

Inheritance: NonContinuousFrame.is_applicable

is_applicable( (Frame)arg1, (MoveMap)) -> int : is the Frame applicable to the pose with the given movemap?

C++ signature : unsigned long is_applicable(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def is_continuous(

...)

Inheritance: NonContinuousFrame.is_continuous

is_continuous( (JumpingFrame)arg1) -> bool : true if frame is continuous

C++ signature :
    bool is_continuous(core::fragment::JumpingFrame {lvalue})

is_continuous( (JumpingFrame)arg1) -> bool :

C++ signature :
    bool is_continuous(JumpingFrame_exposer_callback {lvalue})

def is_mergeable(

...)

Inheritance: NonContinuousFrame.is_mergeable

is_mergeable( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:263

C++ signature : bool is_mergeable(core::fragment::Frame {lvalue},core::fragment::Frame)

def is_valid(

...)

Inheritance: NonContinuousFrame.is_valid

is_valid( (Frame)arg1) -> bool : a frame is considered valid if at least one fragment is contained and this fragment is also valid (not an empty template fragment)

C++ signature : bool is_valid(core::fragment::Frame {lvalue})

def length(

...)

Inheritance: NonContinuousFrame.length

length( (Frame)arg1) -> int : number of residues in this frame ( for continuous frames it is the same as end()-start() + 1 )

C++ signature : unsigned long length(core::fragment::Frame {lvalue})

def merge(

...)

Inheritance: NonContinuousFrame.merge

merge( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:265

C++ signature : bool merge(core::fragment::Frame {lvalue},core::fragment::Frame)

def moves_residue(

...)

Inheritance: NonContinuousFrame.moves_residue

moves_residue( (JumpingFrame)arg1, (int)pos) -> bool : core/fragment/JumpingFrame.hh:82

C++ signature :
    bool moves_residue(core::fragment::JumpingFrame {lvalue},unsigned long)

moves_residue( (JumpingFrame)arg1, (int)pos) -> bool :

C++ signature :
    bool moves_residue(JumpingFrame_exposer_callback {lvalue},unsigned long)

def nr_frags(

...)

Inheritance: NonContinuousFrame.nr_frags

nr_frags( (Frame)arg1) -> int : number of fragments attached to this frame

C++ signature : unsigned long nr_frags(core::fragment::Frame {lvalue})

def nr_res_affected(

...)

Inheritance: NonContinuousFrame.nr_res_affected

nr_res_affected( (Frame)arg1, (MoveMap)mm) -> int : number of residues affected by this frame

C++ signature : unsigned long nr_res_affected(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def read(

...)

Inheritance: NonContinuousFrame.read

read( (JumpingFrame)arg1, (std_istream)) -> None : core/fragment/JumpingFrame.hh:104

C++ signature :
    void read(core::fragment::JumpingFrame {lvalue},std::istream {lvalue})

read( (JumpingFrame)arg1, (std_istream)) -> None :

C++ signature :
    void read(JumpingFrame_exposer_callback {lvalue},std::istream {lvalue})

def seqpos(

...)

Inheritance: NonContinuousFrame.seqpos

seqpos( (JumpingFrame)arg1, (int)intra_pos) -> int : translate intra-frame position into sequence position. (trivial for base-class)

C++ signature :
    unsigned long seqpos(core::fragment::JumpingFrame {lvalue},unsigned long)

seqpos( (JumpingFrame)arg1, (int)intra_pos) -> int :

C++ signature :
    unsigned long seqpos(JumpingFrame_exposer_callback {lvalue},unsigned long)

def set_pos(

...)

Inheritance: NonContinuousFrame.set_pos

set_pos( (NonContinuousFrame)arg1, (int)intra_pos, (int)setting) -> None : assign sequence position or jump_nr to internal position pos

C++ signature : void set_pos(core::fragment::NonContinuousFrame {lvalue},unsigned long,unsigned long)

def shift_by(

...)

Inheritance: NonContinuousFrame.shift_by

shift_by( (JumpingFrame)arg1, (int)offset) -> None : shift frame by offset relative to current start position ( change end accordingly )

C++ signature :
    void shift_by(core::fragment::JumpingFrame {lvalue},int)

shift_by( (JumpingFrame)arg1, (int)offset) -> None :

C++ signature :
    void shift_by(JumpingFrame_exposer_callback {lvalue},int)

def shift_to(

...)

Inheritance: NonContinuousFrame.shift_to

shift_to( (JumpingFrame)arg1, (int)setting) -> None : shift to new start position ( change end accordingly )

C++ signature :
    void shift_to(core::fragment::JumpingFrame {lvalue},unsigned long)

shift_to( (JumpingFrame)arg1, (int)setting) -> None :

C++ signature :
    void shift_to(JumpingFrame_exposer_callback {lvalue},unsigned long)

def show(

...)

Inheritance: NonContinuousFrame.show

show( (JumpingFrame)arg1, (OStream)) -> None : core/fragment/JumpingFrame.hh:103

C++ signature :
    void show(core::fragment::JumpingFrame {lvalue},std::ostream {lvalue})

show( (JumpingFrame)arg1, (OStream)) -> None :

C++ signature :
    void show(JumpingFrame_exposer_callback {lvalue},std::ostream {lvalue})

def show_classic(

...)

Inheritance: NonContinuousFrame.show_classic

show_classic( (JumpingFrame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:251

C++ signature :
    void show_classic(core::fragment::JumpingFrame {lvalue},std::ostream {lvalue})

show_classic( (JumpingFrame)arg1, (OStream)out) -> None :

C++ signature :
    void show_classic(JumpingFrame_exposer_callback {lvalue},std::ostream {lvalue})

def show_header(

...)

Inheritance: NonContinuousFrame.show_header

show_header( (JumpingFrame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:258

C++ signature :
    void show_header(core::fragment::JumpingFrame {lvalue},std::ostream {lvalue})

show_header( (JumpingFrame)arg1, (OStream)out) -> None :

C++ signature :
    void show_header(JumpingFrame_exposer_callback {lvalue},std::ostream {lvalue})

def start(

...)

Inheritance: NonContinuousFrame.start

start( (Frame)arg1) -> int : first seqpos of this frame

C++ signature : unsigned long start(core::fragment::Frame {lvalue})

def steal(

...)

Inheritance: NonContinuousFrame.steal

steal( (Frame)arg1, (Pose)pose) -> bool : obtain fragment from pose at frame position

C++ signature : bool steal(core::fragment::Frame {lvalue},core::pose::Pose)

def stop(

...)

Inheritance: NonContinuousFrame.stop

stop( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long stop(core::fragment::Frame {lvalue})

def type(

...)

Inheritance: NonContinuousFrame.type

type( (JumpingFrame)arg1) -> str : core/fragment/JumpingFrame.hh:145

C++ signature :
    std::string type(core::fragment::JumpingFrame {lvalue})

type( (JumpingFrame)arg1) -> str :

C++ signature :
    std::string type(JumpingFrame_exposer_callback {lvalue})

class JumpingFrameAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (JumpingFrameAP)arg1) -> JumpingFrame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class JumpingFrameCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (JumpingFrameCAP)arg1) -> JumpingFrame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class NonContinuousFrame

JumpingFrame is a discontinuous frame i.e, the SRFDs stored in the FragData objects can be applied to residues anywhere a 5 7 9 Frame of a FragData containing three BBTorsionSRFDs would change torsions of 5 7 9 a 5 32 2 Frame of a FragData containing two BBTorsionSRFD and on JumpSRFD would change torsions of 5 and 32 and the RT of jump_nr 2 note that in the latter case the 2 is not coding for a residue number! what is meaning of start() and end() ? If some of the positions are actually jump_nr should we ignore them for the start() / end() question ? or should we store which positions are jumps and translate into residue numbers from jump_nr ? could a MixedFrame contain Frames MixedFrame -- > non-cont-Frame, JumpFrame

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: Frame.__init__

init( (object)arg1, (int)start, (int)end, (int)length) -> None : core/fragment/JumpingFrame.hh:60

C++ signature :
    void __init__(_object*,unsigned long,unsigned long,unsigned long)

init( (object)arg1, (NonContinuousFrame)) -> None : JumpingFrame is a discontinuous frame i.e, the SRFDs stored in the FragData objects can be applied to residues anywhere a 5 7 9 Frame of a FragData containing three BBTorsionSRFDs would change torsions of 5 7 9 a 5 32 2 Frame of a FragData containing two BBTorsionSRFD and on JumpSRFD would change torsions of 5 and 32 and the RT of jump_nr 2 note that in the latter case the 2 is not coding for a residue number! what is meaning of start() and end() ? If some of the positions are actually jump_nr should we ignore them for the start() / end() question ? or should we store which positions are jumps and translate into residue numbers from jump_nr ? could a MixedFrame contain Frames MixedFrame -- > non-cont-Frame, JumpFrame

C++ signature :
    void __init__(_object*,core::fragment::NonContinuousFrame)

def add_fragment(

...)

Inheritance: Frame.add_fragment

add_fragment( (Frame)arg1, (CPP_FragData)new_frag) -> int : add a fragment .. return new frag_nr

C++ signature :
    unsigned long add_fragment(core::fragment::Frame {lvalue},boost::shared_ptr<core::fragment::FragData const>)

add_fragment( (Frame)arg1, (object)new_frags) -> bool : add all fragments in list

C++ signature :
    bool add_fragment(core::fragment::Frame {lvalue},utility::vector1<boost::shared_ptr<core::fragment::FragData const>, std::allocator<boost::shared_ptr<core::fragment::FragData const> > >)

def align(

...)

Inheritance: Frame.align

align( (NonContinuousFrame)arg1, (SequenceMapping)map) -> bool : core/fragment/JumpingFrame.hh:106

C++ signature :
    bool align(core::fragment::NonContinuousFrame {lvalue},core::id::SequenceMapping)

align( (NonContinuousFrame)arg1, (SequenceMapping)map) -> bool :

C++ signature :
    bool align(NonContinuousFrame_exposer_callback {lvalue},core::id::SequenceMapping)

def apply(

...)

Inheritance: Frame.apply

apply( (Frame)arg1, (MoveMap), (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,core::pose::Pose {lvalue})

apply( (Frame)arg1, (int)frag_num, (Pose)pose) -> int : insert fragment frag_num into pose --- ignore movemap

C++ signature :
    unsigned long apply(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue})

def apply_ss(

...)

Inheritance: Frame.apply_ss

apply_ss( (Frame)arg1, (MoveMap), (int)frag_num, (str)ss) -> int : change ss-string according to sec-struct info in fragments

C++ signature : unsigned long apply_ss(core::fragment::Frame {lvalue},core::kinematics::MoveMap,unsigned long,std::string {lvalue})

def cache(

...)

Inheritance: Frame.cache

cache( (Frame)arg1, (str)tag, (CPP_BaseCacheUnit)new_cache) -> BaseCacheUnit : return handle to cached data stored under "tag" shouldn't be called directly

C++ signature : core::fragment::BaseCacheUnit {lvalue} cache(core::fragment::Frame {lvalue},std::string,boost::shared_ptr)

def clear(

...)

Inheritance: Frame.clear

clear( (Frame)arg1) -> None : remove all valid fragments, a template fragment will be left over

C++ signature : void clear(core::fragment::Frame {lvalue})

def clone(

...)

Inheritance: Frame.clone

clone( (NonContinuousFrame)arg1) -> Frame : clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(core::fragment::NonContinuousFrame {lvalue})

clone( (NonContinuousFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone(NonContinuousFrame_exposer_callback {lvalue})

def clone_cache_data(

...)

Inheritance: Frame.clone_cache_data

clone_cache_data( (Frame)arg1, (Frame)source, (int)sid, (int)nid) -> None : copies all entries in the Frame-Cache for fragment "sid" of Frame "source" to fragment "nid" of "this" frame

C++ signature : void clone_cache_data(core::fragment::Frame {lvalue},core::fragment::Frame,unsigned long,unsigned long)

def clone_with_frags(

...)

Inheritance: Frame.clone_with_frags

clone_with_frags( (NonContinuousFrame)arg1) -> Frame : clone method, new frame with same alignment position, fragments are not copied!

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(core::fragment::NonContinuousFrame {lvalue})

clone_with_frags( (NonContinuousFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_frags(NonContinuousFrame_exposer_callback {lvalue})

def clone_with_template(

...)

Inheritance: Frame.clone_with_template

clone_with_template( (NonContinuousFrame)arg1) -> Frame : clone method, new frame with same alignment position, one fragments is copied as template ( valid() == false )

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(core::fragment::NonContinuousFrame {lvalue})

clone_with_template( (NonContinuousFrame)arg1) -> Frame :

C++ signature :
    boost::shared_ptr<core::fragment::Frame> clone_with_template(NonContinuousFrame_exposer_callback {lvalue})

def contains_seqpos(

...)

Inheritance: Frame.contains_seqpos

contains_seqpos( (Frame)arg1, (int)seqpos) -> bool : whether this fragment contains a certain position

C++ signature : bool contains_seqpos(core::fragment::Frame {lvalue},unsigned long)

def end(

...)

Inheritance: Frame.end

end( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long end(core::fragment::Frame {lvalue})

def frag_id(

...)

Inheritance: Frame.frag_id

frag_id( (Frame)arg1, (int)frag_num) -> int : a unique id for every fragment in the list. his is silly, but would enable later on to avoid cache_clearence on deletion of FragData entries in this case, we would require that the ID of a certain fragment never changes, even if the position in FragList changes

C++ signature : unsigned long frag_id(core::fragment::Frame {lvalue},unsigned long)

def fragment(

...)

Inheritance: Frame.fragment

fragment( (Frame)arg1, (int)frag_num) -> FragData : accesors for underlying FragData

C++ signature : core::fragment::FragData fragment(core::fragment::Frame {lvalue},unsigned long)

def fragment_as_pose(

...)

Inheritance: Frame.fragment_as_pose

fragment_as_pose( (Frame)arg1, (int)frag_num, (Pose)pose, (ResidueTypeSetCAP)restype_set) -> None : returns a (small) pose with fragment ( continous from seqpos 1 ... nr_res_affected() )

C++ signature : void fragment_as_pose(core::fragment::Frame {lvalue},unsigned long,core::pose::Pose {lvalue},boost::weak_ptr)

def fragment_ptr(

...)

Inheritance: Frame.fragment_ptr

fragment_ptr( (Frame)arg1, (int)frag_num) -> FragData : accessor for underlying FragData as owning ptr

C++ signature : boost::shared_ptr fragment_ptr(core::fragment::Frame {lvalue},unsigned long)

def generate_sub_frame(

...)

Inheritance: Frame.generate_sub_frame

generate_sub_frame( (Frame)arg1, (int)length [, (int)start=1]) -> Frame : generate_sub_frame of length from start ( internal numbers )

C++ signature : boost::shared_ptr generate_sub_frame(core::fragment::Frame {lvalue},unsigned long [,unsigned long=1])

def is_applicable(

...)

Inheritance: Frame.is_applicable

is_applicable( (Frame)arg1, (MoveMap)) -> int : is the Frame applicable to the pose with the given movemap?

C++ signature : unsigned long is_applicable(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def is_continuous(

...)

Inheritance: Frame.is_continuous

is_continuous( (NonContinuousFrame)arg1) -> bool : true if frame is continuous

C++ signature :
    bool is_continuous(core::fragment::NonContinuousFrame {lvalue})

is_continuous( (NonContinuousFrame)arg1) -> bool :

C++ signature :
    bool is_continuous(NonContinuousFrame_exposer_callback {lvalue})

def is_mergeable(

...)

Inheritance: Frame.is_mergeable

is_mergeable( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:263

C++ signature : bool is_mergeable(core::fragment::Frame {lvalue},core::fragment::Frame)

def is_valid(

...)

Inheritance: Frame.is_valid

is_valid( (Frame)arg1) -> bool : a frame is considered valid if at least one fragment is contained and this fragment is also valid (not an empty template fragment)

C++ signature : bool is_valid(core::fragment::Frame {lvalue})

def length(

...)

Inheritance: Frame.length

length( (Frame)arg1) -> int : number of residues in this frame ( for continuous frames it is the same as end()-start() + 1 )

C++ signature : unsigned long length(core::fragment::Frame {lvalue})

def merge(

...)

Inheritance: Frame.merge

merge( (Frame)arg1, (Frame)other) -> bool : core/fragment/Frame.hh:265

C++ signature : bool merge(core::fragment::Frame {lvalue},core::fragment::Frame)

def moves_residue(

...)

Inheritance: Frame.moves_residue

moves_residue( (NonContinuousFrame)arg1, (int)pos) -> bool : core/fragment/JumpingFrame.hh:82

C++ signature :
    bool moves_residue(core::fragment::NonContinuousFrame {lvalue},unsigned long)

moves_residue( (NonContinuousFrame)arg1, (int)pos) -> bool :

C++ signature :
    bool moves_residue(NonContinuousFrame_exposer_callback {lvalue},unsigned long)

def nr_frags(

...)

Inheritance: Frame.nr_frags

nr_frags( (Frame)arg1) -> int : number of fragments attached to this frame

C++ signature : unsigned long nr_frags(core::fragment::Frame {lvalue})

def nr_res_affected(

...)

Inheritance: Frame.nr_res_affected

nr_res_affected( (Frame)arg1, (MoveMap)mm) -> int : number of residues affected by this frame

C++ signature : unsigned long nr_res_affected(core::fragment::Frame {lvalue},core::kinematics::MoveMap)

def read(

...)

Inheritance: Frame.read

read( (NonContinuousFrame)arg1, (std_istream)) -> None : core/fragment/JumpingFrame.hh:104

C++ signature :
    void read(core::fragment::NonContinuousFrame {lvalue},std::istream {lvalue})

read( (NonContinuousFrame)arg1, (std_istream)) -> None :

C++ signature :
    void read(NonContinuousFrame_exposer_callback {lvalue},std::istream {lvalue})

def seqpos(

...)

Inheritance: Frame.seqpos

seqpos( (NonContinuousFrame)arg1, (int)intra_pos) -> int : translate intra-frame position into sequence position. (trivial for base-class)

C++ signature :
    unsigned long seqpos(core::fragment::NonContinuousFrame {lvalue},unsigned long)

seqpos( (NonContinuousFrame)arg1, (int)intra_pos) -> int :

C++ signature :
    unsigned long seqpos(NonContinuousFrame_exposer_callback {lvalue},unsigned long)

def set_pos(

...)

set_pos( (NonContinuousFrame)arg1, (int)intra_pos, (int)setting) -> None : assign sequence position or jump_nr to internal position pos

C++ signature : void set_pos(core::fragment::NonContinuousFrame {lvalue},unsigned long,unsigned long)

def shift_by(

...)

Inheritance: Frame.shift_by

shift_by( (NonContinuousFrame)arg1, (int)offset) -> None : shift frame by offset relative to current start position ( change end accordingly )

C++ signature :
    void shift_by(core::fragment::NonContinuousFrame {lvalue},int)

shift_by( (NonContinuousFrame)arg1, (int)offset) -> None :

C++ signature :
    void shift_by(NonContinuousFrame_exposer_callback {lvalue},int)

def shift_to(

...)

Inheritance: Frame.shift_to

shift_to( (NonContinuousFrame)arg1, (int)setting) -> None : shift to new start position ( change end accordingly )

C++ signature :
    void shift_to(core::fragment::NonContinuousFrame {lvalue},unsigned long)

shift_to( (NonContinuousFrame)arg1, (int)setting) -> None :

C++ signature :
    void shift_to(NonContinuousFrame_exposer_callback {lvalue},unsigned long)

def show(

...)

Inheritance: Frame.show

show( (NonContinuousFrame)arg1, (OStream)) -> None : core/fragment/JumpingFrame.hh:103

C++ signature :
    void show(core::fragment::NonContinuousFrame {lvalue},std::ostream {lvalue})

show( (NonContinuousFrame)arg1, (OStream)) -> None :

C++ signature :
    void show(NonContinuousFrame_exposer_callback {lvalue},std::ostream {lvalue})

def show_classic(

...)

Inheritance: Frame.show_classic

show_classic( (NonContinuousFrame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:251

C++ signature :
    void show_classic(core::fragment::NonContinuousFrame {lvalue},std::ostream {lvalue})

show_classic( (NonContinuousFrame)arg1, (OStream)out) -> None :

C++ signature :
    void show_classic(NonContinuousFrame_exposer_callback {lvalue},std::ostream {lvalue})

def show_header(

...)

Inheritance: Frame.show_header

show_header( (NonContinuousFrame)arg1, (OStream)out) -> None : core/fragment/Frame.hh:258

C++ signature :
    void show_header(core::fragment::NonContinuousFrame {lvalue},std::ostream {lvalue})

show_header( (NonContinuousFrame)arg1, (OStream)out) -> None :

C++ signature :
    void show_header(NonContinuousFrame_exposer_callback {lvalue},std::ostream {lvalue})

def start(

...)

Inheritance: Frame.start

start( (Frame)arg1) -> int : first seqpos of this frame

C++ signature : unsigned long start(core::fragment::Frame {lvalue})

def steal(

...)

Inheritance: Frame.steal

steal( (Frame)arg1, (Pose)pose) -> bool : obtain fragment from pose at frame position

C++ signature : bool steal(core::fragment::Frame {lvalue},core::pose::Pose)

def stop(

...)

Inheritance: Frame.stop

stop( (Frame)arg1) -> int : last sequence position affected by this frame

C++ signature : unsigned long stop(core::fragment::Frame {lvalue})

def type(

...)

Inheritance: Frame.type

type( (NonContinuousFrame)arg1) -> str : type() is specifying the output name of the Frame in FragmentIO ("FRAME", "JUMPFRAME", etc)

C++ signature :
    std::string type(core::fragment::NonContinuousFrame {lvalue})

type( (NonContinuousFrame)arg1) -> str :

C++ signature :
    std::string type(NonContinuousFrame_exposer_callback {lvalue})

class NonContinuousFrameAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (NonContinuousFrameAP)arg1) -> NonContinuousFrame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class NonContinuousFrameCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (NonContinuousFrameCAP)arg1) -> NonContinuousFrame :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class OrderedFragSet

core/fragment/OrderedFragSet.hh:43

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (OrderedFragSet)) -> None : core/fragment/OrderedFragSet.hh:43

C++ signature :
    void __init__(_object*,core::fragment::OrderedFragSet)

def add(

...)

Inheritance: FragSet.add

add( (FragSet)arg1, (CPP_Frame)aFrame) -> None : add a single frame. if compatible frame is already in set the frames will be merged

C++ signature :
    void add(core::fragment::FragSet {lvalue},boost::shared_ptr<core::fragment::Frame const>)

add( (FragSet)arg1, (FrameList)frames) -> None : add all Frames in list

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FrameList)

add( (FragSet)arg1, (FragSet)frames) -> None : add all Frames in FragSet

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragSet)

add( (FragSet)arg1, (FragID)) -> None : add single fragment

C++ signature :
    void add(core::fragment::FragSet {lvalue},core::fragment::FragID)

add( (FragSet)arg1, (object)list) -> None : core/fragment/FragSet.hh:167

C++ signature :
    void add(core::fragment::FragSet {lvalue},utility::vector1<core::fragment::FragID, std::allocator<core::fragment::FragID> > {lvalue})

def begin(

...)

Inheritance: FragSet.begin

begin( (OrderedFragSet)arg1) -> ConstFrameIterator : core/fragment/OrderedFragSet.hh:70

C++ signature : core::fragment::ConstFrameIterator begin(core::fragment::OrderedFragSet {lvalue})

def clone(

...)

Inheritance: FragSet.clone

clone( (OrderedFragSet)arg1) -> FragSet : core/fragment/OrderedFragSet.hh:54

C++ signature : boost::shared_ptr clone(core::fragment::OrderedFragSet {lvalue})

def clone_shifted(

...)

Inheritance: FragSet.clone_shifted

clone_shifted( (FragSet)arg1, (int)) -> FragSet : core/fragment/FragSet.hh:195

C++ signature : boost::shared_ptr clone_shifted(core::fragment::FragSet {lvalue},int)

def empty(

...)

Inheritance: FragSet.empty

empty( (OrderedFragSet)arg1) -> bool : core/fragment/OrderedFragSet.hh:76

C++ signature : bool empty(core::fragment::OrderedFragSet {lvalue})

def empty_clone(

...)

Inheritance: FragSet.empty_clone

empty_clone( (OrderedFragSet)arg1) -> FragSet : core/fragment/OrderedFragSet.hh:55

C++ signature : boost::shared_ptr empty_clone(core::fragment::OrderedFragSet {lvalue})

def end(

...)

Inheritance: FragSet.end

end( (OrderedFragSet)arg1) -> ConstFrameIterator : core/fragment/OrderedFragSet.hh:71

C++ signature : core::fragment::ConstFrameIterator end(core::fragment::OrderedFragSet {lvalue})

def frames(

...)

Inheritance: FragSet.frames

frames( (OrderedFragSet)arg1, (int)pos, (FrameList)frames) -> int : Accessor for the Frame at the specified insertion position. Returns false if there is no frame at the specified position.

C++ signature : unsigned long frames(core::fragment::OrderedFragSet {lvalue},unsigned long,core::fragment::FrameList {lvalue})

def generate_insert_map(

...)

Inheritance: FragSet.generate_insert_map

generate_insert_map( (FragSet)arg1, (MoveMap)mm, (vector1_Size)insert_map, (vector1_Size)insert_size) -> None : InsertMap and InsertSize gives quick overview which residues can be affected by fragments. insert_map --- list of start-positions, insert_size corresponding list of longest fragment at position x

C++ signature : void generate_insert_map(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,utility::vector1 > {lvalue},utility::vector1 > {lvalue})

def global_offset(

...)

Inheritance: FragSet.global_offset

global_offset( (FragSet)arg1) -> int : core/fragment/FragSet.hh:187

C++ signature :
    int global_offset(core::fragment::FragSet {lvalue})

global_offset( (FragSet)arg1, (int)) -> None : resets global_offset of FragSet and shifts FragSet if necessary by calling shift_to

C++ signature :
    void global_offset(core::fragment::FragSet {lvalue},int)

def insert_fragID_list(

...)

Inheritance: FragSet.insert_fragID_list

insert_fragID_list( (FragSet)arg1, (object)list) -> None : add all fragments in FragID_List

C++ signature : void insert_fragID_list(core::fragment::FragSet {lvalue},utility::vector1 > {lvalue})

def max_frag_length(

...)

Inheritance: FragSet.max_frag_length

max_frag_length( (FragSet)arg1) -> int : returns the longest fragment stored in this FragSet.

C++ signature : unsigned long max_frag_length(core::fragment::FragSet {lvalue})

def max_pos(

...)

Inheritance: FragSet.max_pos

max_pos( (FragSet)arg1) -> int : returns the maximal sequence position that can be affected by fragments in this set

C++ signature : unsigned long max_pos(core::fragment::FragSet {lvalue})

def min_pos(

...)

Inheritance: FragSet.min_pos

min_pos( (FragSet)arg1) -> int : returns the first sequence position that can be affected by fragments in this set

C++ signature : unsigned long min_pos(core::fragment::FragSet {lvalue})

def nonconst_begin(

...)

Inheritance: FragSet.nonconst_begin

nonconst_begin( (OrderedFragSet)arg1) -> FrameIterator : core/fragment/OrderedFragSet.hh:73

C++ signature : core::fragment::FrameIterator nonconst_begin(core::fragment::OrderedFragSet {lvalue})

def nonconst_end(

...)

Inheritance: FragSet.nonconst_end

nonconst_end( (OrderedFragSet)arg1) -> FrameIterator : core/fragment/OrderedFragSet.hh:74

C++ signature : core::fragment::FrameIterator nonconst_end(core::fragment::OrderedFragSet {lvalue})

def nr_frames(

...)

Inheritance: FragSet.nr_frames

nr_frames( (FragSet)arg1) -> int : counts number of frames ( slow! - it really counts )

C++ signature : unsigned long nr_frames(core::fragment::FragSet {lvalue})

def overlapping_with_region(

...)

Inheritance: FragSet.overlapping_with_region

overlapping_with_region( (FragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : returns the number and list of all fragment alignment frames that somehow overlap with the given region (also allows those frames that start before the region and reach into it)

C++ signature : unsigned long overlapping_with_region(core::fragment::FragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region(

...)

Inheritance: FragSet.region

region( (OrderedFragSet)arg1, (MoveMap)mm, (int)start, (int)end, (int), (int), (FrameList)frames) -> int : core/fragment/OrderedFragSet.hh:64

C++ signature : unsigned long region(core::fragment::OrderedFragSet {lvalue},core::kinematics::MoveMap,unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_all(

...)

Inheritance: FragSet.region_all

region_all( (FragSet)arg1, (int)start, (int)end, (int)min_overlap, (int)min_length, (FrameList)frames) -> int : return a list of frames that all sample the specified region, assume all motions are allowed

C++ signature : unsigned long region_all(core::fragment::FragSet {lvalue},unsigned long,unsigned long,unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def region_simple(

...)

Inheritance: FragSet.region_simple

region_simple( (FragSet)arg1, (int)start, (int)end, (FrameList)frames) -> int : returns fragments that exactly span seq_pos start...end

C++ signature : unsigned long region_simple(core::fragment::FragSet {lvalue},unsigned long,unsigned long,core::fragment::FrameList {lvalue})

def shift_by(

...)

Inheritance: FragSet.shift_by

shift_by( (FragSet)arg1, (int)offset) -> None : shift all frames in FragSet by offset

C++ signature : void shift_by(core::fragment::FragSet {lvalue},int)

def size(

...)

Inheritance: FragSet.size

size( (FragSet)arg1) -> int : returns total size--> counts together all frags in each frame

C++ signature : unsigned long size(core::fragment::FragSet {lvalue})

class OrderedFragSetAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (OrderedFragSetAP)arg1) -> OrderedFragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class OrderedFragSetCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (OrderedFragSetCAP)arg1) -> OrderedFragSet :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class OrderedFragSetIterator_

core/fragment/OrderedFragSetIterator_.hh:59

Ancestors (in MRO)

class OrderedFragSetIterator_AP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (OrderedFragSetIterator_AP)arg1) -> OrderedFragSetIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class OrderedFragSetIterator_CAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (OrderedFragSetIterator_CAP)arg1) -> OrderedFragSetIterator_ :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SecondaryStructure

tiny helper class that knows the relative fractions of secondary structure L,H,E @detail so far these fractions can be computed from a FragSet other input strategies are conceivable but not implemented, yet: eg. psipred files, a bunch of poses,

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (SecondaryStructure)) -> None : tiny helper class that knows the relative fractions of secondary structure L,H,E @detail so far these fractions can be computed from a FragSet other input strategies are conceivable but not implemented, yet: eg. psipred files, a bunch of poses,

C++ signature :
    void __init__(_object*,core::fragment::SecondaryStructure)

init( (object)arg1, (object), (vector1_Real)) -> None : c'ctor that creates a SecondaryStructure as an average of several SecondaryStructure objects

C++ signature :
    void __init__(_object*,utility::vector1<boost::shared_ptr<core::fragment::SecondaryStructure>, std::allocator<boost::shared_ptr<core::fragment::SecondaryStructure> > > {lvalue},utility::vector1<double, std::allocator<double> > {lvalue})

init( (object)arg1, (FragSet)frags [, (int)nres=0 [, (bool)bJustCenterResidue=False]]) -> None : c'stor compute fractions from fragments

C++ signature :
    void __init__(_object*,core::fragment::FragSet [,unsigned long=0 [,bool=False]])

init( (object)arg1, (Pose)) -> None : c'stor compute fractions from pose ( well it won't be "fractions" )

C++ signature :
    void __init__(_object*,core::pose::Pose)

def confidence(

...)

confidence( (SecondaryStructure)arg1, (int)pos) -> float : confidence at position

C++ signature : double confidence(core::fragment::SecondaryStructure {lvalue},unsigned long)

def extend(

...)

extend( (SecondaryStructure)arg1, (int)) -> None : extends with pure 'L' at end until requested size is reached.

C++ signature : void extend(core::fragment::SecondaryStructure {lvalue},unsigned long)

def helix_fraction(

...)

helix_fraction( (SecondaryStructure)arg1, (int)pos) -> float : helix fraction at position

C++ signature : double helix_fraction(core::fragment::SecondaryStructure {lvalue},unsigned long)

def loop_fraction(

...)

loop_fraction( (SecondaryStructure)arg1, (int)pos) -> float : return loop fraction at position

C++ signature :
    double loop_fraction(core::fragment::SecondaryStructure {lvalue},unsigned long)

loop_fraction( (SecondaryStructure)arg1) -> object : return loop fraction - FArray

C++ signature :
    ObjexxFCL::FArray1D<float> loop_fraction(core::fragment::SecondaryStructure {lvalue})

def read_from_file(

...)

read_from_file( (SecondaryStructure)arg1, (str)fn) -> None : read from file

C++ signature : void read_from_file(core::fragment::SecondaryStructure {lvalue},std::string)

def read_psipred_ss2(

...)

read_psipred_ss2( (SecondaryStructure)arg1, (std_istream)os) -> None : write psipred format

C++ signature :
    void read_psipred_ss2(core::fragment::SecondaryStructure {lvalue},std::istream {lvalue})

read_psipred_ss2( (SecondaryStructure)arg1, (str)filename) -> None : write psipred format

C++ signature :
    void read_psipred_ss2(core::fragment::SecondaryStructure {lvalue},std::string)

def read_talos_ss(

...)

read_talos_ss( (SecondaryStructure)arg1, (std_istream)os) -> None : read talos+ format

C++ signature :
    void read_talos_ss(core::fragment::SecondaryStructure {lvalue},std::istream {lvalue})

read_talos_ss( (SecondaryStructure)arg1, (str)filename) -> None : read talos+ format

C++ signature :
    void read_talos_ss(core::fragment::SecondaryStructure {lvalue},std::string)

def secstruct(

...)

secstruct( (SecondaryStructure)arg1, (int)pos) -> str : returns the most probably secstruct at that position

C++ signature : char secstruct(core::fragment::SecondaryStructure {lvalue},unsigned long)

def set_fractions(

...)

set_fractions( (SecondaryStructure)arg1, (int)pos, (float)helix_fraction, (float)sheet_fraction, (float)loop_fraction [, (float)confidence=0]) -> None : sets secondary structure probabilities at a given position

C++ signature : void set_fractions(core::fragment::SecondaryStructure {lvalue},unsigned long,double,double,double [,double=0])

def sheet_fraction(

...)

sheet_fraction( (SecondaryStructure)arg1, (int)pos) -> float : alias for strand-fraction ...

C++ signature : double sheet_fraction(core::fragment::SecondaryStructure {lvalue},unsigned long)

def show(

...)

show( (SecondaryStructure)arg1, (OStream)) -> None : core/fragment/SecondaryStructure.hh:151

C++ signature : void show(core::fragment::SecondaryStructure {lvalue},std::ostream {lvalue})

def strand_fraction(

...)

strand_fraction( (SecondaryStructure)arg1, (int)pos) -> float : return strand fraction at position

C++ signature :
    double strand_fraction(core::fragment::SecondaryStructure {lvalue},unsigned long)

strand_fraction( (SecondaryStructure)arg1) -> object : return strand fraction - FArray

C++ signature :
    ObjexxFCL::FArray1D<float> strand_fraction(core::fragment::SecondaryStructure {lvalue})

def total_residue(

...)

total_residue( (SecondaryStructure)arg1) -> int : number of residues for which information is available

C++ signature : unsigned long total_residue(core::fragment::SecondaryStructure {lvalue})

def write_psipred_ss2(

...)

write_psipred_ss2( (SecondaryStructure)arg1, (OStream)os, (str)sequence) -> None : write psipred format

C++ signature : void write_psipred_ss2(core::fragment::SecondaryStructure {lvalue},std::ostream {lvalue},std::string)

class SecondaryStructureAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SecondaryStructureAP)arg1) -> SecondaryStructure :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SecondaryStructureCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SecondaryStructureCAP)arg1) -> SecondaryStructure :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SecstructSRFD

core/fragment/SecstructSRFD.hh:42

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: SingleResidueFragData.__init__

init( (object)arg1 [, (str)secstruct='X' [, (str)sequence='X']]) -> None : core/fragment/SecstructSRFD.hh:45

C++ signature :
    void __init__(_object* [,char='X' [,char='X']])

init( (object)arg1, (SecstructSRFD)) -> None : core/fragment/SecstructSRFD.hh:42

C++ signature :
    void __init__(_object*,core::fragment::SecstructSRFD)

def apply(

...)

Inheritance: SingleResidueFragData.apply

apply( (SecstructSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:71

C++ signature :
    bool apply(core::fragment::SecstructSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (SecstructSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool apply(SecstructSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (SecstructSRFD)arg1, (MoveMap), (Pose)pose, (int)seqpos) -> bool : apply secondary structure fragment data to the pose, movemap has no effect @remarks In this version of apply(), by convention MoveMap has no effect because a setting for sec.struct currently does not exist within the map. always true

C++ signature :
    bool apply(core::fragment::SecstructSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (SecstructSRFD)arg1, (MoveMap), (Pose)pose, (int)seqpos) -> bool :

C++ signature :
    bool apply(SecstructSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (SecstructSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos );

C++ signature :
    bool apply(core::fragment::SecstructSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SecstructSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(SecstructSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SecstructSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap

C++ signature :
    bool apply(core::fragment::SecstructSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SecstructSRFD)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool :

C++ signature :
    bool apply(SecstructSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

def apply_ss(

...)

Inheritance: SingleResidueFragData.apply_ss

apply_ss( (SecstructSRFD)arg1, (str), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:79

C++ signature :
    bool apply_ss(core::fragment::SecstructSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (SecstructSRFD)arg1, (str), (int)seq_pos) -> bool :

C++ signature :
    bool apply_ss(SecstructSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

apply_ss( (SecstructSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::SecstructSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (SecstructSRFD)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply_ss(SecstructSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

def clone(

...)

Inheritance: SingleResidueFragData.clone

clone( (SecstructSRFD)arg1) -> SingleResidueFragData : core/fragment/SecstructSRFD.hh:50

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::SecstructSRFD {lvalue})

clone( (SecstructSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(SecstructSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: SingleResidueFragData.create

create( (SecstructSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::SecstructSRFD {lvalue})

create( (SecstructSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(SecstructSRFD_exposer_callback {lvalue})

def is_applicable(

...)

Inheritance: SingleResidueFragData.is_applicable

is_applicable( (SecstructSRFD)arg1, (MoveMap), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:82

C++ signature :
    bool is_applicable(core::fragment::SecstructSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (SecstructSRFD)arg1, (MoveMap), (int)seq_pos) -> bool :

C++ signature :
    bool is_applicable(SecstructSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (SecstructSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::SecstructSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (SecstructSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(SecstructSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

def is_compatible(

...)

Inheritance: SingleResidueFragData.is_compatible

is_compatible( (SecstructSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/SecstructSRFD.hh:81

C++ signature :
    bool is_compatible(core::fragment::SecstructSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (SecstructSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(SecstructSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def read_data(

...)

Inheritance: SingleResidueFragData.read_data

read_data( (SecstructSRFD)arg1, (std_istream)in) -> None : core/fragment/SecstructSRFD.hh:88

C++ signature :
    void read_data(core::fragment::SecstructSRFD {lvalue},std::istream {lvalue})

read_data( (SecstructSRFD)arg1, (std_istream)in) -> None :

C++ signature :
    void read_data(SecstructSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: SingleResidueFragData.secstruct

secstruct( (SecstructSRFD)arg1) -> str : get secstruct for this position

C++ signature :
    char secstruct(core::fragment::SecstructSRFD {lvalue})

secstruct( (SecstructSRFD)arg1) -> str :

C++ signature :
    char secstruct(SecstructSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: SingleResidueFragData.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_secstruct(

...)

set_secstruct( (SecstructSRFD)arg1, (str)ss) -> None : core/fragment/SecstructSRFD.hh:67

C++ signature : void set_secstruct(core::fragment::SecstructSRFD {lvalue},char)

def set_sequence(

...)

Inheritance: SingleResidueFragData.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def show(

...)

Inheritance: SingleResidueFragData.show

show( (SecstructSRFD)arg1, (OStream)out) -> None : core/fragment/SecstructSRFD.hh:85

C++ signature :
    void show(core::fragment::SecstructSRFD {lvalue},std::ostream {lvalue})

show( (SecstructSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(SecstructSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: SingleResidueFragData.steal

steal( (SecstructSRFD)arg1, (Pose), (int)seq_pos) -> bool : core/fragment/SecstructSRFD.hh:80

C++ signature :
    bool steal(core::fragment::SecstructSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (SecstructSRFD)arg1, (Pose), (int)seq_pos) -> bool :

C++ signature :
    bool steal(SecstructSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

steal( (SecstructSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::SecstructSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (SecstructSRFD)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool steal(SecstructSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

def type(

...)

Inheritance: SingleResidueFragData.type

type( (SecstructSRFD)arg1) -> str : core/fragment/SecstructSRFD.hh:91

C++ signature :
    std::string type(core::fragment::SecstructSRFD {lvalue})

type( (SecstructSRFD)arg1) -> str :

C++ signature :
    std::string type(SecstructSRFD_exposer_callback {lvalue})

class SecstructSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SecstructSRFDAP)arg1) -> SecstructSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SecstructSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SecstructSRFDCAP)arg1) -> SecstructSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SingleResidueFragData

Base class for SRFD classes @detail Instances of SRFD classes contain information on specific dofs in a single residue or a jump connected to a residue The classes' apply method will now how to implement the specified dofs in the give pose at the given residue position TODO: change SRFD interface such that apply is called like this apply( pose, inframe_pos (1..length), Frame const& ) jumpFrags can then ask the Frame for their upstream residue and check that if they are at position 1 that they do nothgin... can have basic implementation that translates this apply into the old apply

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:64

C++ signature : void init(_object*,char)

def apply(

...)

apply( (SingleResidueFragData)arg1, (Pose), (int)seq_pos) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool apply(core::fragment::SingleResidueFragData {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (SingleResidueFragData)arg1, (Pose)arg2, (int)arg3) -> None :

C++ signature :
    void apply(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (SingleResidueFragData)arg1, (MoveMap)movemap, (Pose)pose, (int)seqpos) -> bool : insert fragment_data into pose at position seq_pos for dofs that are allowed to move in the movemap True if operation succeeds, False otherwise.

C++ signature :
    bool apply(core::fragment::SingleResidueFragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (SingleResidueFragData)arg1, (MoveMap)arg2, (Pose)arg3, (int)arg4) -> None :

C++ signature :
    void apply(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (SingleResidueFragData)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos );

C++ signature :
    bool apply(core::fragment::SingleResidueFragData {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SingleResidueFragData)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply(SingleResidueFragData_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SingleResidueFragData)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool : insert fragment_data into pose at position given by Frame.seqpos( intra_frame_pos ) for dofs that are allowed to move in the MoveMap

C++ signature :
    bool apply(core::fragment::SingleResidueFragData {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (SingleResidueFragData)arg1, (MoveMap)movemap, (Pose)pose, (int)intra_frame_pos, (Frame)frame) -> bool :

C++ signature :
    bool apply(SingleResidueFragData_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

def apply_ss(

...)

apply_ss( (SingleResidueFragData)arg1, (str), (int)seq_pos) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::SingleResidueFragData {lvalue},std::string {lvalue},unsigned long)

apply_ss( (SingleResidueFragData)arg1, (str)arg2, (int)arg3) -> None :

C++ signature :
    void apply_ss(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},std::string {lvalue},unsigned long)

apply_ss( (SingleResidueFragData)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data sec-struct into ss-string at position seq_pos

C++ signature :
    bool apply_ss(core::fragment::SingleResidueFragData {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (SingleResidueFragData)arg1, (str), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool apply_ss(SingleResidueFragData_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

def clone(

...)

clone( (SingleResidueFragData)arg1) -> SingleResidueFragData : core/fragment/SingleResidueFragData.hh:74

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::SingleResidueFragData {lvalue})

clone( (SingleResidueFragData)arg1) -> None :

C++ signature :
    void clone(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue})

def create(

...)

create( (SingleResidueFragData)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::SingleResidueFragData {lvalue})

create( (SingleResidueFragData)arg1) -> None :

C++ signature :
    void create(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue})

def is_applicable(

...)

is_applicable( (SingleResidueFragData)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::SingleResidueFragData {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (SingleResidueFragData)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(SingleResidueFragData_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (SingleResidueFragData)arg1, (MoveMap), (int)pos) -> bool : check whether dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::SingleResidueFragData {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (SingleResidueFragData)arg1, (MoveMap)arg2, (int)arg3) -> None :

C++ signature :
    void is_applicable(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},core::kinematics::MoveMap,unsigned long)

def is_compatible(

...)

is_compatible( (SingleResidueFragData)arg1, (SingleResidueFragData)) -> bool : check weather SRFD applies to same dofs and is of same type

C++ signature :
    bool is_compatible(core::fragment::SingleResidueFragData {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (SingleResidueFragData)arg1, (SingleResidueFragData)arg2) -> None :

C++ signature :
    void is_compatible(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},core::fragment::SingleResidueFragData)

def read_data(

...)

read_data( (SingleResidueFragData)arg1, (std_istream)) -> None : Default implementation: noop

C++ signature :
    void read_data(core::fragment::SingleResidueFragData {lvalue},std::istream {lvalue})

read_data( (SingleResidueFragData)arg1, (std_istream)) -> None :

C++ signature :
    void read_data(SingleResidueFragData_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

secstruct( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:132

C++ signature :
    char secstruct(core::fragment::SingleResidueFragData {lvalue})

secstruct( (SingleResidueFragData)arg1) -> str :

C++ signature :
    char secstruct(SingleResidueFragData_exposer_callback {lvalue})

def sequence(

...)

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_sequence(

...)

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def show(

...)

show( (SingleResidueFragData)arg1, (OStream)out) -> None : core/fragment/SingleResidueFragData.hh:139

C++ signature :
    void show(core::fragment::SingleResidueFragData {lvalue},std::ostream {lvalue})

show( (SingleResidueFragData)arg1, (OStream)out) -> None :

C++ signature :
    void show(SingleResidueFragData_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

steal( (SingleResidueFragData)arg1, (Pose), (int)seq_pos) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::SingleResidueFragData {lvalue},core::pose::Pose,unsigned long)

steal( (SingleResidueFragData)arg1, (Pose)arg2, (int)arg3) -> None :

C++ signature :
    void steal(boost::shared_ptr<SingleResidueFragData_exposer_callback> {lvalue},core::pose::Pose,unsigned long)

steal( (SingleResidueFragData)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool : insert fragment_data into pose at position seq_pos

C++ signature :
    bool steal(core::fragment::SingleResidueFragData {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (SingleResidueFragData)arg1, (Pose), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool steal(SingleResidueFragData_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

def type(

...)

type( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:147

C++ signature :
    std::string type(core::fragment::SingleResidueFragData {lvalue})

type( (SingleResidueFragData)arg1) -> str :

C++ signature :
    std::string type(SingleResidueFragData_exposer_callback {lvalue})

class SingleResidueFragDataAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SingleResidueFragDataAP)arg1) -> SingleResidueFragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class SingleResidueFragDataCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (SingleResidueFragDataCAP)arg1) -> SingleResidueFragData :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class UpJumpSRFD

core/fragment/JumpSRFD.hh:43

Ancestors (in MRO)

Methods

def __init__(

...)

Inheritance: SingleResidueFragData.__init__

init( (object)arg1 [, (str)sequence='X']) -> None : core/fragment/JumpSRFD.hh:47

C++ signature :
    void __init__(_object* [,char='X'])

init( (object)arg1, (UpJumpSRFD)) -> None : core/fragment/JumpSRFD.hh:43

C++ signature :
    void __init__(_object*,core::fragment::UpJumpSRFD)

def apply(

...)

Inheritance: SingleResidueFragData.apply

apply( (UpJumpSRFD)arg1, (Pose), (int), (Frame)) -> bool : core/fragment/JumpSRFD.hh:62

C++ signature :
    bool apply(core::fragment::UpJumpSRFD {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (UpJumpSRFD)arg1, (Pose), (int), (Frame)) -> bool :

C++ signature :
    bool apply(UpJumpSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (UpJumpSRFD)arg1, (MoveMap), (Pose), (int), (Frame)) -> bool : core/fragment/JumpSRFD.hh:66

C++ signature :
    bool apply(core::fragment::UpJumpSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (UpJumpSRFD)arg1, (MoveMap), (Pose), (int), (Frame)) -> bool :

C++ signature :
    bool apply(UpJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long,core::fragment::Frame)

apply( (UpJumpSRFD)arg1, (Pose), (int)) -> bool : core/fragment/JumpSRFD.hh:96

C++ signature :
    bool apply(core::fragment::UpJumpSRFD {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (UpJumpSRFD)arg1, (Pose), (int)) -> bool :

C++ signature :
    bool apply(UpJumpSRFD_exposer_callback {lvalue},core::pose::Pose {lvalue},unsigned long)

apply( (UpJumpSRFD)arg1, (MoveMap), (Pose), (int)) -> bool : for UpJumpSRFD this function should never be called, instead use Frame version always false @warning will trigger a false runtime assert

C++ signature :
    bool apply(core::fragment::UpJumpSRFD {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

apply( (UpJumpSRFD)arg1, (MoveMap), (Pose), (int)) -> bool :

C++ signature :
    bool apply(UpJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,core::pose::Pose {lvalue},unsigned long)

def apply_ss(

...)

Inheritance: SingleResidueFragData.apply_ss

apply_ss( (UpJumpSRFD)arg1, (str), (int), (Frame)) -> bool : core/fragment/JumpSRFD.hh:70

C++ signature :
    bool apply_ss(core::fragment::UpJumpSRFD {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (UpJumpSRFD)arg1, (str), (int), (Frame)) -> bool :

C++ signature :
    bool apply_ss(UpJumpSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long,core::fragment::Frame)

apply_ss( (UpJumpSRFD)arg1, (str), (int)) -> bool : core/fragment/JumpSRFD.hh:110

C++ signature :
    bool apply_ss(core::fragment::UpJumpSRFD {lvalue},std::string {lvalue},unsigned long)

apply_ss( (UpJumpSRFD)arg1, (str), (int)) -> bool :

C++ signature :
    bool apply_ss(UpJumpSRFD_exposer_callback {lvalue},std::string {lvalue},unsigned long)

def clone(

...)

Inheritance: SingleResidueFragData.clone

clone( (UpJumpSRFD)arg1) -> SingleResidueFragData : clone

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(core::fragment::UpJumpSRFD {lvalue})

clone( (UpJumpSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> clone(UpJumpSRFD_exposer_callback {lvalue})

def create(

...)

Inheritance: SingleResidueFragData.create

create( (UpJumpSRFD)arg1) -> SingleResidueFragData : create a new instance of this object

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(core::fragment::UpJumpSRFD {lvalue})

create( (UpJumpSRFD)arg1) -> SingleResidueFragData :

C++ signature :
    boost::shared_ptr<core::fragment::SingleResidueFragData> create(UpJumpSRFD_exposer_callback {lvalue})

def is_applicable(

...)

Inheritance: SingleResidueFragData.is_applicable

is_applicable( (UpJumpSRFD)arg1, (MoveMap), (int)) -> bool : core/fragment/JumpSRFD.hh:80

C++ signature :
    bool is_applicable(core::fragment::UpJumpSRFD {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (UpJumpSRFD)arg1, (MoveMap), (int)) -> bool :

C++ signature :
    bool is_applicable(UpJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long)

is_applicable( (UpJumpSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool : check weather dofs can be moved

C++ signature :
    bool is_applicable(core::fragment::UpJumpSRFD {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

is_applicable( (UpJumpSRFD)arg1, (MoveMap), (int)intra_frame_pos, (Frame)) -> bool :

C++ signature :
    bool is_applicable(UpJumpSRFD_exposer_callback {lvalue},core::kinematics::MoveMap,unsigned long,core::fragment::Frame)

def is_compatible(

...)

Inheritance: SingleResidueFragData.is_compatible

is_compatible( (UpJumpSRFD)arg1, (SingleResidueFragData)) -> bool : core/fragment/JumpSRFD.hh:78

C++ signature :
    bool is_compatible(core::fragment::UpJumpSRFD {lvalue},core::fragment::SingleResidueFragData)

is_compatible( (UpJumpSRFD)arg1, (SingleResidueFragData)) -> bool :

C++ signature :
    bool is_compatible(UpJumpSRFD_exposer_callback {lvalue},core::fragment::SingleResidueFragData)

def read_data(

...)

Inheritance: SingleResidueFragData.read_data

read_data( (UpJumpSRFD)arg1, (std_istream)) -> None : Default implementation: noop

C++ signature :
    void read_data(core::fragment::UpJumpSRFD {lvalue},std::istream {lvalue})

read_data( (UpJumpSRFD)arg1, (std_istream)) -> None :

C++ signature :
    void read_data(UpJumpSRFD_exposer_callback {lvalue},std::istream {lvalue})

def secstruct(

...)

Inheritance: SingleResidueFragData.secstruct

secstruct( (UpJumpSRFD)arg1) -> str : core/fragment/SingleResidueFragData.hh:132

C++ signature :
    char secstruct(core::fragment::UpJumpSRFD {lvalue})

secstruct( (UpJumpSRFD)arg1) -> str :

C++ signature :
    char secstruct(UpJumpSRFD_exposer_callback {lvalue})

def sequence(

...)

Inheritance: SingleResidueFragData.sequence

sequence( (SingleResidueFragData)arg1) -> str : core/fragment/SingleResidueFragData.hh:127

C++ signature : char sequence(core::fragment::SingleResidueFragData {lvalue})

def set_sequence(

...)

Inheritance: SingleResidueFragData.set_sequence

set_sequence( (SingleResidueFragData)arg1, (str)sequence) -> None : core/fragment/SingleResidueFragData.hh:121

C++ signature : void set_sequence(core::fragment::SingleResidueFragData {lvalue},char)

def show(

...)

Inheritance: SingleResidueFragData.show

show( (UpJumpSRFD)arg1, (OStream)out) -> None : core/fragment/SingleResidueFragData.hh:139

C++ signature :
    void show(core::fragment::UpJumpSRFD {lvalue},std::ostream {lvalue})

show( (UpJumpSRFD)arg1, (OStream)out) -> None :

C++ signature :
    void show(UpJumpSRFD_exposer_callback {lvalue},std::ostream {lvalue})

def steal(

...)

Inheritance: SingleResidueFragData.steal

steal( (UpJumpSRFD)arg1, (Pose), (int), (Frame)) -> bool : core/fragment/JumpSRFD.hh:74

C++ signature :
    bool steal(core::fragment::UpJumpSRFD {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (UpJumpSRFD)arg1, (Pose), (int), (Frame)) -> bool :

C++ signature :
    bool steal(UpJumpSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long,core::fragment::Frame)

steal( (UpJumpSRFD)arg1, (Pose), (int)) -> bool : core/fragment/JumpSRFD.hh:116

C++ signature :
    bool steal(core::fragment::UpJumpSRFD {lvalue},core::pose::Pose,unsigned long)

steal( (UpJumpSRFD)arg1, (Pose), (int)) -> bool :

C++ signature :
    bool steal(UpJumpSRFD_exposer_callback {lvalue},core::pose::Pose,unsigned long)

def type(

...)

Inheritance: SingleResidueFragData.type

type( (UpJumpSRFD)arg1) -> str : core/fragment/JumpSRFD.hh:85

C++ signature :
    std::string type(core::fragment::UpJumpSRFD {lvalue})

type( (UpJumpSRFD)arg1) -> str :

C++ signature :
    std::string type(UpJumpSRFD_exposer_callback {lvalue})

class UpJumpSRFDAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (UpJumpSRFDAP)arg1) -> UpJumpSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class UpJumpSRFDCAP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature : void init(_object*)

def get(

...)

get( (UpJumpSRFDCAP)arg1) -> UpJumpSRFD :

C++ signature : boost::shared_ptr get(boost::weak_ptr)

class vector1_FragData

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (int)arg2) -> None :

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (vector1_FragData)arg2) -> None :

C++ signature :
    void __init__(_object*,utility::vector1<core::fragment::FragData, std::allocator<core::fragment::FragData> >)

def append(

...)

append( (vector1_FragData)arg1, (FragData)arg2) -> object :

C++ signature : utility::vectorL<1l, core::fragment::FragData, std::allocator > {lvalue} append(utility::vector1 > {lvalue},core::fragment::FragData)

def reserve(

...)

reserve( (vector1_FragData)arg1, (int)arg2) -> None :

C++ signature : void reserve(utility::vector1 > {lvalue},unsigned long)

def resize(

...)

resize( (vector1_FragData)arg1, (int)arg2) -> None :

C++ signature : void resize(utility::vector1 > {lvalue},unsigned long)

class vector1_FragDataOP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (int)arg2) -> None :

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (vector1_FragDataOP)arg2) -> None :

C++ signature :
    void __init__(_object*,utility::vector1<boost::shared_ptr<core::fragment::FragData>, std::allocator<boost::shared_ptr<core::fragment::FragData> > >)

def append(

...)

append( (vector1_FragDataOP)arg1, (CPP_FragData)arg2) -> object :

C++ signature : utility::vectorL<1l, boost::shared_ptr, std::allocator > > {lvalue} append(utility::vector1, std::allocator > > {lvalue},boost::shared_ptr)

def reserve(

...)

reserve( (vector1_FragDataOP)arg1, (int)arg2) -> None :

C++ signature : void reserve(utility::vector1, std::allocator > > {lvalue},unsigned long)

def resize(

...)

resize( (vector1_FragDataOP)arg1, (int)arg2) -> None :

C++ signature : void resize(utility::vector1, std::allocator > > {lvalue},unsigned long)

class vector1_Frame

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (int)arg2) -> None :

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (vector1_Frame)arg2) -> None :

C++ signature :
    void __init__(_object*,utility::vector1<core::fragment::Frame, std::allocator<core::fragment::Frame> >)

def append(

...)

append( (vector1_Frame)arg1, (Frame)arg2) -> object :

C++ signature : utility::vectorL<1l, core::fragment::Frame, std::allocator > {lvalue} append(utility::vector1 > {lvalue},core::fragment::Frame)

def reserve(

...)

reserve( (vector1_Frame)arg1, (int)arg2) -> None :

C++ signature : void reserve(utility::vector1 > {lvalue},unsigned long)

def resize(

...)

resize( (vector1_Frame)arg1, (int)arg2) -> None :

C++ signature : void resize(utility::vector1 > {lvalue},unsigned long)

class vector1_FrameOP

Ancestors (in MRO)

Methods

def __init__(

...)

init( (object)arg1) -> None :

C++ signature :
    void __init__(_object*)

init( (object)arg1, (int)arg2) -> None :

C++ signature :
    void __init__(_object*,unsigned long)

init( (object)arg1, (vector1_FrameOP)arg2) -> None :

C++ signature :
    void __init__(_object*,utility::vector1<boost::shared_ptr<core::fragment::Frame>, std::allocator<boost::shared_ptr<core::fragment::Frame> > >)

def append(

...)

append( (vector1_FrameOP)arg1, (CPP_Frame)arg2) -> object :

C++ signature : utility::vectorL<1l, boost::shared_ptr, std::allocator > > {lvalue} append(utility::vector1, std::allocator > > {lvalue},boost::shared_ptr)

def reserve(

...)

reserve( (vector1_FrameOP)arg1, (int)arg2) -> None :

C++ signature : void reserve(utility::vector1, std::allocator > > {lvalue},unsigned long)

def resize(

...)

resize( (vector1_FrameOP)arg1, (int)arg2) -> None :

C++ signature : void resize(utility::vector1, std::allocator > > {lvalue},unsigned long)