IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
Vector.h File Reference

A class for storing lists of IMP items. More...

#include <IMP/kernel_config.h>
#include "Showable.h"
#include "Value.h"
#include <sstream>
#include <cereal/access.hpp>
#include "hash.h"
#include <vector>
+ Include dependency graph for Vector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::Vector< T, Allocator >
 A more IMP-like version of the std::vector. More...
 

Namespaces

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

Macros

#define IMP_VECTOR_ALLOCATOR   std::allocator
 

Detailed Description

A class for storing lists of IMP items.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file Vector.h.