| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
??.instance --+
|
Frame --+
|
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
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__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)
|
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)
|
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})
|
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})
|
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})
|
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})
|
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)
|
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})
|
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)
|
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)
|
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)
|
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)
|
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})
|
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})
|
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})
|
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})
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:11:12 2015 | http://epydoc.sourceforge.net |