9 #ifndef IMPALGEBRA_PYTHON_ONLY_H 
   10 #define IMPALGEBRA_PYTHON_ONLY_H 
   12 #include <IMP/algebra/algebra_config.h> 
   14 IMPALGEBRA_BEGIN_NAMESPACE
 
   83 typedef Grid3D<int, SparseGridStorage3D<int, BoundedGridStorage3D> >
 
   87 typedef Grid3D<int, SparseGridStorage3D<int, UnboundedGridStorage3D> >
 
   98 IMPALGEBRA_END_NAMESPACE
 
Grid3D< float, DenseGridStorage3D< float > > DenseFloatGrid3D
 
Grid3D< int, SparseGridStorage3D< int, UnboundedGridStorage3D > > SparseUnboundedIntGrid3D
 
Vector< VectorD< 3 > > Vector3Ds
 
Grid3D< double, DenseGridStorage3D< double > > DenseDoubleGrid3D
 
Grid3D< int, SparseGridStorage3D< int, BoundedGridStorage3D > > SparseIntGrid3D
 
Transformation3D get_transformation_aligning_first_to_second(Vector3Ds a, Vector3Ds b)