|
__init__(self,
source,
index)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
__deepcopy__(self,
memo={}) |
|
|
|
|
|
|
|
_copy_and_decorate(self,
obj,
indices)
Makes a copy of the native trajectory-frame object and decorates the
copied object if necessary. |
|
|
|
_get_native_object(self,
indices=None) |
|
|
|
_make(self,
force=False)
Solidifies decorations. |
|
|
|
|
|
|
|
|
|
pos(self,
i=None)
Return the position of particle i . |
|
|
|
vel(self,
i=None)
Return the velocity of particle i . |
|
|
|
|
|
|
|
|
|
reduce(self,
indices,
is_sorted=False)
Keep only the atoms specified by indices ,
the other atoms will be deleted from this frame. |
|
|
|
moveby(self,
x,
y,
z)
Translate all positions by the given x , y ,
and z . |
|
|
|
write(self,
writer)
Write out this frame using the given writer . |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|