#include <itkConceptChecking.h>
Classes | |
struct | Constraints |
Public Types | |
typedef IsFixedPoint | Self |
Public Member Functions | |
itkConceptConstraintsMacro () | |
Static Public Attributes | |
static const bool | Integral = NumericTraits<T>::is_integer |
static const bool | IsExact = NumericTraits<T>::is_exact |
Concept requiring T to be fixed point.
Definition at line 760 of file itkConceptChecking.h.
typedef IsFixedPoint itk::Concept::IsFixedPoint< T >::Self |
Definition at line 762 of file itkConceptChecking.h.
itk::Concept::IsFixedPoint< T >::itkConceptConstraintsMacro | ( | ) |
const bool itk::Concept::IsFixedPoint< T >::Integral = NumericTraits<T>::is_integer [static] |
Definition at line 763 of file itkConceptChecking.h.
const bool itk::Concept::IsFixedPoint< T >::IsExact = NumericTraits<T>::is_exact [static] |
Definition at line 764 of file itkConceptChecking.h.