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

#include <itkConceptChecking.h>

List of all members.

Public Member Functions

void const_constraints (const T1 &d, const T2 &e)
void constraints ()

Public Attributes

T3 a
T1 b
T2 c

Detailed Description

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

Definition at line 403 of file itkConceptChecking.h.


Member Function Documentation

template<typename T1 , typename T2 = T1, typename T3 = T1>
void itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints::const_constraints ( const T1 &  d,
const T2 &  e 
)
inline
template<typename T1 , typename T2 = T1, typename T3 = T1>
void itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints::constraints ( )
inline

Member Data Documentation

template<typename T1 , typename T2 = T1, typename T3 = T1>
T3 itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints::a
template<typename T1 , typename T2 = T1, typename T3 = T1>
T1 itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints::b
template<typename T1 , typename T2 = T1, typename T3 = T1>
T2 itk::Concept::DivisionOperators< T1, T2, T3 >::Constraints::c

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