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

gul::dump_matrix Class Template Reference

#include <gul_io.h>

List of all members.

Public Methods

 dump_matrix (int nRows, int nCols, const Ptr< Ptr< HP > > &M)

Public Attributes

int m_nRows
int m_nCols
const Ptr< Ptr< HP > > & m_M

template<class HP>
class gul::dump_matrix< HP >


Constructor & Destructor Documentation

template<class HP>
gul::dump_matrix< HP >::dump_matrix int    nRows,
int    nCols,
const Ptr< Ptr< HP > > &    M
[inline]
 

Definition at line 482 of file gul_io.h.

References m_M, m_nCols, and m_nRows.

00482                                                                  : m_M(M)
00483   {
00484     m_nRows = nRows;
00485     m_nCols = nCols;
00486   }


Member Data Documentation

template<class HP>
const Ptr< Ptr< HP > >& gul::dump_matrix::m_M
 

Definition at line 480 of file gul_io.h.

Referenced by dump_matrix().

template<class HP>
int gul::dump_matrix::m_nCols
 

Definition at line 479 of file gul_io.h.

Referenced by dump_matrix().

template<class HP>
int gul::dump_matrix::m_nRows
 

Definition at line 478 of file gul_io.h.

Referenced by dump_matrix().


The documentation for this class was generated from the following file:
Generated on Mon Jan 21 04:17:57 2002 for GUL 0.6 - Geometry Utility Library by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001