Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::MAT::VarValueDecoder< GetStdVector< T, IsRowMajor > > Class Template Reference

Specialization of VarValueDecoder to obtain an std::vector with the matrix data. See GetStdVector. More...

#include <tomographer/tools/ezmatio.h>

Public Types

typedef std::vector< T > RetType
 

Static Public Member Functions

static void checkShape (const Var &var)
 
static std::vector< T > decodeValue (const Var &var)
 

Detailed Description

template<typename T, bool IsRowMajor>
class Tomographer::MAT::VarValueDecoder< GetStdVector< T, IsRowMajor > >

Specialization of VarValueDecoder to obtain an std::vector with the matrix data. See GetStdVector.

Definition at line 1732 of file ezmatio.h.


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