IMP  2.0.1
The Integrative Modeling Platform
IMP::base::IndexVector< Tag, T > Class Template Reference

#include <IMP/base/Index.h>

+ Inheritance diagram for IMP::base::IndexVector< Tag, T >:

Public Member Functions

 IndexVector (unsigned int sz, const T &t=T())
 
const T operator[] (Index< Tag >) const
 
T & operator[] (Index< Tag >)
 
- Public Member Functions inherited from IMP::base::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)
 

Detailed Description

template<class Tag, class T>
class IMP::base::IndexVector< Tag, T >

This class implements a vector tied to a particular index.

Definition at line 56 of file Index.h.


The documentation for this class was generated from the following file: