~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to frmts/pcidsk/sdk/pcidsk.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
/*                      PCIDSK Access Functions                         */
55
55
/************************************************************************/
56
56
PCIDSKFile PCIDSK_DLL *Open( std::string filename, std::string access,  
57
 
                             const PCIDSKInterfaces *interfaces );
 
57
                             const PCIDSKInterfaces *interfaces = NULL );
58
58
PCIDSKFile PCIDSK_DLL *Create( std::string filename, int pixels, int lines,
59
59
                               int channel_count, eChanType *channel_types, 
60
60
                               std::string options,
61
 
                               const PCIDSKInterfaces *interfaces );
 
61
                               const PCIDSKInterfaces *interfaces = NULL );
62
62
 
63
63
 
64
64
} // end of PCIDSK namespace