Macros | Functions
vil_transpose.cxx File Reference
#include "vil_transpose.h"

Go to the source code of this file.

Macros

#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. More...
 

Detailed Description

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

Definition in file vil_transpose.cxx.

Macro Definition Documentation

◆ macro [1/3]

#define macro (   F,
 
)
Value:
case F : \
return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
Concrete view of image data of type T held in memory.
Definition: vil_fwd.h:13
vil_image_view< T > vil_transpose(const vil_image_view< T > &v)
Create a view which appears as the transpose of this view.
Definition: vil_transpose.h:16

◆ macro [2/3]

#define macro (   F,
 
)
Value:
case F : \
return new vil_image_view<T > (vil_transpose(static_cast<const vil_image_view<T >&>(*vs)));
Concrete view of image data of type T held in memory.
Definition: vil_fwd.h:13
vil_image_view< T > vil_transpose(const vil_image_view< T > &v)
Create a view which appears as the transpose of this view.
Definition: vil_transpose.h:16

◆ macro [3/3]

#define macro (   F,
 
)
Value:
case F : \
return src_->put_view(vil_transpose(static_cast<const vil_image_view<T >&>(im)), j0, i0);
Concrete view of image data of type T held in memory.
Definition: vil_fwd.h:13
vil_image_view< T > vil_transpose(const vil_image_view< T > &v)
Create a view which appears as the transpose of this view.
Definition: vil_transpose.h:16

Function Documentation

◆ vil_transpose()

vil_image_resource_sptr vil_transpose ( const vil_image_resource_sptr src)

Transpose an image.

Definition at line 14 of file vil_transpose.cxx.