Package rosetta :: Package core :: Package environment :: Module _core_environment_ :: Class SequenceAnnotation
[hide private]
[frames] | no frames]

Class SequenceAnnotation

 object --+    
          |    
??.instance --+
              |
             SequenceAnnotation

core/environment/SequenceAnnotation.hh:44

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1, (int)length) -> None : core/environment/SequenceAnnotation.hh:51
 
__reduce__(...)
helper for pickle
 
add_jump_label(...)
add_jump_label( (SequenceAnnotation)arg1, (str), (int)) -> None : core/environment/SequenceAnnotation.hh:59
 
add_seq_label(...)
add_seq_label( (SequenceAnnotation)arg1, (str), (std_vector_Size)) -> None : core/environment/SequenceAnnotation.hh:55
 
append_seq(...)
append_seq( (SequenceAnnotation)arg1, (str)label) -> None : append a single residue with the given label to the end of the Annotation
 
has_seq_label(...)
has_seq_label( (SequenceAnnotation)arg1, (str)) -> bool : core/environment/SequenceAnnotation.hh:81
 
length(...)
length( (SequenceAnnotation)arg1) -> int : core/environment/SequenceAnnotation.hh:77
 
resolve_jump(...)
resolve_jump( (SequenceAnnotation)arg1, (str)label) -> int : core/environment/SequenceAnnotation.hh:75
 
resolve_seq(...)
resolve_seq( (SequenceAnnotation)arg1, (LocalPosition)) -> int : core/environment/SequenceAnnotation.hh:70
 
rm_seq_label(...)
rm_seq_label( (SequenceAnnotation)arg1, (str)) -> None : core/environment/SequenceAnnotation.hh:61

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __instance_size__ = 32
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__init__( (object)arg1, (int)length) -> None :
    core/environment/SequenceAnnotation.hh:51

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

__init__( (object)arg1, (SequenceAnnotation)) -> None :
    core/environment/SequenceAnnotation.hh:44

    C++ signature :
        void __init__(_object*,core::environment::SequenceAnnotation)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

add_jump_label(...)

 

add_jump_label( (SequenceAnnotation)arg1, (str), (int)) -> None :
    core/environment/SequenceAnnotation.hh:59

    C++ signature :
        void add_jump_label(core::environment::SequenceAnnotation {lvalue},std::string,unsigned long)

add_seq_label(...)

 

add_seq_label( (SequenceAnnotation)arg1, (str), (std_vector_Size)) -> None :
    core/environment/SequenceAnnotation.hh:55

    C++ signature :
        void add_seq_label(core::environment::SequenceAnnotation {lvalue},std::string,std::vector<unsigned long, std::allocator<unsigned long> >)

add_seq_label( (SequenceAnnotation)arg1, (str), (vector1_Size)) -> None :
    core/environment/SequenceAnnotation.hh:57

    C++ signature :
        void add_seq_label(core::environment::SequenceAnnotation {lvalue},std::string,utility::vector1<unsigned long, std::allocator<unsigned long> >)

append_seq(...)

 

append_seq( (SequenceAnnotation)arg1, (str)label) -> None :
    append a single residue with the given label to the end of the Annotation
    

    C++ signature :
        void append_seq(core::environment::SequenceAnnotation {lvalue},std::string)

has_seq_label(...)

 

has_seq_label( (SequenceAnnotation)arg1, (str)) -> bool :
    core/environment/SequenceAnnotation.hh:81

    C++ signature :
        bool has_seq_label(core::environment::SequenceAnnotation {lvalue},std::string)

length(...)

 

length( (SequenceAnnotation)arg1) -> int :
    core/environment/SequenceAnnotation.hh:77

    C++ signature :
        unsigned long length(core::environment::SequenceAnnotation {lvalue})

length( (SequenceAnnotation)arg1, (str)label) -> int :
    core/environment/SequenceAnnotation.hh:79

    C++ signature :
        unsigned long length(core::environment::SequenceAnnotation {lvalue},std::string)

resolve_jump(...)

 

resolve_jump( (SequenceAnnotation)arg1, (str)label) -> int :
    core/environment/SequenceAnnotation.hh:75

    C++ signature :
        unsigned long resolve_jump(core::environment::SequenceAnnotation {lvalue},std::string)

resolve_seq(...)

 

resolve_seq( (SequenceAnnotation)arg1, (LocalPosition)) -> int :
    core/environment/SequenceAnnotation.hh:70

    C++ signature :
        unsigned long resolve_seq(core::environment::SequenceAnnotation {lvalue},core::environment::LocalPosition)

resolve_seq( (SequenceAnnotation)arg1, (str)label) -> vector1_Size :
    core/environment/SequenceAnnotation.hh:73

    C++ signature :
        utility::vector1<unsigned long, std::allocator<unsigned long> > resolve_seq(core::environment::SequenceAnnotation {lvalue},std::string)

rm_seq_label(...)

 

rm_seq_label( (SequenceAnnotation)arg1, (str)) -> None :
    core/environment/SequenceAnnotation.hh:61

    C++ signature :
        void rm_seq_label(core::environment::SequenceAnnotation {lvalue},std::string)