#include "vidl_istream_image_resource.h"#include <vidl/vidl_istream.h>#include "vidl_convert.h"#include <vcl_cassert.h>#include <vcl_iostream.h>#include <vil/vil_image_view.h>Go to the source code of this file.
Defines | |
| #define | macro(F, T) |
| #define | macro(F, T) |
Definition in file vidl_istream_image_resource.cxx.
| #define macro | ( | F, | |
| T | |||
| ) |
case F : { \ const vil_image_view< T > &v = static_cast<const vil_image_view< T > &>(*view); \ return new vil_image_view< T >(v.memory_chunk(), &v(i0,j0), \ ni, nj, v.nplanes(), \ v.istep(), v.jstep(), v.planestep()); }
| #define macro | ( | F, | |
| T | |||
| ) |
case F : { \ return new vil_image_view< T >(ni_,nj_,np_); }
1.7.5.1