Container for vil3d_image_view<T> + transform. More...
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.   | |
Container for vil3d_image_view<T> + transform.
Definition in file vimt3d_image_3d_of.h.
| 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.
 1.7.5.1