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

functionality only availble 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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::algebra
 See IMP.algebra Overview for more information.
 

Python Only

The following functions are only availale 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

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file algebra/python_only.h.