IMP  2.3.0
The Integrative Modeling Platform
algebra/python_only.h File Reference

Functionality only available in Python. More...

#include <IMP/algebra/algebra_config.h>
+ Include dependency graph for algebra/python_only.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Python Only

The following functions are only available in Python as the equivalent C++ functionality is provided via template functions or in other ways that don't directly map to Python.

typedef Grid3D< int,
SparseGridStorage3D< int,
BoundedGridStorage3D > > 
IMP::algebra::SparseIntGrid3D
 
typedef Grid3D< int,
SparseGridStorage3D< int,
UnboundedGridStorage3D > > 
IMP::algebra::SparseUnboundedIntGrid3D
 
typedef Grid3D< double,
DenseGridStorage3D< double > > 
IMP::algebra::DenseDoubleGrid3D
 
typedef Grid3D< float,
DenseGridStorage3D< float > > 
IMP::algebra::DenseFloatGrid3D
 
Transformation3D IMP::algebra::get_transformation_aligning_first_to_second (Vector3Ds a, Vector3Ds b)
 

Detailed Description

Functionality only available in Python.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file algebra/python_only.h.