Functions
contrib/mul/vimt3d/vimt3d_reflect.h File Reference

Functions to reflect a vimt3d_image_3d_of<T> More...

#include <vil3d/vil3d_reflect.h>
#include <vimt3d/vimt3d_image_3d_of.h>

Go to the source code of this file.

Functions

template<class T >
void vimt3d_reflect_x (vimt3d_image_3d_of< T > &img)
 Reflect an image about the x=0 plane (world coords).
template<class T >
void vimt3d_reflect_y (vimt3d_image_3d_of< T > &img)
 Reflect an image about the y=0 plane (world coords).
template<class T >
void vimt3d_reflect_z (vimt3d_image_3d_of< T > &img)
 Reflect an image about the z=0 plane (world coords).

Detailed Description

Functions to reflect a vimt3d_image_3d_of<T>

Author:
Kevin de Souza

Definition in file vimt3d_reflect.h.


Function Documentation

template<class T >
void vimt3d_reflect_x ( vimt3d_image_3d_of< T > &  img) [inline]

Reflect an image about the x=0 plane (world coords).

Definition at line 19 of file vimt3d_reflect.h.

template<class T >
void vimt3d_reflect_y ( vimt3d_image_3d_of< T > &  img) [inline]

Reflect an image about the y=0 plane (world coords).

Definition at line 35 of file vimt3d_reflect.h.

template<class T >
void vimt3d_reflect_z ( vimt3d_image_3d_of< T > &  img) [inline]

Reflect an image about the z=0 plane (world coords).

Definition at line 51 of file vimt3d_reflect.h.