Package schrodinger :: Package infra :: Module structure :: Class PdbMmpdbxAtom
[hide private]
[frames] | no frames]

Class PdbMmpdbxAtom

     object --+    
              |    
??.SwigPyObject --+
                  |
                 PdbMmpdbxAtom
Known Subclasses:

::PdbMmpdbxAtom

Instance Methods [hide private]
 
__eq__(x, y)
x==y
 
__ge__(x, y)
x>=y
 
__gt__(x, y)
x>y
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__le__(x, y)
x<=y
 
__lt__(x, y)
x<y
 
__ne__(x, y)
x!=y
a new object with type S, a subtype of T
__new__(T, S, ...)
 
alter_mmct_alt_anisou_props(...)
 
set_mmct_anisou_props(...)

Inherited from unreachable.SwigPyObject: __cmp__, __getattribute__, __hex__, __int__, __long__, __oct__, __repr__, acquire, append, disown, next, own

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

Properties [hide private]
  m_altLoc
PdbMmpdbxAtom.m_altLoc
  m_atomicNumber
PdbMmpdbxAtom.m_atomicNumber
  m_chainID
PdbMmpdbxAtom.m_chainID
  m_color
PdbMmpdbxAtom.m_color
  m_formalCharge
PdbMmpdbxAtom.m_formalCharge
  m_has_anisou
PdbMmpdbxAtom.m_has_anisou
  m_histidine_form
PdbMmpdbxAtom.m_histidine_form
  m_iCode
PdbMmpdbxAtom.m_iCode
  m_name
PdbMmpdbxAtom.m_name
  m_occupancy
PdbMmpdbxAtom.m_occupancy
  m_origAltLoc
PdbMmpdbxAtom.m_origAltLoc
  m_origName
PdbMmpdbxAtom.m_origName
  m_resName
PdbMmpdbxAtom.m_resName
  m_resNum
PdbMmpdbxAtom.m_resNum
  m_segment_id
PdbMmpdbxAtom.m_segment_id
  m_seqres_index
PdbMmpdbxAtom.m_seqres_index
  m_serial
PdbMmpdbxAtom.m_serial
  m_tfactor
PdbMmpdbxAtom.m_tfactor
  m_use_histidine
PdbMmpdbxAtom.m_use_histidine
  m_x
PdbMmpdbxAtom.m_x
  m_y
PdbMmpdbxAtom.m_y
  m_z
PdbMmpdbxAtom.m_z
  this
  thisown

Inherited from object: __class__

Method Details [hide private]

__eq__(x, y)
(Equality operator)

 

x==y

Overrides: unreachable.SwigPyObject.__eq__

__ge__(x, y)
(Greater-than-or-equals operator)

 

x>=y

Overrides: unreachable.SwigPyObject.__ge__

__gt__(x, y)
(Greater-than operator)

 

x>y

Overrides: unreachable.SwigPyObject.__gt__

__init__(...)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

__le__(x, y)
(Less-than-or-equals operator)

 

x<=y

Overrides: unreachable.SwigPyObject.__le__

__lt__(x, y)
(Less-than operator)

 

x<y

Overrides: unreachable.SwigPyObject.__lt__

__ne__(x, y)

 

x!=y

Overrides: unreachable.SwigPyObject.__ne__

__new__(T, S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__