
Definition in file Layout.H.
#include "Image/CutPaste.H"
#include "Image/Image.H"
#include "Image/ImageSet.H"
#include <vector>
Include dependency graph for Layout.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Layout< T > |
| Represents tiled layouts of arbitrary numbers of images of different sizes. More... | |
Functions | |
| template<class T> | |
| Layout< T > | hcat (const Image< T > &p1, const Image< T > &p2) |
| template<class T> | |
| Layout< T > | hcat (const Image< T > &p1, const Layout< T > &p2) |
| template<class T> | |
| Layout< T > | hcat (const Layout< T > &p1, const Image< T > &p2) |
| template<class T> | |
| Layout< T > | hcat (const Layout< T > &p1, const Layout< T > &p2) |
| template<class T> | |
| Layout< T > | hcat (const Layout< T > &p1, const Layout< T > &p2, const Layout< T > &p3) |
| template<class T> | |
| Layout< T > | hcat (const Image< T > *imgs, const size_t nimgs) |
| template<class T> | |
| Layout< T > | hcat (const ImageSet< T > &imgs) |
| template<class T> | |
| Layout< T > | hcat (const Layout< T > *imgs, const size_t nimgs) |
| template<class T> | |
| Layout< T > | vcat (const Image< T > &p1, const Image< T > &p2) |
| template<class T> | |
| Layout< T > | vcat (const Image< T > &p1, const Layout< T > &p2) |
| template<class T> | |
| Layout< T > | vcat (const Layout< T > &p1, const Image< T > &p2) |
| template<class T> | |
| Layout< T > | vcat (const Layout< T > &p1, const Layout< T > &p2) |
| template<class T> | |
| Layout< T > | vcat (const Layout< T > &p1, const Layout< T > &p2, const Layout< T > &p3) |
| template<class T> | |
| Layout< T > | vcat (const Image< T > *imgs, const size_t nimgs) |
| template<class T> | |
| Layout< T > | vcat (const ImageSet< T > &imgs) |
| template<class T> | |
| Layout< T > | vcat (const Layout< T > *imgs, const size_t nimgs) |
| template<class T> | |
| Layout< T > | arrcat (const Image< T > *imgs, const size_t nimgs, const size_t nx) |
| template<class T> | |
| Layout< T > | arrcat (const ImageSet< T > &imgs, const size_t nx) |
1.4.4