Package rosetta :: Package core :: Package conformation :: Module _core_conformation_ :: Class PseudoBondCollection
[hide private]
[frames] | no frames]

Class PseudoBondCollection

 object --+    
          |    
??.instance --+
              |
             PseudoBondCollection

core/conformation/PseudoBond.hh:102

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
clone_with_new_sequence_numbering(...)
clone_with_new_sequence_numbering( (PseudoBondCollection)arg1, (vector1_int)old2new) -> PseudoBondCollection : core/conformation/PseudoBond.hh:113
 
iter_begin(...)
iter_begin( (PseudoBondCollection)arg1) -> object : core/conformation/PseudoBond.hh:117
 
iter_end(...)
iter_end( (PseudoBondCollection)arg1) -> object : core/conformation/PseudoBond.hh:118
 
push_back(...)
push_back( (PseudoBondCollection)arg1, (PseudoBond)) -> None : core/conformation/PseudoBond.hh:115
 
size(...)
size( (PseudoBondCollection)arg1) -> int : core/conformation/PseudoBond.hh:120

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) -> None :

    C++ signature :
        void __init__(_object*)

__init__( (object)arg1, (PseudoBondCollection)) -> None :
    core/conformation/PseudoBond.hh:102

    C++ signature :
        void __init__(_object*,core::conformation::PseudoBondCollection)

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

clone_with_new_sequence_numbering(...)

 

clone_with_new_sequence_numbering( (PseudoBondCollection)arg1, (vector1_int)old2new) -> PseudoBondCollection :
    core/conformation/PseudoBond.hh:113

    C++ signature :
        boost::shared_ptr<core::conformation::PseudoBondCollection const> clone_with_new_sequence_numbering(core::conformation::PseudoBondCollection {lvalue},utility::vector1<int, std::allocator<int> >)

iter_begin(...)

 

iter_begin( (PseudoBondCollection)arg1) -> object :
    core/conformation/PseudoBond.hh:117

    C++ signature :
        __gnu_cxx::__normal_iterator<core::conformation::PseudoBond const*, std::vector<core::conformation::PseudoBond, std::allocator<core::conformation::PseudoBond> > > iter_begin(core::conformation::PseudoBondCollection {lvalue})

iter_end(...)

 

iter_end( (PseudoBondCollection)arg1) -> object :
    core/conformation/PseudoBond.hh:118

    C++ signature :
        __gnu_cxx::__normal_iterator<core::conformation::PseudoBond const*, std::vector<core::conformation::PseudoBond, std::allocator<core::conformation::PseudoBond> > > iter_end(core::conformation::PseudoBondCollection {lvalue})

push_back(...)

 

push_back( (PseudoBondCollection)arg1, (PseudoBond)) -> None :
    core/conformation/PseudoBond.hh:115

    C++ signature :
        void push_back(core::conformation::PseudoBondCollection {lvalue},core::conformation::PseudoBond)

size(...)

 

size( (PseudoBondCollection)arg1) -> int :
    core/conformation/PseudoBond.hh:120

    C++ signature :
        unsigned long size(core::conformation::PseudoBondCollection {lvalue})