|
SimpleITK
|
#include <sitkConditional.h>
Definition at line 36 of file sitkConditional.h.
Public Types | |
| using | Type = typename ConditionalType::type |
| using | ValueType = typename ConditionalType::value_type |
Static Public Attributes | |
| static const ValueType | Value = ConditionalType::value |
Private Types | |
| typedef std::conditional< VCond, std::integral_constant< int, TIfTrue >, std::integral_constant< int, TIfFalse > >::type | ConditionalType |
| using | Self = ConditionalValue |
|
private |
Definition at line 42 of file sitkConditional.h.
|
private |
Definition at line 39 of file sitkConditional.h.
| using itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::Type = typename ConditionalType::type |
Definition at line 45 of file sitkConditional.h.
| using itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::ValueType = typename ConditionalType::value_type |
Definition at line 46 of file sitkConditional.h.
|
static |
Definition at line 48 of file sitkConditional.h.
1.13.2 |
Privacy Policy