Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vidl2_istream_image_resource.cxx File Reference


Detailed Description

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)


Define Documentation

#define macro F,
 ) 
 

Value:

case  F : { \
    return new vil_image_view< T >(ni_,nj_,np_); }

#define macro F,
 ) 
 

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()); }


Generated on Thu Jan 10 14:51:32 2008 for contrib/brl/bbas/vidl2 by  doxygen 1.4.4