ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints Struct Reference

#include <itkConceptChecking.h>

Detailed Description

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

Definition at line 363 of file itkConceptChecking.h.

Public Member Functions

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

Public Attributes

T3 a
 
T1 b
 
T2 c
 

Member Function Documentation

◆ const_constraints()

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

Definition at line 375 of file itkConceptChecking.h.

References a.

Referenced by constraints().

◆ constraints()

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

Definition at line 366 of file itkConceptChecking.h.

References a, b, c, and const_constraints().

Member Data Documentation

◆ a

template<typename T1, typename T2 = T1, typename T3 = T1>
T3 itk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints::a

Definition at line 381 of file itkConceptChecking.h.

Referenced by const_constraints(), and constraints().

◆ b

template<typename T1, typename T2 = T1, typename T3 = T1>
T1 itk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints::b

Definition at line 382 of file itkConceptChecking.h.

Referenced by constraints().

◆ c

template<typename T1, typename T2 = T1, typename T3 = T1>
T2 itk::Concept::AdditiveOperators< T1, T2, T3 >::Constraints::c

Definition at line 383 of file itkConceptChecking.h.

Referenced by constraints().


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