SimpleITK  1.0.1
Public Types | Static Public Attributes | Private Types | List of all members
itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse > Struct Template Reference

#include <sitkConditional.h>

+ Inheritance diagram for itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >:
+ Collaboration diagram for itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >:

Public Types

typedef Self::type Type
 
typedef Self::value_type ValueType
 

Static Public Attributes

static const ValueType Value = Self::value
 

Private Types

typedef ConditionalValue Self
 

Detailed Description

template<bool VCond, int TIfTrue, int TIfFalse>
struct itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >

Definition at line 49 of file sitkConditional.h.

Member Typedef Documentation

template<bool VCond, int TIfTrue, int TIfFalse>
typedef ConditionalValue itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::Self
private

Definition at line 55 of file sitkConditional.h.

template<bool VCond, int TIfTrue, int TIfFalse>
typedef Self::type itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::Type

Definition at line 58 of file sitkConditional.h.

template<bool VCond, int TIfTrue, int TIfFalse>
typedef Self::value_type itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::ValueType

Definition at line 57 of file sitkConditional.h.

Member Data Documentation

template<bool VCond, int TIfTrue, int TIfFalse>
const ValueType itk::simple::ConditionalValue< VCond, TIfTrue, TIfFalse >::Value = Self::value
static

Definition at line 60 of file sitkConditional.h.


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