ITK/Proposals:Concept Checking: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
No edit summary |
|||
Line 3: | Line 3: | ||
=Introduction= | =Introduction= | ||
=Macro | =Macro Implementation= | ||
==List of Concepts== | |||
{| border="1" | |||
|- bgcolor="#abcdef" | |||
! Index !! Concept | |||
|- | |||
| 1 || DefaultConstructible | |||
|- | |||
| 2 || CopyConstructible | |||
|- | |||
| 3 || Convertible | |||
|- | |||
| 4 || Assignable | |||
|- | |||
| 5 || LessThanComparable | |||
|- | |||
| 6 || EqualityComparable | |||
|- | |||
| 7 || Comparable | |||
|- | |||
| 8 || AdditiveOperators | |||
|- | |||
| 9 || MultiplicativeOperators | |||
|- | |||
| 10 || Signed | |||
|- | |||
| 11 || SameType | |||
|- | |||
| 12 || SameDimension | |||
|} | |||
=Integration into Filters= | =Integration into Filters= |
Revision as of 15:32, 6 February 2006
Introduction
Macro Implementation
List of Concepts
Index | Concept |
---|---|
1 | DefaultConstructible |
2 | CopyConstructible |
3 | Convertible |
4 | Assignable |
5 | LessThanComparable |
6 | EqualityComparable |
7 | Comparable |
8 | AdditiveOperators |
9 | MultiplicativeOperators |
10 | Signed |
11 | SameType |
12 | SameDimension |
Integration into Filters
Schedule
Please follow the link below for a detailed list of filters and their associated concepts.