IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
Index.h File Reference

Basic types used by IMP. More...

#include <IMP/kernel_config.h>
#include "bracket_macros.h"
#include "showable_macros.h"
#include "Value.h"
#include <IMP/Vector.h>
+ Include dependency graph for Index.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::Index< Tag >
 A typed index. More...
 
class  IMP::IndexVector< Tag, T >
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

template<class Tag >
unsigned int IMP::get_as_unsigned_int (Index< Tag > i)
 
template<class Tag >
Index< Tag > IMP::get_invalid_index ()
 
template<class Tag , class Container , class T >
void IMP::resize_to_fit (Container &v, Index< Tag > i, const T &default_value=T())
 

Detailed Description

Basic types used by IMP.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file Index.h.