MueLu Version of the Day
Loading...
Searching...
No Matches
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)
mxArrayconvertToMatlab ()
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 118 of file MueLu_MatlabUtils_decl.hpp.

Constructor & Destructor Documentation

◆ MuemexData() [1/3]

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

Definition at line 1241 of file MueLu_MatlabUtils_def.hpp.

◆ MuemexData() [2/3]

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

Definition at line 1235 of file MueLu_MatlabUtils_def.hpp.

◆ MuemexData() [3/3]

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

Definition at line 1224 of file MueLu_MatlabUtils_def.hpp.

Member Function Documentation

◆ convertToMatlab()

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

Definition at line 1230 of file MueLu_MatlabUtils_def.hpp.

◆ getData()

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

Definition at line 1245 of file MueLu_MatlabUtils_def.hpp.

◆ setData()

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

Definition at line 1250 of file MueLu_MatlabUtils_def.hpp.

Member Data Documentation

◆ data

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

Definition at line 128 of file MueLu_MatlabUtils_decl.hpp.


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