anonymous enum

Matrix packing options.

Enumerator:
MATRIX_BY_ROWS 
MATRIX_BY_COLUMNS  Fixed number of rows, add columns as needed.

Definition at line 35 of file FXMatrix.h.

00035      {
00036   MATRIX_BY_ROWS        = 0,              
00037   MATRIX_BY_COLUMNS     = 0x00020000      
00038   };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:46 2009 for TnFOX by doxygen v1.4.7