Package rosetta :: Package core :: Package chemical :: Module _core_chemical_ :: Class ResConnID
[hide private]
[frames] | no frames]

Class ResConnID

 object --+    
          |    
??.instance --+
              |
             ResConnID

The ResConnID could more properly be called the ResidueConnector. It stores the data necessary to describe how one ResidueConnection on a conformation::Residue is connected to the rest of the structure (Pose), by listing the other Residue's index and the ResidueConnection index.

Instance Methods [hide private]
 
__init__(...)
__init__( (object)arg1) -> None :
 
__reduce__(...)
helper for pickle
 
assign(...)
assign( (ResConnID)arg1, (ResConnID)) -> ResConnID : core/chemical/ResConnID.hh:40
 
connid(...)
connid( (ResConnID)arg1) -> int : core/chemical/ResConnID.hh:48
 
incomplete(...)
incomplete( (ResConnID)arg1) -> bool : core/chemical/ResConnID.hh:51
 
mark_incomplete(...)
mark_incomplete( (ResConnID)arg1) -> None : core/chemical/ResConnID.hh:52
 
resid(...)
resid( (ResConnID)arg1) -> int : core/chemical/ResConnID.hh:45

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, (ResConnID)) -> None :
    core/chemical/ResConnID.hh:37

    C++ signature :
        void __init__(_object*,core::chemical::ResConnID)

__init__( (object)arg1, (int)resid, (int)connid) -> None :
    core/chemical/ResConnID.hh:38

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

assign(...)

 

assign( (ResConnID)arg1, (ResConnID)) -> ResConnID :
    core/chemical/ResConnID.hh:40

    C++ signature :
        core::chemical::ResConnID assign(core::chemical::ResConnID {lvalue},core::chemical::ResConnID)

connid(...)

 

connid( (ResConnID)arg1) -> int :
    core/chemical/ResConnID.hh:48

    C++ signature :
        unsigned long connid(core::chemical::ResConnID {lvalue})

connid( (ResConnID)arg1, (int)) -> None :
    core/chemical/ResConnID.hh:49

    C++ signature :
        void connid(core::chemical::ResConnID {lvalue},unsigned long)

incomplete(...)

 

incomplete( (ResConnID)arg1) -> bool :
    core/chemical/ResConnID.hh:51

    C++ signature :
        bool incomplete(core::chemical::ResConnID {lvalue})

mark_incomplete(...)

 

mark_incomplete( (ResConnID)arg1) -> None :
    core/chemical/ResConnID.hh:52

    C++ signature :
        void mark_incomplete(core::chemical::ResConnID {lvalue})

resid(...)

 

resid( (ResConnID)arg1) -> int :
    core/chemical/ResConnID.hh:45

    C++ signature :
        unsigned long resid(core::chemical::ResConnID {lvalue})

resid( (ResConnID)arg1, (int)) -> None :
    core/chemical/ResConnID.hh:46

    C++ signature :
        void resid(core::chemical::ResConnID {lvalue},unsigned long)