Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Classes | Public Types | Public Member Functions | Static Public Attributes

itk::Concept::IsFixedPoint< T > Struct Template Reference

#include <itkConceptChecking.h>

List of all members.

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

Detailed Description

template<typename T>
struct itk::Concept::IsFixedPoint< T >

Concept requiring T to be fixed point.

Definition at line 760 of file itkConceptChecking.h.


Member Typedef Documentation

template<typename T >
typedef IsFixedPoint itk::Concept::IsFixedPoint< T >::Self

Definition at line 762 of file itkConceptChecking.h.


Member Function Documentation

template<typename T >
itk::Concept::IsFixedPoint< T >::itkConceptConstraintsMacro (  ) 

Member Data Documentation

template<typename T >
const bool itk::Concept::IsFixedPoint< T >::Integral = NumericTraits<T>::is_integer [static]

Definition at line 763 of file itkConceptChecking.h.

template<typename T >
const bool itk::Concept::IsFixedPoint< T >::IsExact = NumericTraits<T>::is_exact [static]

Definition at line 764 of file itkConceptChecking.h.


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

Generated at Tue Jul 13 2010 03:29:16 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000