ITK/Proposals:Concept Checking: Difference between revisions
From KitwarePublic
< ITK
Jump to navigationJump to search
Line 6: | Line 6: | ||
==List of Concepts== | ==List of Concepts== | ||
See Insight/Code/Common/itkConceptChecking.h. | |||
{| border="1" | {| border="1" |
Revision as of 15:40, 6 February 2006
Introduction
Macro Implementation
List of Concepts
See Insight/Code/Common/itkConceptChecking.h.
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.