/*----------------------------------------------------------------------------- * Filename : ossimPointHash.i * Author : Vipul Raheja * License : See top level LICENSE.txt file. * Description : Contains SWIG-Python of class ossimPointHash * -----------------------------------------------------------------------------*/ %module pyossim %{ #include #include %} %include "ossim/base/ossimPointHash.h"