IMP logo
IMP Reference Guide  develop.45c11de31d,2024/03/27
The Integrative Modeling Platform
standard_grids.h File Reference

All grids that are in the Python API should be defined here. More...

#include <IMP/algebra/algebra_config.h>
#include "GridD.h"
#include "grid_ranges.h"
#include "grid_storages.h"
#include "grid_embeddings.h"
+ Include dependency graph for standard_grids.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IMP::algebra::DenseFloatLogGridKD
 
struct  IMP::algebra::DenseGrid3D< VT >
 A dense grid of values. More...
 
struct  IMP::algebra::DenseIntLogGrid3D
 
struct  IMP::algebra::SparseGrid3D< VT >
 A sparse grid of values. More...
 
struct  IMP::algebra::SparseUnboundedGrid3D< VT >
 A sparse, infinite grid of values. More...
 
struct  IMP::algebra::SparseUnboundedGridD< D, VT >
 A sparse, infinite grid of values. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Macros

#define IMP_ALGEBRA_SWIG_GRID_METHODS(D, VT)
 

Detailed Description

All grids that are in the Python API should be defined here.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file standard_grids.h.