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

#include <itkConceptChecking.h>

Detailed Description

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

Definition at line 451 of file itkConceptChecking.h.

Public Member Functions

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

Public Attributes

T2 a
 
T1 b
 

Member Function Documentation

◆ const_constraints()

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

Definition at line 462 of file itkConceptChecking.h.

References a.

Referenced by constraints().

◆ constraints()

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

Definition at line 454 of file itkConceptChecking.h.

References a, b, and const_constraints().

Member Data Documentation

◆ a

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

Definition at line 467 of file itkConceptChecking.h.

Referenced by const_constraints(), and constraints().

◆ b

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

Definition at line 468 of file itkConceptChecking.h.

Referenced by constraints().


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