vmmlib  1.7.0
 All Classes Namespaces Functions Pages
vmml::t4_converter< I1, I2, I3, I4, T > Class Template Reference
+ Collaboration diagram for vmml::t4_converter< I1, I2, I3, I4, T >:

Public Types

typedef tensor4< I1, I2, I3,
I4, T > 
t4_t
 

Static Public Member Functions

static void export_to (std::vector< T > &data_)
 
static void import_from (const std::vector< T > &data_)
 
static void write_to_raw (const t4_t &data_, const std::string &dir_, const std::string &filename_)
 
static void read_from_raw (t4_t &data_, const std::string &dir_, const std::string &filename_)
 
static void write_datfile (const std::string &dir_, const std::string &filename_)
 
static void write_to_csv (const t4_t &data_, const std::string &dir_, const std::string &filename_)
 

Static Protected Member Functions

static void concat_path (const std::string &dir_, const std::string &filename_, std::string &path_)
 

Detailed Description

template<size_t I1, size_t I2, size_t I3, size_t I4, typename T = float>
class vmml::t4_converter< I1, I2, I3, I4, T >

Definition at line 49 of file t4_converter.hpp.


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