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