All¶
- class hoomd.filter.All¶
Bases:
ParticleFilter
Select all particles in the system.
Example:
all_ = hoomd.filter.All()
Members inherited from
ParticleFilter
:- __hash__()¶
Return a hash of the filter parameters.
Read more...
- __eq__()¶
Test for equality between two particle filters.
Read more...
- __str__()¶
Format a human readable string describing the filter.
Read more...
- __call__()¶
Evaluate the filter.
Read more...