DCMTK  Version 3.6.1 20150924
OFFIS DICOM Toolkit
Classes | Enumerations
oflimits.h File Reference

Provides an interface to query properties of all fundamental numeric types. More...

Classes

struct  OFnumeric_limits< T >
 A meta-template for querying various properties of fundamental types. More...
 

Enumerations

Detailed Description

Provides an interface to query properties of all fundamental numeric types.

Enumeration Type Documentation

Enumeration constants of type OFfloat_denorm_style indicate support of subnormal values by floating-point types.

Enumerator
OFdenorm_indeterminate 

Support of subnormal values cannot be determined.

OFdenorm_absent 

The type does not support subnormal values.

OFdenorm_present 

The type allows subnormal values.

Enumeration constants of type OFfloat_round_style indicate the rounding style used by floating-point arithmetics whenever a result of an expression is stored in an object of a floating-point type.

Enumerator
OFround_indeterminate 

Rounding style cannot be determined.

OFround_toward_zero 

Rounding toward zero.

OFround_to_nearest 

Rounding toward nearest representable value.

OFround_toward_infinity 

Rounding toward positive infinity.

OFround_toward_neg_infinity 

Rounding toward negative infinity.


Generated on Wed Sep 11 2024 for DCMTK Version 3.6.1 20150924 by Doxygen 1.8.11