IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2007, 12:27:17 PM (19 years ago)
Author:
magnier
Message:

added psImageCopyView function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageStructManip.h

    r12431 r12998  
    55*  @author Robert DeSonia, MHPCC
    66*
    7 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2007-03-14 00:39:50 $
     7*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2007-04-24 22:27:17 $
    99*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1010*/
     
    1818#include "psImage.h"
    1919#include "psRegion.h"
     20#include "psRegionForImage.h"
    2021
    2122/** Create a subimage of the specified area.
     
    3839    psRegion region                    ///< region of subimage
    3940);
     41
     42/** Makes a copy of the image view on the parent:
     43 *  if this is a child, returns a child pointing at the same pixels
     44 *  if this is a parent, returns a child pointing at the full array
     45 */
     46psImage* psImageCopyView(psImage *output, psImage *input);
    4047
    4148/** Makes a copy of a psImage
Note: See TracChangeset for help on using the changeset viewer.