#include <itkConceptChecking.h>
Classes | |
struct | Constraints |
Public Types | |
typedef IsNonInteger | Self |
Public Member Functions | |
itkConceptConstraintsMacro () | |
Static Public Attributes | |
static const bool | NonIntegral = NumericTraits<T>::is_integer |
Concept requiring T to be non-integer.
Definition at line 714 of file itkConceptChecking.h.
typedef IsNonInteger itk::Concept::IsNonInteger< T >::Self |
Definition at line 716 of file itkConceptChecking.h.
itk::Concept::IsNonInteger< T >::itkConceptConstraintsMacro | ( | ) |
const bool itk::Concept::IsNonInteger< T >::NonIntegral = NumericTraits<T>::is_integer [static] |
Definition at line 717 of file itkConceptChecking.h.