IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/19
The Integrative Modeling Platform
Index.h File Reference

Utility types to refer to various types of indices. More...

#include <IMP/kernel_config.h>
#include "bracket_macros.h"
#include "showable_macros.h"
#include "Value.h"
#include <cereal/access.hpp>
#include <functional>
#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, Allocator, Equal >
 Implements a vector tied to a particular index of type Index<Tag>. More...
 

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

Utility types to refer to various types of indices.

Copyright 2007-2023 IMP Inventors. All rights reserved.

Definition in file Index.h.