MueLu  Version of the Day
MueLu::MuemexData< T > Class Template Reference

#include <MueLu_MatlabUtils_decl.hpp>

Inheritance diagram for MueLu::MuemexData< T >:
MueLu::MuemexArg

Public Member Functions

 MuemexData (T &data)
 
 MuemexData (T &data, MuemexType type)
 
 MuemexData (const mxArray *mxa)
 
mxArray * convertToMatlab ()
 
T & getData ()
 
void setData (T &data)
 
- Public Member Functions inherited from MueLu::MuemexArg
 MuemexArg (MuemexType dataType)
 

Private Attributes

data
 

Additional Inherited Members

- Public Attributes inherited from MueLu::MuemexArg
MuemexType type
 

Detailed Description

template<typename T>
class MueLu::MuemexData< T >

Definition at line 148 of file MueLu_MatlabUtils_decl.hpp.

Constructor & Destructor Documentation

◆ MuemexData() [1/3]

template<typename T >
MueLu::MuemexData< T >::MuemexData ( T &  data)

Definition at line 1367 of file MueLu_MatlabUtils_def.hpp.

◆ MuemexData() [2/3]

template<typename T >
MueLu::MuemexData< T >::MuemexData ( T &  data,
MuemexType  type 
)

Definition at line 1361 of file MueLu_MatlabUtils_def.hpp.

◆ MuemexData() [3/3]

template<typename T >
MueLu::MuemexData< T >::MuemexData ( const mxArray *  mxa)

Definition at line 1349 of file MueLu_MatlabUtils_def.hpp.

Member Function Documentation

◆ convertToMatlab()

template<typename T >
mxArray * MueLu::MuemexData< T >::convertToMatlab ( )

Definition at line 1355 of file MueLu_MatlabUtils_def.hpp.

◆ getData()

template<typename T >
T & MueLu::MuemexData< T >::getData ( )

Definition at line 1370 of file MueLu_MatlabUtils_def.hpp.

◆ setData()

template<typename T >
void MueLu::MuemexData< T >::setData ( T &  data)

Definition at line 1376 of file MueLu_MatlabUtils_def.hpp.

Member Data Documentation

◆ data

template<typename T >
T MueLu::MuemexData< T >::data
private

Definition at line 158 of file MueLu_MatlabUtils_decl.hpp.


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