ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | List of all members
itk::Concept::IsNonInteger< T >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

template<typename T>
struct itk::Concept::IsNonInteger< T >::Constraints

Definition at line 764 of file itkConceptChecking.h.

Public Types

typedef
Detail::UniqueType_bool< false > 
FalseT
 
typedef
Detail::UniqueType_bool
< itkGetStaticConstMacro(NonIntegral) > 
NonIntegralT
 

Public Member Functions

void constraints ()
 

Member Typedef Documentation

template<typename T >
typedef Detail::UniqueType_bool< false > itk::Concept::IsNonInteger< T >::Constraints::FalseT

Definition at line 765 of file itkConceptChecking.h.

template<typename T >
typedef Detail::UniqueType_bool< itkGetStaticConstMacro(NonIntegral) > itk::Concept::IsNonInteger< T >::Constraints::NonIntegralT

Definition at line 766 of file itkConceptChecking.h.

Member Function Documentation

template<typename T >
void itk::Concept::IsNonInteger< T >::Constraints::constraints ( )
inline

The documentation for this struct was generated from the following file: