![]() |
|
#include <datatype_matrix.h>
Classes | |
struct | integer |
Public Types | |
using | fun_type = decltype(&_StructFun< static_cast< DataType >(0), static_cast< DataType >(0), Args... >::_) |
Public Member Functions | |
template<int i> | |
constexpr void | FillData (integer< i >) |
constexpr void | FillData (integer< DataTypeSize() *DataTypeSize() >) |
constexpr | Table2D () |
fun_type | operator() (DataType src, DataType dst) const |
Public Attributes | |
fun_type | data [DataTypeSize() *DataTypeSize()] |
Definition at line 87 of file datatype_matrix.h.
using ecvl::Table2D< _StructFun, Args >::fun_type = decltype(&_StructFun<static_cast<DataType>(0), static_cast<DataType>(0), Args...>::_) |
Definition at line 88 of file datatype_matrix.h.
|
inline |
Definition at line 104 of file datatype_matrix.h.
|
inline |
Definition at line 94 of file datatype_matrix.h.
|
inline |
Definition at line 102 of file datatype_matrix.h.
|
inline |
Definition at line 108 of file datatype_matrix.h.
fun_type ecvl::Table2D< _StructFun, Args >::data[DataTypeSize() *DataTypeSize()] |
Definition at line 114 of file datatype_matrix.h.