|
IMP Reference Guide
2.17.0
The Integrative Modeling Platform
|
Implements a vector tied to a particular index of type Index<Tag>. More...
#include <IMP/Index.h>
Inheritance diagram for IMP::IndexVector< Tag, T >:Implements a vector tied to a particular index of type Index<Tag>.
Public Member Functions | |
| IndexVector (unsigned int sz, const T &t=T()) | |
| T & | at (Index< Tag >) |
| const T | at (Index< Tag >) const |
| T & | operator[] (Index< Tag >) |
| const T | operator[] (Index< Tag >) const |
Public Member Functions inherited from IMP::Vector< T > | |
| 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) |