IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2005, 4:08:21 PM (21 years ago)
Author:
desonia
Message:

reorganized the functions into more files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/Makefile.am

    r3938 r3968  
    1313libpslibimage_la_SOURCES = \
    1414        psImage.c \
    15         psImageExtraction.c \
     15        psImagePixelExtract.c \
     16        psImageStructManip.c \
    1617        psImageIO.c \
    17         psImageManip.c \
     18        psImageGeomManip.c \
     19        psImagePixelManip.c \
    1820        psImageStats.c \
    1921        psImageFFT.c \
     
    2931pslibinclude_HEADERS = \
    3032        psImage.h \
    31         psImageExtraction.h \
     33        psImagePixelExtract.h \
     34        psImageStructManip.h \
    3235        psImageIO.h \
    33         psImageManip.h \
     36        psImageGeomManip.h \
     37        psImagePixelManip.h \
    3438        psImageStats.h \
    3539        psImageFFT.h \
Note: See TracChangeset for help on using the changeset viewer.