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