cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Functions
mtsMatrix.h File Reference
#include <cisstCommon/cmnClassRegister.h>
#include <cisstVector/vctDynamicMatrix.h>
#include <cisstVector/vctDataFunctionsDynamicMatrix.h>
#include <cisstMultiTask/mtsForwardDeclarations.h>
#include <cisstMultiTask/mtsExport.h>

Go to the source code of this file.

Classes

class  mtsMatrix< _elementType >
 

Typedefs

typedef mtsMatrix< double > mtsDoubleMat
 
typedef mtsMatrix< float > mtsFloatMat
 
typedef mtsMatrix< long > mtsLongMat
 
typedef mtsMatrix< unsigned long > mtsULongMat
 
typedef mtsMatrix< int > mtsIntMat
 
typedef mtsMatrix< unsigned int > mtsUIntMat
 
typedef mtsMatrix< short > mtsShortMat
 
typedef mtsMatrix< unsigned short > mtsUShortMat
 
typedef mtsMatrix< char > mtsCharMat
 
typedef mtsMatrix< unsigned char > mtsUCharMat
 
typedef mtsMatrix< bool > mtsBoolMat
 

Functions

 CMN_DECLARE_SERVICES_INSTANTIATION (mtsDoubleMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsFloatMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsLongMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsULongMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsIntMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsUIntMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsShortMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsUShortMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsCharMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsUCharMat)
 
 CMN_DECLARE_SERVICES_INSTANTIATION (mtsBoolMat)
 

Typedef Documentation

typedef mtsMatrix<bool> mtsBoolMat
typedef mtsMatrix<char> mtsCharMat
typedef mtsMatrix<double> mtsDoubleMat
typedef mtsMatrix<float> mtsFloatMat
typedef mtsMatrix<int> mtsIntMat
typedef mtsMatrix<long> mtsLongMat
typedef mtsMatrix<short> mtsShortMat
typedef mtsMatrix<unsigned char> mtsUCharMat
typedef mtsMatrix<unsigned int> mtsUIntMat
typedef mtsMatrix<unsigned long> mtsULongMat
typedef mtsMatrix<unsigned short> mtsUShortMat

Function Documentation

CMN_DECLARE_SERVICES_INSTANTIATION ( mtsDoubleMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsFloatMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsLongMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsULongMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsIntMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsUIntMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsShortMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsUShortMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsCharMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsUCharMat  )
CMN_DECLARE_SERVICES_INSTANTIATION ( mtsBoolMat  )