ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#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 803 of file itkConceptChecking.h.
typedef IsFixedPoint itk::Concept::IsFixedPoint< T >::Self |
Definition at line 804 of file itkConceptChecking.h.
itk::Concept::IsFixedPoint< T >::itkConceptConstraintsMacro | ( | ) |
const bool itk::Concept::IsFixedPoint< T >::Integral = NumericTraits< T >::is_integer [static] |
Definition at line 805 of file itkConceptChecking.h.
const bool itk::Concept::IsFixedPoint< T >::IsExact = NumericTraits< T >::is_exact [static] |
Definition at line 806 of file itkConceptChecking.h.