Defines | Functions
core/vil/vil_transpose.cxx File Reference
#include "vil_transpose.h"

Go to the source code of this file.

Defines

#define macro(F, T)
#define macro(F, T)
#define macro(F, T)

Functions

vil_image_resource_sptr vil_transpose (const vil_image_resource_sptr &src)
 Transpose an image.

Detailed Description

Author:
Ian Scott.
    Modifications
     23 Oct.2003 - Peter Vanroose - Added support for 64-bit int pixels
   

Definition in file vil_transpose.cxx.


Define Documentation

#define macro (   F,
 
)
Value:
case F : \
    return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
#define macro (   F,
 
)
Value:
case F : \
    return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
#define macro (   F,
 
)
Value:
case F : \
    return src_->put_view(vil_transpose(static_cast<const vil_image_view<T >&>(im)), j0, i0);

Function Documentation

vil_image_resource_sptr vil_transpose ( const vil_image_resource_sptr src)

Transpose an image.

Definition at line 17 of file vil_transpose.cxx.