core/vil1/vil1_copy.cxx File Reference


Detailed Description

Contains function vil1_copy().

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
16 Feb 00
    Modifications
     7 June 2001 - Peter Vanroose - fixed rowsize_bytes for 1-bit pixel type
   

Definition in file vil1_copy.cxx.

#include "vil1_copy.h"
#include <vcl_cassert.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_memory_image.h>

Go to the source code of this file.


Defines

#define assert_dimension_equal(dim)   assert(in.dim() == out.dim())

Functions

void vil1_copy (vil1_image const &in, vil1_image &out)
 Copy SRC to DST.
vil1_memory_image vil1_copy (vil1_image const &src)
 Return a memory image copy of SRC.

Define Documentation

#define assert_dimension_equal ( dim   )     assert(in.dim() == out.dim())


Function Documentation

vil1_memory_image vil1_copy ( vil1_image const &  src  ) 

Return a memory image copy of SRC.

Definition at line 55 of file vil1_copy.cxx.

void vil1_copy ( vil1_image const &  src,
vil1_image DST 
)

Copy SRC to DST.

Images must be exactly the same dimensions, but datatype isn't matched

Definition at line 22 of file vil1_copy.cxx.


Generated on Sun Sep 7 05:08:28 2008 for core/vil1 by  doxygen 1.5.1