#include <itkConceptChecking.h>
Classes | |
struct | Constraints |
Public Types | |
typedef IsInteger | Self |
Public Member Functions | |
itkConceptConstraintsMacro () | |
Static Public Attributes | |
static const bool | Integral = NumericTraits<T>::is_integer |
Concept requiring T to be integer.
Definition at line 693 of file itkConceptChecking.h.
typedef IsInteger itk::Concept::IsInteger< T >::Self |
Definition at line 695 of file itkConceptChecking.h.
itk::Concept::IsInteger< T >::itkConceptConstraintsMacro | ( | ) |
const bool itk::Concept::IsInteger< T >::Integral = NumericTraits<T>::is_integer [static] |
Definition at line 696 of file itkConceptChecking.h.