Macros
vil_pyramid_image_resource.cxx File Reference
#include <cstring>
#include <vector>
#include "vil_pyramid_image_resource.h"
#include <cassert>
#include <vil/vil_property.h>
#include <vil/vil_convert.h>
#include <vil/vil_blocked_image_resource.h>
#include <vil/vil_blocked_image_facade.h>
#include <vil/vil_image_view.h>
#include <vil/vil_new.h>
#include <vil/vil_load.h>

Go to the source code of this file.

Macros

#define CONVERT_BLOCK_CASE(FORMAT, T)
 

Macro Definition Documentation

◆ CONVERT_BLOCK_CASE

#define CONVERT_BLOCK_CASE (   FORMAT,
 
)
Value:
case FORMAT: { \
vil_image_view<T> out_blk; \
vil_convert_cast(dec_blk, out_blk); \
if (!dec_resc->put_block(bi/2, bj/2, out_blk )) \
return false;\
break;\
}