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

Class UltraLightResidue

 object --+    
          |    
??.instance --+
              |
             UltraLightResidue

core/conformation/UltraLightResidue.hh:33

Instance Methods [hide private]
 
__getitem__(...)
__getitem__( (UltraLightResidue)arg1, (int)index) -> xyzVector_Real : core/conformation/UltraLightResidue.hh:55
 
__init__(...)
__init__( (object)arg1, (Residue)residue) -> None : core/conformation/UltraLightResidue.hh:36
 
__reduce__(...)
helper for pickle
 
align_to_residue(...)
align_to_residue( (UltraLightResidue)arg1, (UltraLightResidue)other_residue) -> None : core/conformation/UltraLightResidue.hh:49
 
center(...)
center( (UltraLightResidue)arg1) -> xyzVector_Real : get centerpoint of residue
 
coords_vector(...)
coords_vector( (UltraLightResidue)arg1) -> vector1_xyzVector_Real : get const ref to residue coords
 
natoms(...)
natoms( (UltraLightResidue)arg1) -> int : return number of atoms in ultralight residue
 
residue(...)
residue( (UltraLightResidue)arg1) -> Residue : return a constant pointer to the base residue
 
slide(...)
slide( (UltraLightResidue)arg1, (xyzVector_Real)translation_vector) -> None : core/conformation/UltraLightResidue.hh:52
 
transform(...)
transform( (UltraLightResidue)arg1, (xyzMatrix_Real)rotation_matrix, (xyzVector_Real)translation_vector) -> None : core/conformation/UltraLightResidue.hh:46
 
update_conformation(...)
update_conformation( (UltraLightResidue)arg1, (Conformation)conformation) -> None : update conformation with current coords.

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]

__getitem__(...)
(Indexing operator)

 

__getitem__( (UltraLightResidue)arg1, (int)index) -> xyzVector_Real :
    core/conformation/UltraLightResidue.hh:55

    C++ signature :
        numeric::xyzVector<double> {lvalue} __getitem__(core::conformation::UltraLightResidue {lvalue},unsigned long)

__getitem__( (UltraLightResidue)arg1, (int)index) -> xyzVector_Real :
    core/conformation/UltraLightResidue.hh:61

    C++ signature :
        numeric::xyzVector<double> __getitem__(core::conformation::UltraLightResidue {lvalue},unsigned long)

__init__(...)
(Constructor)

 

__init__( (object)arg1, (Residue)residue) -> None :
    core/conformation/UltraLightResidue.hh:36

    C++ signature :
        void __init__(_object*,boost::shared_ptr<core::conformation::Residue const>)

__init__( (object)arg1, (UltraLightResidue)src) -> None :
    core/conformation/UltraLightResidue.hh:38

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

Overrides: object.__init__

__reduce__(...)

 

helper for pickle

Overrides: object.__reduce__
(inherited documentation)

align_to_residue(...)

 

align_to_residue( (UltraLightResidue)arg1, (UltraLightResidue)other_residue) -> None :
    core/conformation/UltraLightResidue.hh:49

    C++ signature :
        void align_to_residue(core::conformation::UltraLightResidue {lvalue},core::conformation::UltraLightResidue)

center(...)

 

center( (UltraLightResidue)arg1) -> xyzVector_Real :
    get centerpoint of residue
    

    C++ signature :
        numeric::xyzVector<double> center(core::conformation::UltraLightResidue {lvalue})

coords_vector(...)

 

coords_vector( (UltraLightResidue)arg1) -> vector1_xyzVector_Real :
    get const ref to residue coords
    

    C++ signature :
        utility::vector1<numeric::xyzVector<double>, std::allocator<numeric::xyzVector<double> > > coords_vector(core::conformation::UltraLightResidue {lvalue})

natoms(...)

 

natoms( (UltraLightResidue)arg1) -> int :
    return number of atoms in ultralight residue
    

    C++ signature :
        unsigned long natoms(core::conformation::UltraLightResidue {lvalue})

residue(...)

 

residue( (UltraLightResidue)arg1) -> Residue :
    return a constant pointer to the base residue
    

    C++ signature :
        boost::shared_ptr<core::conformation::Residue const> residue(core::conformation::UltraLightResidue {lvalue})

slide(...)

 

slide( (UltraLightResidue)arg1, (xyzVector_Real)translation_vector) -> None :
    core/conformation/UltraLightResidue.hh:52

    C++ signature :
        void slide(core::conformation::UltraLightResidue {lvalue},numeric::xyzVector<double>)

transform(...)

 

transform( (UltraLightResidue)arg1, (xyzMatrix_Real)rotation_matrix, (xyzVector_Real)translation_vector) -> None :
    core/conformation/UltraLightResidue.hh:46

    C++ signature :
        void transform(core::conformation::UltraLightResidue {lvalue},numeric::xyzMatrix<double>,numeric::xyzVector<double>)

update_conformation(...)

 

update_conformation( (UltraLightResidue)arg1, (Conformation)conformation) -> None :
    update conformation with current coords. Slow.
    

    C++ signature :
        void update_conformation(core::conformation::UltraLightResidue {lvalue},core::conformation::Conformation {lvalue})