IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2007, 9:10:13 AM (19 years ago)
Author:
eugene
Message:

adding image projection I/O APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r13899 r14500  
    124124int KiiNewPicture1D (int fd, KiiImage *image, KapaImageData *data, Coords *coords);
    125125int KiiNewPicture2D (int fd, KiiImage *image, KapaImageData *data, Coords *coords);
     126
     127int KapaSetImageCoords (int fd, Coords *coords);
     128int KapaGetImageCoords (int fd, Coords *coords);
     129int KapaGetImageRange (int fd, double *Xmin, double *Xmax, double *Ymin, double *Ymax);
    126130
    127131/* KiiOverlay.c */
Note: See TracChangeset for help on using the changeset viewer.