Arageli::matrix_box Struct Reference

A box (or frame) descriptor for matrix output. More...

#include <texout.hpp>

List of all members.

Public Member Functions

 matrix_box ()
 Not initialized object.
 matrix_box (std::size_t row_a, std::size_t col_a, matrix_line_type mlt_a=mlt_solid)

Public Attributes

std::size_t row
 Box position: row number of an element with frame around.
std::size_t col
 Box position: col number of an element with frame around.
matrix_line_type mlt
 Type of a line in frame.


Detailed Description

A box (or frame) descriptor for matrix output.

Determines the box as its row, column and type.

Definition at line 389 of file texout.hpp.


Constructor & Destructor Documentation

Arageli::matrix_box::matrix_box (  )  [inline]

Not initialized object.

Definition at line 392 of file texout.hpp.

Arageli::matrix_box::matrix_box ( std::size_t  row_a,
std::size_t  col_a,
matrix_line_type  mlt_a = mlt_solid 
) [inline]

Definition at line 394 of file texout.hpp.


Member Data Documentation

std::size_t Arageli::matrix_box::col

Box position: col number of an element with frame around.

Definition at line 398 of file texout.hpp.

matrix_line_type Arageli::matrix_box::mlt

Type of a line in frame.

Definition at line 400 of file texout.hpp.

std::size_t Arageli::matrix_box::row

Box position: row number of an element with frame around.

Definition at line 398 of file texout.hpp.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:38:28 2006 for Arageli by  doxygen 1.4.7