Defines
core/vil/vil_pyramid_image_resource.cxx File Reference
#include "vil_pyramid_image_resource.h"
#include <vcl_cassert.h>
#include <vcl_cstring.h>
#include <vcl_vector.h>
#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.

Defines

#define CONVERT_BLOCK_CASE(FORMAT, T)

Detailed Description

Definition in file vil_pyramid_image_resource.cxx.


Define Documentation

#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;\
           }