|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
A more IMP-like version of the std::vector.
More...
#include <IMP/Vector.h>
Inherits IMP::Value.
Inherited by IMP::IndexVector< Tag, T, Allocator, Equal >, and IMP::ParticleIndexPairsAdaptor.
A more IMP-like version of the std::vector.
Specifically this class adds functionality from Python arrays such as
+=es Public Member Functions | |
| Vector (unsigned int sz, const T &t=T()) | |
| template<class It > | |
| Vector (It b, It e) | |
| template<class VO > | |
| Vector (const std::vector< VO > &o) | |
| template<class O > | |
| operator Vector< O > () const | |
| template<class OV > | |
| Vector< T > | operator+= (const OV &o) |