Classes | Functions
contrib/mul/vimt3d/vimt3d_image_3d_of.h File Reference

Container for vil3d_image_view<T> + transform. More...

#include <vimt3d/vimt3d_image_3d.h>
#include <vil3d/vil3d_image_view.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  vimt3d_image_3d_of< T >
 Represent 3D image of type T together with a transform. More...

Functions

template<class T >
bool vimt3d_image_3d_deep_equality (const vimt3d_image_3d_of< T > &lhs, const vimt3d_image_3d_of< T > &rhs)
 True if the transforms and the actual image data are identical.

Detailed Description

Container for vil3d_image_view<T> + transform.

Author:
Tim Cootes

Definition in file vimt3d_image_3d_of.h.


Function Documentation

template<class T >
bool vimt3d_image_3d_deep_equality ( const vimt3d_image_3d_of< T > &  lhs,
const vimt3d_image_3d_of< T > &  rhs 
)

True if the transforms and the actual image data are identical.

The image pointers need not be identical, provided that the underlying image data are the same. <T>

Definition at line 152 of file vimt3d_image_3d_of.txx.