Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Plot::ImageGrid Template Class Reference

Image composed of a rectangular grid of smaller images with an optional border between them. More...

#include <imagegrid.h>

Inheritance diagram for Plot::ImageGrid

Inheritance graph

[legend]
Collaboration diagram for Plot::ImageGrid:

Collaboration graph

[legend]
List of all members.

Public Methods

template<classMatrixOfImages>  ImageGrid<MatrixOfImages> (const MatrixOfImages& ms, int borderwidth=0, int internalborderwidth=0 )
 Constructor taking a matrix of identically-sized images and concatenating them. More...


Detailed Description

template<class PixelType = RGBPixel<>, class PixelMatrix = MatrixType<PixelType>::rectangular> template class Plot::ImageGrid

Image composed of a rectangular grid of smaller images with an optional border between them.

Definition at line 18 of file imagegrid.h.


Constructor & Destructor Documentation

template<classPixelType = RGBPixel<>, classPixelMatrix = MatrixType<PixelType>::rectangular>
template<classMatrixOfImages>
Plot::ImageGrid<PixelType, PixelMatrix>::ImageGrid<PixelType, PixelMatrix> ( const MatrixOfImages & ms,
int borderwidth = 0,
int internalborderwidth = 0 )
 

Constructor taking a matrix of identically-sized images and concatenating them.

Definition at line 45 of file imagegrid.h.


The documentation for this class was generated from the following file:
Generated at Mon Aug 21 00:31:18 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000