|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Store a persistent ordering for a subset based on the list. More...
#include <IMP/domino/Order.h>
Inheritance diagram for IMP::domino::Order:Store a persistent ordering for a subset based on the list.
Public Member Functions | |
| Order (Subset outer, const ParticlesTemp &order) | |
| template<class It > | |
| Ints | get_list_ordered (It b, It e) const |
| Ints | get_list_ordered (const Assignment &a) const |
| template<class It > | |
| Assignment | get_subset_ordered (It b, It e) const |
| Assignment | get_subset_ordered (const Ints &a) const |
Public Member Functions inherited from IMP::ConstVector< unsigned int > | |
| ConstVector (unsigned int sz, unsigned intfill) | |
| ConstVector (It b, It e) | |
| ConstVector (const Vector &i) | |
| unsigned int | operator[] (unsigned int i) const |
| void | show (std::ostream &out=std::cout) const |
| unsigned int | size () const |