Tomographer  v2.0
Tomographer C++ Framework Documentation
Tomographer::MAT::VarValueDecoder< GetStdVector< T, IsRowMajor > > Struct Template Reference

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

#include <tomographer2/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>
struct Tomographer::MAT::VarValueDecoder< GetStdVector< T, IsRowMajor > >

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

Definition at line 1706 of file ezmatio.h.


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