The BlitzAnalyzeTraits class provides type traits for BlitzAnalyzeFile.
More...
#include <BlitzAnalyzeTraits.hh>
|
| ~BlitzAnalyzeTraits () |
|
int | max (const blitz::Array< T, 3 > &inArray) |
| Returns maximum value in inArray or seperately specified value. More...
|
|
int | min (const blitz::Array< T, 3 > &inArray) |
| Returns minimum value in inArray or seperately specified value. More...
|
|
size_t | sizeof_type () |
| Returns size of datatype T in Byte. More...
|
|
std::string | Type () |
| Selects datatype. More...
|
|
template<typename T>
class BlitzAnalyzeTraits< T >
The BlitzAnalyzeTraits class provides type traits for BlitzAnalyzeFile.
Definition at line 46 of file BlitzAnalyzeTraits.hh.
◆ ~BlitzAnalyzeTraits()
◆ BlitzAnalyzeTraits()
◆ Instance()
Public singleton access methode (Instance) to one single instance of the class.
◆ Type()
◆ max()
Returns maximum value in inArray or seperately specified value.
◆ min()
Returns minimum value in inArray or seperately specified value.
◆ sizeof_type()
Returns size of datatype T in Byte.
The documentation for this class was generated from the following file: