OMToolkit  1.0
The polygonal mesh processing tool.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
OMToolkit::Types::OMSerializableMatrix< T > Class Template Reference

#include <OMSerializableMatrix.h>

Inheritance diagram for OMToolkit::Types::OMSerializableMatrix< T >:

Public Member Functions

 OMSerializableMatrix (int nRows, int nCols)
 
 OMSerializableMatrix ()
 

Detailed Description

template<typename T>
class OMToolkit::Types::OMSerializableMatrix< T >

Class is supposed to be used as mesh property - can be serialized

Constructor & Destructor Documentation

template<typename T >
OMToolkit::Types::OMSerializableMatrix< T >::OMSerializableMatrix ( int  nRows,
int  nCols 
)
inline

Constructor with specified size

Parameters
nRowsNumber of matrix rows
nColsNumber of matrix collumns
template<typename T >
OMToolkit::Types::OMSerializableMatrix< T >::OMSerializableMatrix ( )
inline

Constructor creates empty matrix


The documentation for this class was generated from the following file: