STIR  6.2.0
Namespaces | Macros
NumericType.cxx File Reference

implementations for the stir::NumericType class More...

#include "stir/NumericType.h"
#include "stir/NumericInfo.h"

Namespaces

 stir
 Namespace for the STIR library (and some/most of its applications)
 

Macros

#define CASE(NUMERICTYPE)
 
#define CASE(NUMERICTYPE)
 
#define CASE(NUMERICTYPE)
 

Detailed Description

implementations for the stir::NumericType class

Author
Kris Thielemans
PARAPET project

Macro Definition Documentation

◆ CASE [1/3]

#define CASE (   NUMERICTYPE)
Value:
case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().size_in_bytes();

◆ CASE [2/3]

#define CASE (   NUMERICTYPE)
Value:
case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().signed_type();

◆ CASE [3/3]

#define CASE (   NUMERICTYPE)
Value:
case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().integer_type();