Definition in file vidl2_istream_image_resource.cxx.
#include "vidl2_istream_image_resource.h"
#include <vidl2/vidl2_istream.h>
#include "vidl2_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) |
|
|
Value: case F : { \ return new vil_image_view< T >(ni_,nj_,np_); } |
|
|
Value: 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()); } |
1.4.4