ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes
itk::Concept::GreaterThanComparable< T1, T2 >::Constraints Struct Reference

#include <itkConceptChecking.h>

List of all members.

Public Member Functions

void constraints ()

Public Attributes

T1 a
T2 b

Detailed Description

template<typename T1, typename T2 = T1>
struct itk::Concept::GreaterThanComparable< T1, T2 >::Constraints

Definition at line 243 of file itkConceptChecking.h.


Member Function Documentation

template<typename T1 , typename T2 = T1>
void itk::Concept::GreaterThanComparable< T1, T2 >::Constraints::constraints ( )
inline

Member Data Documentation

template<typename T1 , typename T2 = T1>
T1 itk::Concept::GreaterThanComparable< T1, T2 >::Constraints::a
template<typename T1 , typename T2 = T1>
T2 itk::Concept::GreaterThanComparable< T1, T2 >::Constraints::b

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