Package schrodinger :: Package application :: Package desmond :: Package packages :: Module traj :: Class DtrSource
[hide private]
[frames] | no frames]

Class DtrSource

object --+    
         |    
    Source --+
             |
            DtrSource

Instance Methods [hide private]
 
_retrieve_frame(self, index)
 
nframes(self)
Returns the total number of frames in this trajectory source.

Inherited from Source: __init__, __str__, clear_cache, id, name, retrieve_frame, used_space

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

Class Variables [hide private]

Inherited from Source: Pool

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_retrieve_frame(self, index)

 
Overrides: Source._retrieve_frame

nframes(self)

 

Returns the total number of frames in this trajectory source.

Overrides: Source.nframes
(inherited documentation)