/*----------------------------------------------------------------------------- * Filename : ossimGeoidNgsHeader.i * Author : Vipul Raheja * License : See top level LICENSE.txt file. * Description : Contains SWIG-Python of class ossimGeoidNgsHeader * -----------------------------------------------------------------------------*/ %module pyossim %{ #include #include #include %} %rename(__lshift__) operator<<; %include "ossim/base/ossimConstants.h" %include "ossim/base/ossimGeoidNgsHeader.h"