ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::Concept::AdditiveAndAssignOperators< T1, T2 >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

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

Definition at line 338 of file itkConceptChecking.h.

Public Member Functions

void const_constraints (const T1 &d)
 
void constraints ()
 

Public Attributes

T2 a
 
T1 c
 

Member Function Documentation

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

Member Data Documentation

template<typename T1 , typename T2 = T1>
T2 itk::Concept::AdditiveAndAssignOperators< T1, T2 >::Constraints::a
template<typename T1 , typename T2 = T1>
T1 itk::Concept::AdditiveAndAssignOperators< T1, T2 >::Constraints::c

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