Package rosetta :: Package core :: Package fragment :: Module _core_fragment_ :: Class FragSetCollection
[hide private]
[frames] | no frames]

Class FragSetCollection

 object --+        
          |        
??.instance --+    
              |    
        FragSet --+
                  |
                 FragSetCollection

core/fragment/FragSetCollection.hh:49

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
add_fragset(...)
add_fragset( (FragSetCollection)arg1, (FragSet)fragset) -> None : core/fragment/FragSetCollection.hh:61
 
begin(...)
begin( (FragSetCollection)arg1) -> ConstFrameIterator : core/fragment/FragSetCollection.hh:72
 
clone(...)
clone( (FragSetCollection)arg1) -> FragSet : core/fragment/FragSetCollection.hh:58
 
empty(...)
empty( (FragSetCollection)arg1) -> bool : core/fragment/FragSetCollection.hh:78
 
empty_clone(...)
empty_clone( (FragSetCollection)arg1) -> FragSet : core/fragment/FragSetCollection.hh:59
 
end(...)
end( (FragSetCollection)arg1) -> ConstFrameIterator : core/fragment/FragSetCollection.hh:73
 
nonconst_begin(...)
nonconst_begin( (FragSetCollection)arg1) -> FrameIterator : core/fragment/FragSetCollection.hh:75
 
nonconst_end(...)
nonconst_end( (FragSetCollection)arg1) -> FrameIterator : core/fragment/FragSetCollection.hh:76
 
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

Inherited from FragSet: __reduce__, __str__, add, clone_shifted, frames, generate_insert_map, global_offset, insert_fragID_list, max_frag_length, max_pos, min_pos, nr_frames, overlapping_with_region, region_all, region_simple, shift_by, size

Inherited from unreachable.instance: __new__

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

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

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

__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)

Overrides: object.__init__

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<core::fragment::FragSet>)

begin(...)

 

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

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

Overrides: FragSet.begin

clone(...)

 

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

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

Overrides: FragSet.clone

empty(...)

 

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

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

Overrides: FragSet.empty

empty_clone(...)

 

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

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

Overrides: FragSet.empty_clone

end(...)

 

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

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

Overrides: FragSet.end

nonconst_begin(...)

 

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

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

Overrides: FragSet.nonconst_begin

nonconst_end(...)

 

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

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

Overrides: FragSet.nonconst_end

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})

Overrides: FragSet.region