62 const struct env_pyr pyr1copy = *pyr1;
70 if (dst == src)
return;
void * env_allocate(unsigned long nbytes)
void env_deallocate(void *mem)
void env_img_make_empty(struct env_image *img)
void env_img_copy_src_dst(const struct env_image *src, struct env_image *dst)
void env_pyr_init(struct env_pyr *pyr, const env_size_t n)
Construct with a given number of empty images.
void env_pyr_swap(struct env_pyr *pyr1, struct env_pyr *pyr2)
Swap contents with another env_pyr.
void env_pyr_copy_src_dst(const struct env_pyr *src, struct env_pyr *dst)
void env_pyr_make_empty(struct env_pyr *dst)
This class implements a set of images, often used as a dyadic pyramid.
struct env_image * images